Skip to content
Failed

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-agent-sgj7q is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-sgj7q"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-sgj7q"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-sgj7q"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on default-agent-sgj7q in /home/jenkins/agent/workspace/Jersey_master_build_pipeline
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/Jersey_master_build_pipeline # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision af5d00a4552a85a46bd5c7d2211cf86fc3741e8a (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f af5d00a4552a85a46bd5c7d2211cf86fc3741e8a
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master af5d00a4552a85a46bd5c7d2211cf86fc3741e8a
Commit message: "Allow to disable certain default providers (#4342)"
 > git rev-list --no-walk af5d00a4552a85a46bd5c7d2211cf86fc3741e8a # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Nightly Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cp -a /home/jenkins/.m2/settings.xml settings.xml
+ cp -a /home/jenkins/.m2/settings-security.xml settings-security.xml
+ sed -i 's|groupId("org.mortbay.jetty").artifactId("servlet-api-2.5")|groupId("jakarta.servlet").artifactId("jakarta.servlet-api")|g' tests/osgi/functional/src/test/java/org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.java
+ sed -i 's|<version>1.0.3</version>|<version>2.5.0-b42</version>|g' pom.xml
+ sed -i 's|<reuseForks>false</reuseForks>|<reuseForks>true</reuseForks>|g' tests/osgi/functional/pom.xml
+ sed -i 's|<forkMode>always</forkMode>|<forkCount>1</forkCount><reuseForks>true</reuseForks>|g' examples/extended-wadl-webapp/pom.xml
[Pipeline] sh
+ mvn -V -U -B '-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' clean install -s settings.xml '-Dmaven.multiModuleProjectDirectory=/opt/tools/apache-maven/3.6.2'
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T15:06:16Z)
Maven home: /opt/tools/apache-maven/3.6.2
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: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey:jersey-bom:pom:2.30-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.glassfish.copyright:glassfish-copyright-maven-plugin is missing. @ line 392, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.ext.microprofile:jersey-mp-config:jar:2.30-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:jar -> duplicate declaration of version ${project.version} @ line 78, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.tests:jersey-tests-jmockit:jar:2.30-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.glassfish.jersey.media:jersey-media-multipart:jar -> version ${project.version} vs (?) @ line 53, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.30-SNAPSHOT
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[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-test-framework-provider-inmemory                            [jar]
[INFO] jersey-test-framework-provider-external                            [jar]
[INFO] jersey-container-jdk-http                                          [jar]
[INFO] jersey-test-framework-provider-jdk-http                            [jar]
[INFO] jersey-container-simple-http                                       [jar]
[INFO] jersey-test-framework-provider-simple                              [jar]
[INFO] jersey-container-jetty-http                                        [jar]
[INFO] jersey-test-framework-provider-jetty                               [jar]
[INFO] jersey-connectors-netty                                            [jar]
[INFO] jersey-container-netty-http                                        [jar]
[INFO] jersey-test-framework-provider-netty                               [jar]
[INFO] jersey-test-framework-provider-bundle                              [pom]
[INFO] jersey-connectors-grizzly                                          [jar]
[INFO] jersey-connectors-jdk                                              [jar]
[INFO] jersey-extensions                                                  [pom]
[INFO] jersey-ext-entity-filtering                                        [jar]
[INFO] jersey-media-json-jackson                                          [jar]
[INFO] jersey-connectors-jetty                                            [jar]
[INFO] jersey-cdi-support                                                 [pom]
[INFO] jersey-ext-cdi1x                                                   [jar]
[INFO] jersey-glassfish-support                                           [pom]
[INFO] jersey-gf-ejb                                                      [jar]
[INFO] jersey-container-jetty-servlet                                     [jar]
[INFO] jersey-ext-bean-validation                                         [jar]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding                            [jar]
[INFO] jersey-ext-cdi1x-servlet                                           [jar]
[INFO] jersey-ext-cdi1x-transaction                                       [jar]
[INFO] jersey-ext-cdi1x-validation                                        [jar]
[INFO] jersey-ext-weld2-se                                                [jar]
[INFO] jersey-ext-metainf-services                                        [jar]
[INFO] jersey-ext-mvc                                                     [jar]
[INFO] jersey-ext-mvc-bean-validation                                     [jar]
[INFO] jersey-ext-mvc-freemarker                                          [jar]
[INFO] jersey-ext-mvc-jsp                                                 [jar]
[INFO] jersey-ext-mvc-mustache                                            [jar]
[INFO] jersey-ext-proxy-client                                            [jar]
[INFO] jersey-ext-rx                                                      [pom]
[INFO] jersey-ext-rx-client-guava                                         [jar]
[INFO] jersey-ext-rx-client-rxjava                                        [jar]
[INFO] jersey-ext-rx-client-rxjava2                                       [jar]
[INFO] jersey-ext-servlet-portability                                     [jar]
[INFO] jersey-spring4                                                     [jar]
[INFO] jersey-spring5                                                     [jar]
[INFO] jersey-wadl-doclet                                                 [jar]
[INFO] jersey-media-json-binding                                          [jar]
[INFO] project                                                            [pom]
[INFO] jersey-mp-rest-client                                              [jar]
[INFO] jersey-mp-config                                                   [jar]
[INFO] jersey-incubator                                                   [pom]
[INFO] jersey-declarative-linking                                         [jar]
[INFO] jersey-ext-gae-integration                                         [jar]
[INFO] jersey-media-html-json                                             [jar]
[INFO] jersey-media-kryo                                                  [jar]
[INFO] jersey-open-tracing                                                [jar]
[INFO] jersey-inject-cdi2-se                                              [jar]
[INFO] jersey-media-json-jackson1                                         [jar]
[INFO] jersey-media-json-jettison                                         [jar]
[INFO] jersey-media-json-processing                                       [jar]
[INFO] jersey-media-moxy                                                  [jar]
[INFO] jersey-media-multipart                                             [jar]
[INFO] jersey-media-sse                                                   [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] e2e-inject-hk2                                                     [jar]
[INFO] jersey-tests-e2e-server                                            [jar]
[INFO] jersey-tests-e2e-testng                                            [jar]
[INFO] jersey-tests-integration                                           [pom]
[INFO] jersey-asm-integration                                             [jar]
[INFO] jersey-tests-integration-jersey-async-filter                       [war]
[INFO] cdi-integration-project                                            [pom]
[INFO] jersey-tests-cdi-beanvalidation-webapp                             [war]
[INFO] jersey-tests-cdi-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-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] 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-tests-component-inject                                      [war]
[INFO] jersey-tests-integration-jersey-1107                               [war]
[INFO] jersey-tests-integration-jersey-1223                               [war]
[INFO] jersey-tests-integration-jersey-1604                               [war]
[INFO] jersey-tests-integration-jersey-1667                               [war]
[INFO] jersey-tests-integration-jersey-1829                               [war]
[INFO] jersey-tests-integration-jersey-1883                               [war]
[INFO] jersey-tests-integration-jersey-1928                               [war]
[INFO] jersey-tests-integration-jersey-1960                               [war]
[INFO] jersey-tests-integration-jersey-1964                               [war]
[INFO] jersey-tests-integration-jersey-2136                               [war]
[INFO] jersey-tests-integration-jersey-2137                               [war]
[INFO] jersey-tests-integration-jersey-2154                               [war]
[INFO] jersey-tests-integration-jersey-2160                               [war]
[INFO] jersey-tests-integration-jersey-2164                               [war]
[INFO] jersey-tests-integration-jersey-2167                               [war]
[INFO] jersey-tests-integration-jersey-2176                               [war]
[INFO] jersey-tests-integration-jersey-2184                               [war]
[INFO] jersey-tests-integration-jersey-2255                               [war]
[INFO] jersey-tests-integration-jersey-2322                               [war]
[INFO] jersey-tests-integration-jersey-2335                               [war]
[INFO] jersey-tests-integration-jersey-2421                               [war]
[INFO] jersey-tests-integration-jersey-2551                               [war]
[INFO] jersey-tests-integration-jersey-2612                               [war]
[INFO] jersey-tests-integration-jersey-2637                               [war]
[INFO] jersey-tests-integration-jersey-2654                               [war]
[INFO] jersey-tests-integration-jersey-2673                               [war]
[INFO] jersey-tests-integration-jersey-2689                               [war]
[INFO] jersey-tests-integration-jersey-2704                               [war]
[INFO] jersey-tests-integration-jersey-2776                               [war]
[INFO] jersey-tests-integration-jersey-2794                               [war]
[INFO] jersey-tests-integration-jersey-2846                               [war]
[INFO] jersey-tests-integration-jersey-2878                               [war]
[INFO] jersey-tests-integration-jersey-2892                               [war]
[INFO] jersey-tests-integration-jersey-3796                               [war]
[INFO] jersey-tests-integration-jersey-780                                [war]
[INFO] jersey-tests-integration-jersey-3670                               [war]
[INFO] jersey-3992                                                        [war]
[INFO] jersey-tests-integration-jersey-4099                               [war]
[INFO] jersey-4321                                                        [jar]
[INFO] jersey-tests-integration-portability-jersey-1                      [war]
[INFO] jersey-tests-integration-portability-jersey-2                      [war]
[INFO] jersey-tests-integration-property-check                            [jar]
[INFO] jersey-tests-integration-jersey-security-digest                    [war]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1               [war]
[INFO] jersey-bundles                                                     [pom]
[INFO] jersey-bundles-jaxrs-ri                                         [bundle]
[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-provider                   [war]
[INFO] jersey-tests-integration-servlet-3-params                          [war]
[INFO] jersey-tests-integration-servlet-3-sse-1                           [war]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2         [war]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding           [war]
[INFO] jersey-tests-integration-servlet-tests                             [war]
[INFO] jersey-tests-integration-sonar-test                                [war]
[INFO] jersey-tests-integration-spring4                                   [war]
[INFO] jersey-tests-integration-spring5                                   [war]
[INFO] jersey-tests-integration-tracing-support                           [war]
[INFO] config-webapp                                                      [jar]
[INFO] helidon-config-webapp                                              [war]
[INFO] jersey-rest-client-tck                                             [jar]
[INFO] jersey-tests-jmockit                                               [jar]
[INFO] jersey-test-framework-memleak-test-common                          [jar]
[INFO] jersey-tests-memleak                                               [pom]
[INFO] jersey-tests-memleak-redeployment                                  [pom]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app                 [war]
[INFO] jersey-examples                                                    [pom]
[INFO] jersey-examples-webapp-parent-pom                                  [pom]
[INFO] jersey-examples-helloworld-webapp                                  [war]
[INFO] jersey-test-framework-maven                                        [pom]
[INFO] jersey-test-framework-maven-container-runner-plugin       [maven-plugin]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref              [jar]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app                    [war]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app                 [war]
[INFO] jersey-tests-memleak-testcase                                      [pom]
[INFO] jersey-tests-memleak-testcase-bean-param-leak                      [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak                   [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client            [jar]
[INFO] jersey-tests-memleak-testcase-leaking-test-app                     [war]
[INFO] jersey-tests-osgi                                                  [pom]
[INFO] jersey-tests-osgi-functional                                       [pom]
[INFO] jersey-tests-stress                                                [jar]
[INFO] jersey-tests-performance                                           [pom]
[INFO] performance-test-benchmarks                                        [jar]
[INFO] jersey-tests-performance-runners                                   [pom]
[INFO] jersey-grizzly-runner                                              [jar]
[INFO] jersey-tests-performance-testcase                                  [pom]
[INFO] jersey-tests-performance-assemblies                                [jar]
[INFO] jersey-tests-performance-filter-dynamic-test                       [jar]
[INFO] jersey-tests-performance-filter-global-test                        [jar]
[INFO] jersey-tests-performance-filter-name-test                          [jar]
[INFO] jersey-tests-performance-interceptor-dynamic-test                  [jar]
[INFO] jersey-tests-performance-interceptor-global-test                   [jar]
[INFO] jersey-tests-performance-interceptor-name-test                     [jar]
[INFO] jersey-tests-performance-custom-provider-test                      [jar]
[INFO] jersey-tests-performance-json-jackson-test                         [jar]
[INFO] jersey-tests-performance-json-moxy-test                            [jar]
[INFO] jersey-tests-performance-mbw-kryo-test                             [jar]
[INFO] jersey-tests-performance-text-plain-test                           [jar]
[INFO] jersey-tests-performance-xml-jaxb-test                             [jar]
[INFO] jersey-tests-performance-xml-moxy-test                             [jar]
[INFO] jersey-tests-performance-param-srl                                 [jar]
[INFO] jersey-tests-performance-proxy-injection-test                      [jar]
[INFO] performance-test-tools                                             [jar]
[INFO] jersey-examples-assemblies                                         [jar]
[INFO] jersey-examples-bookmark                                           [war]
[INFO] jersey-examples-bookmark-em                                        [war]
[INFO] jersey-examples-bookstore-webapp                                   [war]
[INFO] jersey-examples-cdi-webapp                                         [war]
[INFO] jersey-examples-clipboard                                          [jar]
[INFO] jersey-examples-clipboard-programmatic                             [jar]
[INFO] jersey-examples-declarative-linking                                [jar]
[INFO] jersey-examples-entity-filtering                                   [jar]
[INFO] jersey-examples-entity-filtering-selectable                        [jar]
[INFO] jersey-examples-entity-filtering-security                          [jar]
[INFO] jersey-examples-extended-wadl-webapp                               [war]
[INFO] jersey-examples-exception-mapping                                  [jar]
[INFO] jersey-examples-freemarker-webapp                                  [war]
[INFO] jersey-examples-groovy                                             [jar]
[INFO] jersey-examples-helloworld                                         [jar]
[INFO] jersey-examples-helloworld-benchmark                               [jar]
[INFO] jersey-examples-helloworld-cdi2-se                                 [jar]
[INFO] jersey-examples-helloworld-netty                                   [jar]
[INFO] jersey-examples-helloworld-programmatic                            [jar]
[INFO] jersey-examples-helloworld-pure-jax-rs                             [jar]
[INFO] jersey-examples-helloworld-weld                                    [jar]
[INFO] jersey-examples-helloworld-spring-webapp                           [war]
[INFO] helloworld-spring-annotations                                      [jar]
[INFO] jersey-examples-http-patch                                         [jar]
[INFO] jersey-examples-http-trace                                         [jar]
[INFO] jersey-examples-https-clientserver-grizzly                         [jar]
[INFO] jersey-examples-https-server-glassfish                             [war]
[INFO] jersey-examples-java8-webapp                                       [war]
[INFO] jersey-examples-jaxb                                               [jar]
[INFO] jersey-examples-jaxrs-types-injection                              [jar]
[INFO] jersey-examples-ejb                                                [war]
[INFO] jersey-examples-json-binding-webapp                                [war]
[INFO] jersey-examples-json-jackson                                       [jar]
[INFO] jersey-examples-json-jackson1                                      [jar]
[INFO] jersey-examples-json-jettison                                      [jar]
[INFO] jersey-examples-json-moxy                                          [jar]
[INFO] jersey-examples-json-processing-webapp                             [war]
[INFO] jersey-examples-json-with-padding                                  [jar]
[INFO] jersey-examples-managed-beans-webapp                               [war]
[INFO] jersey-examples-managed-client                                     [jar]
[INFO] jersey-examples-managed-client-webapp                              [war]
[INFO] jersey-examples-managed-client-simple-webapp                       [war]
[INFO] jersey-examples-multipart-webapp                                   [war]
[INFO] jersey-examples-open-tracing                                       [jar]
[INFO] jersey-examples-osgi-helloworld-webapp                             [pom]
[INFO] jersey-examples-osgi-helloworld-webapp-lib                         [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-additional                  [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version           [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-wab                         [war]
[INFO] jersey-examples-osgi-helloworld-webapp-test                        [pom]
[INFO] jersey-examples-osgi-http-service                                  [pom]
[INFO] jersey-examples-osgi-http-service-bundle                           [jar]
[INFO] jersey-examples-osgi-http-service-test                             [pom]
[INFO] oauth-client-twitter                                               [jar]
[INFO] jersey-examples-reload                                             [jar]
[INFO] jersey-examples-rx-client-webapp                                   [war]
[INFO] jersey-examples-server-async                                       [jar]
[INFO] jersey-examples-server-async-managed                               [jar]
[INFO] jersey-examples-server-async-standalone                            [pom]
[INFO] jersey-examples-server-async-standalone-client                     [jar]
[INFO] jersey-examples-server-async-standalone-webapp                     [war]
[INFO] jersey-examples-server-sent-events-jersey                          [jar]
[INFO] jersey-examples-server-sent-events-jaxrs                           [jar]
[INFO] jersey-examples-servlet3-webapp                                    [war]
[INFO] jersey-examples-simple-console                                     [jar]
[INFO] jersey-examples-sse-item-store-jersey-webapp                       [war]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp                        [war]
[INFO] jersey-examples-sse-twitter-aggregator                             [jar]
[INFO] jersey-examples-system-properties                                  [jar]
[INFO] jersey-examples-moxy                                               [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 2.30-SNAPSHOT                                    [1/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.archetypes:project >---------------
[INFO] Building jersey-archetypes 2.30-SNAPSHOT                         [2/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >--------
[INFO] Building jersey-archetype-heroku-webapp 2.30-SNAPSHOT            [3/344]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-heroku-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-heroku-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-heroku-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.30-SNAPSHOT
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-heroku-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-heroku-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.30-SNAPSHOT/jersey-heroku-webapp-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.30-SNAPSHOT/jersey-heroku-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.30-SNAPSHOT/jersey-heroku-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp ---
[INFO] 
[INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >-----
[INFO] Building jersey-archetype-grizzly2 2.30-SNAPSHOT                 [4/344]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-quickstart-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-grizzly2/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-grizzly2 ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.30-SNAPSHOT
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.30-SNAPSHOT/jersey-quickstart-grizzly2-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.30-SNAPSHOT/jersey-quickstart-grizzly2-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.30-SNAPSHOT/jersey-quickstart-grizzly2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------
[INFO] Building jersey-archetype-webapp 2.30-SNAPSHOT                   [5/344]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-quickstart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.30-SNAPSHOT
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.30-SNAPSHOT/jersey-quickstart-webapp-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.30-SNAPSHOT/jersey-quickstart-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.30-SNAPSHOT/jersey-quickstart-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >-----
[INFO] Building jersey-example-java8-webapp 2.30-SNAPSHOT               [6/344]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-example-java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-example-java8-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-example-java8-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.30-SNAPSHOT
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-example-java8-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-example-java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.30-SNAPSHOT/jersey-example-java8-webapp-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.30-SNAPSHOT/jersey-example-java8-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.30-SNAPSHOT/jersey-example-java8-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] ------------------< org.glassfish.jersey:jersey-bom >-------------------
[INFO] Building jersey-bom 2.30-SNAPSHOT                                [7/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-bom ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/2.30-SNAPSHOT/jersey-bom-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-common >---------------
[INFO] Building jersey-core-common 2.30-SNAPSHOT                        [8/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-common ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ jersey-common ---
[INFO] Storing buildNumber: 2019-12-19 12:31:51 at timestamp: 1576758711547
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common && git rev-parse --verify HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ jersey-common ---
[INFO] Executing tasks

main:
     [echo] Building for JDK8
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-common ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-common ---
[INFO] Resources:
[INFO] org/glassfish/jersey/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-common ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/jsr166 added.
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (compile-1-jsr166) @ jersey-common ---
[INFO] Executing tasks

main:
    [javac] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/classes
    [javac] Creating empty /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (compile-2-java8) @ jersey-common ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/classes-java8
    [javac] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/classes-java8
/home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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<Unsafe>) () -> {
                                                                                          ^
/home/jenkins/agent/workspace/Jersey_master_build_pipeline/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<Unsafe> k = Unsafe.class;
                      ^
/home/jenkins/agent/workspace/Jersey_master_build_pipeline/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<Unsafe> k = Unsafe.class;
                                  ^
8 warnings
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 362 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/classes
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java/org/glassfish/jersey/internal/guava/LocalCache.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java/org/glassfish/jersey/internal/guava/LocalCache.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java/org/glassfish/jersey/internal/guava/Ordering.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/main/java/org/glassfish/jersey/internal/guava/Ordering.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/test/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProviderTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/test/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-common ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.internal.util.JdkVersionParseTest
[INFO] Running org.glassfish.jersey.message.internal.QualityTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.glassfish.jersey.message.internal.QualityTest
[INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.uri.internal.PathTemplateTest
[INFO] Running org.glassfish.jersey.uri.PathPatternTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.024 s - in org.glassfish.jersey.uri.UriComponentTest
[INFO] Running org.glassfish.jersey.uri.UriTemplateTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.glassfish.jersey.uri.UriTemplateTest
[INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.process.internal.RankedComparatorTest
[INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.jersey.internal.util.ReflectionHelperTest
[INFO] Running org.glassfish.jersey.internal.util.Base64Test
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.internal.util.Base64Test
[INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest
[INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.glassfish.jersey.internal.util.collection.ViewsTest
[INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.182 s - in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest
[INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest
[INFO] Running org.glassfish.jersey.internal.util.JerseyPublisherTest
java.lang.IllegalStateException: Slow Subscriber. Subscription will be canceled. Item MSG-256 and all the items sent after will not be received.
	at org.glassfish.jersey.internal.util.JerseyPublisher.onDrop(JerseyPublisher.java:277)
	at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.doOffer(SubmissionPublisher.java:562)
	at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:462)
	at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:308)
	at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.643 s - in org.glassfish.jersey.internal.util.JerseyPublisherTest
[INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest
Dec 19, 2019 12:32:16 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.002 s - in org.glassfish.jersey.internal.util.JdkVersionCompareTest
[INFO] Running org.glassfish.jersey.internal.util.TokenizerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.jersey.internal.util.TokenizerTest
[INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.jersey.internal.inject.ProvidersTest
[INFO] Running org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest
[INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.glassfish.jersey.internal.config.DisabledProvidersTest
[INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest
Dec 19, 2019 12:32:16 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Dec 19, 2019 12:32:16 PM org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel getProperties
WARNING: Could not read system properties
Dec 19, 2019 12:32:16 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.037 s - in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest
[INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest
[INFO] Running org.glassfish.jersey.SecurityManagerConfiguredTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.SecurityManagerConfiguredTest
[INFO] Running org.glassfish.jersey.message.GZipEncodingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.message.GZipEncodingTest
[INFO] Running org.glassfish.jersey.message.DeflateEncodingTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.message.DeflateEncodingTest
[INFO] Running org.glassfish.jersey.message.internal.DateProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.message.internal.DateProviderTest
[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.internal.ResponseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.jersey.message.internal.ResponseTest
[INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest
[INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.message.internal.LanguageTagTest
[INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.message.internal.MessageBodyFactoryTest
[INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.message.internal.VariantListBuilderTest
[INFO] Running org.glassfish.jersey.logging.LoggingInterceptorTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.logging.LoggingInterceptorTest
[INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.message.internal.StringBuilderUtilsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 213, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/jersey-common-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/jersey-common-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-common ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-common ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/jersey-common-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/jersey-common-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.inject:project >-----------------
[INFO] Building jersey-inject 2.30-SNAPSHOT                             [9/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >---------------
[INFO] Building jersey-inject-hk2 2.30-SNAPSHOT                        [10/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-hk2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-hk2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-hk2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-hk2 ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-hk2 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/hk2/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-hk2 ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-hk2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 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.196 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.072 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.038 s - in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest
[INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.glassfish.jersey.inject.hk2.InjectionManagerTest
[INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest
Dec 19, 2019 12:32:23 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1103243338)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	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.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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	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.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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	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.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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


Dec 19, 2019 12:32:23 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1421866327)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214)
	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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214)
	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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:214)
	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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


Dec 19, 2019 12:32:23 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an active Jersey Error scope.
WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1042786867)
	at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:51)
	at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204)
	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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 3
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.inject.hk2.Conversation errors were found
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204)
	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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 3 of 3
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.inject.hk2.Conversation
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:204)
	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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/jersey-hk2-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/jersey-hk2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-hk2 ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-hk2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/jersey-hk2-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/jersey-hk2-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-client >---------------
[INFO] Building jersey-core-client 2.30-SNAPSHOT                       [11/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[INFO] org/glassfish/jersey/client/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/src/main/resources/org/glassfish/jersey/client/internal/jdkconnector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 77 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/src/test/java/org/glassfish/jersey/client/spi/InvocationBuilderListenerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-client ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest
Dec 19, 2019 12:32:28 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component.

Dec 19, 2019 12:32:28 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: 1.233 s - in org.glassfish.jersey.client.JerseyClientBuilderTest
[INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest
[INFO] Running org.glassfish.jersey.client.filter.CsrfProtectionFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest
[INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest
Dec 19, 2019 12:32:29 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.208 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.017 s - in org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest
[INFO] Running org.glassfish.jersey.client.FixedBoundaryParserTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.client.FixedBoundaryParserTest
[INFO] Running org.glassfish.jersey.client.spi.CachingConnectorProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.glassfish.jersey.client.spi.CachingConnectorProviderTest
[INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest
Dec 19, 2019 12:32:29 PM org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext abortWith
WARNING: ClientRequestContext#abortWith has been utilized multiple times.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest
[INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest
Dec 19, 2019 12:32:29 PM org.glassfish.jersey.client.InvocationInterceptorStages$PostInvocationExceptionContext resolve
WARNING: ExceptionContext#resolve has been utilized multiple times.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest
[INFO] Running org.glassfish.jersey.client.spi.InvocationBuilderListenerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.glassfish.jersey.client.spi.InvocationBuilderListenerTest
[INFO] Running org.glassfish.jersey.client.JerseyInvocationTest
Dec 19, 2019 12:32:29 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Dec 19, 2019 12:32:29 PM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity
WARNING: Entity must be null for http method DELETE.
Dec 19, 2019 12:32:29 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.314 s - in org.glassfish.jersey.client.JerseyInvocationTest
[INFO] Running org.glassfish.jersey.client.DefaultSslContextProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.jersey.client.DefaultSslContextProviderTest
[INFO] Running org.glassfish.jersey.client.JerseyClientTest
Dec 19, 2019 12:32:30 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:32:30 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:32:30 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyClientTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:32:30 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.059 s - in org.glassfish.jersey.client.JerseyClientTest
[INFO] Running org.glassfish.jersey.client.CustomConnectorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.glassfish.jersey.client.CustomConnectorTest
[INFO] Running org.glassfish.jersey.client.ClientRxTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 s - in org.glassfish.jersey.client.ClientRxTest
[INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.1 s - in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest
[INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.037 s - in org.glassfish.jersey.client.ShutdownHookLeakTest
[INFO] Running org.glassfish.jersey.client.LinkTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.jersey.client.LinkTest
[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.HttpUrlConnectorTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.043 s - in org.glassfish.jersey.client.HttpUrlConnectorTest
[INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.client.FixedMultiBoundaryParserTest
[INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.068 s - in org.glassfish.jersey.client.AutoDiscoverableClientTest
[INFO] Running org.glassfish.jersey.client.JerseyWebTargetTest
Dec 19, 2019 12:32:51 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:32:51 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:32:51 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.client.JerseyWebTargetTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:32:51 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.028 s - in org.glassfish.jersey.client.JerseyWebTargetTest
[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.ClientRequestTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s - in org.glassfish.jersey.client.ClientRequestTest
[INFO] Running org.glassfish.jersey.client.ClientConfigTest
Dec 19, 2019 12:32: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: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69)
	at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135)
	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.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider
	contracts={javax.ws.rs.ext.ContextResolver}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=70
	locatorId=4097
	identityHashCode=783135477
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69)
	at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135)
	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.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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)


Dec 19, 2019 12:32: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: HK2 service reification failed for [org.glassfish.jersey.client.ClientConfigTest$MyProvider] with an exception:
MultiException stack 1 of 2
java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.client.ClientConfigTest$MyProvider class. Instantiation of non-static member classes is not supported.
	at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:119)
	at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69)
	at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135)
	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.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.client.ClientConfigTest$MyProvider
	contracts={javax.ws.rs.ext.ContextResolver}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=70
	locatorId=4097
	identityHashCode=783135477
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServices(ServiceLocatorImpl.java:799)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getAllInstances(AbstractHk2InjectionManager.java:170)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getAllInstances(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.ContextResolverFactory$ContextResolversConfigurator.postInit(ContextResolverFactory.java:69)
	at org.glassfish.jersey.client.ClientConfig$State.lambda$initRuntime$2(ClientConfig.java:451)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:451)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientConfigTest.testCustomProvidersFeature(ClientConfigTest.java:135)
	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.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.glassfish.jersey.client.ClientConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 160, Failures: 0, Errors: 0, Skipped: 5
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/target/jersey-client-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/target/jersey-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-client ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/target/jersey-client-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/target/jersey-client-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.glassfish.jersey.media:project >-----------------
[INFO] Building jersey-media 2.30-SNAPSHOT                             [12/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------
[INFO] Building jersey-media-jaxb 2.30-SNAPSHOT                        [13/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-jaxb ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-jaxb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-jaxb ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-jaxb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-jaxb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-jaxb ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest
[INFO] Running org.glassfish.jersey.jaxb.internal.SourceProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.jersey.jaxb.internal.SourceProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/target/jersey-media-jaxb-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-jaxb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/target/jersey-media-jaxb-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-jaxb ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-jaxb ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/target/jersey-media-jaxb-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/jaxb/target/jersey-media-jaxb-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-server >---------------
[INFO] Building jersey-core-server 2.30-SNAPSHOT                       [14/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-server ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-server ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-server ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-server ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 364 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/core-server/src/main/java/org/glassfish/jersey/server/internal/monitoring/ResponseStatisticsImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 144 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/core-server/src/test/java/org/glassfish/jersey/server/internal/monitoring/AbstractNanosReservoirTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-server ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.342 s - in org.glassfish.jersey.server.UriInfoMatchedResourcesTest
[INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s - in org.glassfish.jersey.server.filter.ApplicationFilterTest
[INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.137 s - in org.glassfish.jersey.server.filter.LayeredFiltersTest
[INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest
[INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.glassfish.jersey.server.filter.UriModificationFilterTest
[INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest
Dec 19, 2019 12:33:07 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.

[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.162 s - in org.glassfish.jersey.server.AsyncApplicationBuildingTest
[INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.glassfish.jersey.server.filter.UriConnegFilterTest
[INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s - in org.glassfish.jersey.server.filter.FilterSetMethodTest
[INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.glassfish.jersey.server.filter.EntityTypeFilterTest
[INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest
[INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest
Dec 19, 2019 12:33:10 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.428 s - in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest
[INFO] Running org.glassfish.jersey.server.ResourceConfigTest
[]
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in org.glassfish.jersey.server.ResourceConfigTest
[INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.glassfish.jersey.server.UriInfoMatchedUrisTest
[INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest
[INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286 s - in org.glassfish.jersey.server.filter.EncodingFilterTest
[INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest
[INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.server.internal.ContainerUtilsTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest
[INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 s - in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest
[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.SlidingWindowTimeReservoirAggregatingTrimmerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s - in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s - in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest
[INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirTest
[INFO] Running org.glassfish.jersey.server.internal.ServiceFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.glassfish.jersey.server.internal.ServiceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest
Dec 19, 2019 12:33:13 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:156)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1042)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:968)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1072)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1064)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:189)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106)
	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:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	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.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.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.juni[tI.NrFuOn]n eRrusn.nBilnogc koJrUgn.igtl4aCslsafsissRhu.njneerrs.eryu.nsCehrivledr(.BilnotcekrJnUanli.ti4njCelcats.sPRautnhnPearr.ajmaSvtar:i7n8g)C
o	nastt rourcgt.ojruTneistt.
runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.sch[eIdNuFlOe]( STcehsetdsu lreurn.:j a2v,a :F3a6i2l)u
r	east:  o0r,g .Ejrurnoirts.:r u0n,n eSrksi.pPpaerde:n t0R,u nTniemre. reulnaCphsieldd:r e0n.(1P0a3r esn t-R uinnn eorr.gj.agvlaa:s2s8f8i)s
h	.ajte rosregy..jsuenrivte.rr.uinnnteerrsn.aPla.riennjteRcutn.nPeart.haPcacreasmsS$t0r0i0n(gPCaornesnttrRuucntnoerrT.ejsatv
a:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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)

Dec 19, 2019 12:33:13 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:156)
	at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1042)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:968)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1072)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1064)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:189)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:106)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	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.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.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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.265 s - in org.glassfish.jersey.server.internal.ResourceContextTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest
[afromString, fromString, bfromString]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 s - in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.296 s - in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 s - in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.109 s - in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 s - in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
[INFO] Running org.glassfish.jersey.server.internal.inject.UriTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.918 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.105 s - in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s - in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s - in org.glassfish.jersey.server.internal.inject.FormParamTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.599 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 s - in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.866 s - in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s - in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 s - in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest
[INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest
[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
### 200
### 200
### 200
### 200
### 200
### 200
### 200
### 200
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.363 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 s - in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest
[INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest
Dec 19, 2019 12:33:30 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	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.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.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:69)
	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)
	... 64 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:155)
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:59)
	... 68 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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	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.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.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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)
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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	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.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.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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)


Dec 19, 2019 12:33:30 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:155)
	at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:59)
	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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	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.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.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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)
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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	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.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.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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)
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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:592)
	at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:572)
	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.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.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	at org.apache.maven.surefire.junitcore.pc.InvokerStrategy.schedule(InvokerStrategy.java:54)
	at org.apache.maven.surefire.junitcore.pc.Scheduler.schedule(Scheduler.java:362)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:405)
	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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.glassfish.jersey.server.internal.inject.InvalidParamsTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s - in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
[INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s - in org.glassfish.jersey.server.internal.inject.EncodedParamsTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 s - in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest
[INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s - in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest
[INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest
[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.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.internal.scanning.JarFileScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.server.internal.scanning.CompositeResourceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.132 s - in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest
[INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.812 s - in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
[INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest
Dec 19, 2019 12:33:34 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.111 s - in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest
[INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 s - in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest
[INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest
[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.SecurityManagerConfiguredTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.server.SecurityManagerConfiguredTest
[INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest
Dec 19, 2019 12:33:35 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.2 s - in org.glassfish.jersey.server.AnnotatedEntityTest
[INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest
Dec 19, 2019 12:33:35 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.
Dec 19, 2019 12:33:35 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.
Dec 19, 2019 12:33:35 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.
Dec 19, 2019 12:33:35 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.
Dec 19, 2019 12:33:35 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.
Dec 19, 2019 12:33: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.
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 s - in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest
[INFO] Running org.glassfish.jersey.server.ResourceConfigBuilderTest
Dec 19, 2019 12:33:36 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:33:36 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:33:36 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
Dec 19, 2019 12:33:36 PM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class org.glassfish.jersey.server.ResourceConfigBuilderTest$TestProvider to null or empty array of contracts  is ignored.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.glassfish.jersey.server.ResourceConfigBuilderTest
[INFO] Running org.glassfish.jersey.server.SecurityContextTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 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.242 s - in org.glassfish.jersey.server.ModelProcessorScopeTest
[INFO] Running org.glassfish.jersey.server.ContainerRequestTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.glassfish.jersey.server.ContainerRequestTest
[INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest
Dec 19, 2019 12:33:36 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.
Dec 19, 2019 12:33:36 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 javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 19, 2019 12:33:36 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$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.243 s - in org.glassfish.jersey.server.ApplicationHandlerTest
[INFO] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator
Dec 19, 2019 12:33:37 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.065 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator
Dec 19, 2019 12:33:37 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: 0.018 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest
[INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2
Dec 19, 2019 12:33:37 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader setProperty
WARNING: Configuring the MyWadlGenerator2 with the file based property testFile is deprecated and will be removed in future versions of jersey! You should use the InputStream based property instead.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest
[INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest
Dec 19, 2019 12:33:37 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. 
Dec 19, 2019 12:33:37 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.133 s - in org.glassfish.jersey.server.AsyncCallbackServerTest
[INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.glassfish.jersey.server.AutoDiscoverableServerTest
[INFO] Running org.glassfish.jersey.server.ApplicationTest
Dec 19, 2019 12:33:37 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.

Dec 19, 2019 12:33:37 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. 
Dec 19, 2019 12:33:37 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.

Dec 19, 2019 12:33:37 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.

Dec 19, 2019 12:33:37 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.088 s - in org.glassfish.jersey.server.ApplicationTest
[INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest
[INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest
[INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest
[INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.glassfish.jersey.server.model.ResourceNotFoundTest
[INFO] Running org.glassfish.jersey.server.model.HeadTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.glassfish.jersey.server.model.HeadTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.glassfish.jersey.server.model.SubResourceDynamicTest
[INFO] Running org.glassfish.jersey.server.model.AncestorsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.glassfish.jersey.server.model.AncestorsTest
[INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:38 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method.
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.
WARNING: Contract interface javax.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component.

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s - in org.glassfish.jersey.server.model.DynamicFeatureTest
[INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.server.model.GenericMethodListTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.glassfish.jersey.server.model.SubResourceNullTest
[INFO] Running org.glassfish.jersey.server.model.ParameterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.server.model.ParameterTest
[INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.glassfish.jersey.server.model.ResourcePathOverrideTest
[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.101 s - in org.glassfish.jersey.server.model.internal.ChildResourceTest
[INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.014 s - in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest
[INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.34 s - in org.glassfish.jersey.server.model.ResourceInfoTest
[INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientFilter constrained (via @ConstrainedTo) to SERVER runtime implements interface javax.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. 
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. 
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the implementations of providers in the resource class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient will be ignored. However, the resource class will be loaded and used as an resource. 
Dec 19, 2019 12:33:39 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToClient, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 19, 2019 12:33:40 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. 
Dec 19, 2019 12:33:40 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientFilter will be ignored. 
Dec 19, 2019 12:33:40 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter2 will be ignored. 
Dec 19, 2019 12:33:40 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ConstrainedToServerTest$ResourceAndProviderConstrainedToServer, implements provider interface [interface javax.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 19, 2019 12:33:40 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyClientUnConstrainedFilter will be ignored. 
Dec 19, 2019 12:33:40 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter registered in SERVER runtime is constrained (via @ConstrainedTo) to CLIENT runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerAndClientContrainedToClientFilter will be ignored. 
Dec 19, 2019 12:33:40 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter constrained (via @ConstrainedTo) to CLIENT runtime implements interface javax.ws.rs.container.ContainerResponseFilter which is only usable in a SERVER runtime context. A registered provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter is constrained (via @ConstrainedTo) to CLIENT runtime but does not implement any provider interface usable in the runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ConstrainedToServerTest$MyServerWrongFilter will be ignored. 
Dec 19, 2019 12:33:40 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.165 s - in org.glassfish.jersey.server.model.ConstrainedToServerTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest
[INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest
[INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest
[INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.glassfish.jersey.server.model.AmbiguousTemplateTest
[INFO] Running org.glassfish.jersey.server.model.RMBuilderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.glassfish.jersey.server.model.RMBuilderTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest
[INFO] Running org.glassfish.jersey.server.model.AcceptTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s - in org.glassfish.jersey.server.model.AcceptTest
[INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest
Dec 19, 2019 12:33:41 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.getHtml() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() at matching path pattern /test.

Dec 19, 2019 12:33:41 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+).

Dec 19, 2019 12:33:41 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.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.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.getText3() 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.

Dec 19, 2019 12:33:41 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get1() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() at matching regular expression /. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 19, 2019 12:33:41 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.

Dec 19, 2019 12:33:41 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.

Dec 19, 2019 12:33:41 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.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.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.getText3() 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.

Dec 19, 2019 12:33:41 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.161 s - in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest
one
Dec 19, 2019 12:33:41 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.284 s - in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest
[INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest
Dec 19, 2019 12:33:38 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: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.375 s - in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest
[INFO] Running org.glassfish.jersey.server.model.OptionsTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 s - in org.glassfish.jersey.server.model.OptionsTest
[INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.glassfish.jersey.server.model.MixedResourceConfigurationTest
[INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest
[INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest
[INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in org.glassfish.jersey.server.model.HeadSubResourceMethodTest
[INFO] Running org.glassfish.jersey.server.model.AcceptQsTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 s - in org.glassfish.jersey.server.model.AcceptQsTest
[INFO] Running org.glassfish.jersey.server.model.ResourceModelTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.jersey.server.model.ResourceModelTest
[INFO] Running org.glassfish.jersey.server.model.MethodListTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.glassfish.jersey.server.model.MethodListTest
[INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.jersey.server.model.AcceptWriterTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest
Dec 19, 2019 12:33:43 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.512 s - in org.glassfish.jersey.server.model.SubResourceProgrammaticTest
[INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.glassfish.jersey.server.model.SubResourceClassDynamicTest
[INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.jersey.server.ExtendedResourceContextTest
[INFO] Running org.glassfish.jersey.server.ResourceMergeTest
Dec 19, 2019 12:33:44 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@4c52568c, 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 javax.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@4c52568c], parentResource=<no parent>, 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.007 s - in org.glassfish.jersey.server.ResourceMergeTest
[INFO] Running org.glassfish.jersey.server.model.ValidatorTest
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection
INFO: An issue should not be reported as injections into the methods are allowed.
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid
INFO: An issue should be reported if a sub-resource locator returns void:
Dec 19, 2019 12:33:43 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.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam will be ignored. 
Dec 19, 2019 12:33:43 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@37ee2b93]}, 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=<no parent>, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a.
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()]
WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingFormParam.getMethod(java.lang.String), should not consume any form parameter.
WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource.
WARNING: A sub-resource model, public void org.glassfish.jersey.server.model.ValidatorTest$TestSRLReturningVoid.srLocator(), MUST return a non-void type.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String), should not consume any form parameter.
WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam.
WARNING: Method public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource.moreNonAnnotatedParameters(java.lang.String,java.lang.String,java.lang.String) on resource class org.glassfish.jersey.server.model.ValidatorTest$AmbiguousParameterResource contains multiple parameters with no annotation. Unable to resolve the injection source.
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()]
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) 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: 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<java.util.List<V>> from public void org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.set(java.util.List<java.util.List<V>>) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type java.util.Collection<V> from java.util.Collection<V> org.glassfish.jersey.server.model.ValidatorTest$ParameterizedTypeResource.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: 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: The resource (or sub resource) Resource{"failRoot", 1 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 4 resource methods, 1 sub-resource locator, 4 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.
WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.
WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 4 resource methods, 1 sub-resource locator, 5 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: The resource (or sub resource) Resource{"x", 0 child resources, 1 resource methods, 1 sub-resource locator, 2 method handler classes, 0 method handler instances} with path "x" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.
WARNING: 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$TestGetRMConsumingEntity.getMethod(java.lang.Object) 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$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching path pattern /test.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail
INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators.
Dec 19, 2019 12:33:43 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@74f1f6ee]}, 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=<no parent>, extended=false} and resource Resource{"a", 0 child resources, 0 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances}, contains sub resource locators on the same path a.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails
INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: (Sub)resource method query in org.glassfish.jersey.server.model.ValidatorTest$ResourceWithParamOnResourcePathAnnotatedMethod contains unexpected annotation javax.ws.rs.QueryParam.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResources
INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern).
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource1.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$AmbiguousResource2.get() at matching regular expression /x. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyResourcel
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, Resource{"root", 0 child resources, 0 resource methods, 0 sub-resource locator, 0 method handler classes, 0 method handler instances}, with path "root" is empty. It has no resource (or sub resource) methods neither sub resource locators defined.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules
INFO: An issue should not be reported with the relaxed Produces/Consumes values parser.
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousResourceLocators
INFO: Should report warning during validation error as resource path patterns are ambiguous ({abc} and {def} results into same path pattern).
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous sub-resource locators on path pattern /([^/]+)/x.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetSRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM
INFO: An issue should be reported if a resource method is not public:
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource method, private java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestNonPublicRM.privateGet(), MUST be public scoped otherwise the method is ignored

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource
INFO: 
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource model has ambiguous (sub-)resource method for HTTP method GET and input mime-types as defined by"@Consumes" and "@Produces" annotations at Java methods public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider
INFO: An issue should be reported as resource implements provider but does not define scope.
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceAsProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testRootResourceNonAmbigConstructors
INFO: No issue should be reported if more public ctors exists with the same number of params, but another just one is presented with more params at a root resource:
Dec 19, 2019 12:33:43 PM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment
INFO: A warning should be reported if @Path with "/" or empty string value is seen
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsRM
INFO: An issue should be reported if more than one HTTP method designator exist on a resource method:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsRM.getPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.GET(), @javax.ws.rs.PUT()]

Dec 19, 2019 12:33: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.model.ValidatorTest$PercentEncodedCaseSensitiveTest.notEncoded() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$PercentEncodedCaseSensitiveTest.percent() at matching regular expression /%5[bB]%5[dD]. These two methods produces and consumes exactly the same mime-types and therefore their invocation as a resource methods will always fail.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL
INFO: An issue should be reported if an entity parameter exists on a sub-resource locator:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A sub-resource model, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestEntityParamOnSRL.locator(java.lang.String), can not have an entity parameter. Try to move the parameter to the corresponding resource method.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid
INFO: An issue should be reported if a get sub-resource method returns void:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testProviderFieldsInjection
INFO: An issue should be reported if injection is required for a class which is provider and therefore singleton:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.matrixParam cannot be injected into singleton resource.
WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.queryParam cannot be injected into singleton resource.
WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.pParam cannot be injected into singleton resource.
WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.cParam cannot be injected into singleton resource.
WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.hParam cannot be injected into singleton resource.
WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider.beanParam cannot be injected into singleton resource.
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForProvider, implements provider interface [interface javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod
INFO: An issue should be reported if method with injected SseEventSink parameter does not return void.
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A HTTP GET method public javax.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(javax.ws.rs.sse.SseEventSink) that is being injected with SseEventSink should return void. The output will propagate automatically.
WARNING: A HTTP GET method public void org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.multipleInjection(javax.ws.rs.sse.SseEventSink,javax.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethod2Validation
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"a", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "a" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid
INFO: An issue should be reported if a non-async get method returns void:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails
INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: (Sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$ResourceGETMethodFails contains unexpected annotation javax.ws.rs.QueryParam.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk
INFO: Validation should report no issues.
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete
INFO: No issue should be reported if produced mime types differ
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testMultipleHttpMethodDesignatorsSRM
INFO: An issue should be reported if more than one HTTP method designator exist on a sub-resource method:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A (sub-)resource method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestMultipleHttpMethodDesignatorsSRM.postPutIt(), should have only one HTTP method designator. It currently has the following designators defined: [@javax.ws.rs.POST(), @javax.ws.rs.PUT()]

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter matrixParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.matrixParam cannot be injected into singleton resource.
WARNING: Parameter queryParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.queryParam cannot be injected into singleton resource.
WARNING: Parameter pParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.pParam cannot be injected into singleton resource.
WARNING: Parameter cParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.cParam cannot be injected into singleton resource.
WARNING: Parameter hParam of java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.hParam cannot be injected into singleton resource.
WARNING: Parameter beanParam of org.glassfish.jersey.server.model.ValidatorTest$MyBeanParam org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectFieldsForSingleton.beanParam cannot be injected into singleton resource.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams
INFO: A warning should be reported if ambiguous source of a parameter is seen
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of public void org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.setB(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter a of private int org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.a MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.get(java.lang.String) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 2 of public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSub(java.lang.String,int) MUST be only one of a path, query, matrix or header parameter.
WARNING: Parameter 1 of public java.lang.Object org.glassfish.jersey.server.model.ValidatorTest$TestAmbiguousParams.getSubLoc(java.lang.String) MUST be only one of a path, query, matrix or header parameter.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource
INFO: 
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type V from public void org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.set(V) is not resolvable to a concrete type.
WARNING: Parameter fieldV of type V from V org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.fieldV is not resolvable to a concrete type.
WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T) is not resolvable to a concrete type.
WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.postSub(T), is not resolvable to a concrete type.
WARNING: Parameter 1 of type T from public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T) is not resolvable to a concrete type.
WARNING: Return type, T, of method, public T org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.post(T), is not resolvable to a concrete type.
WARNING: Parameter 1 of type V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) is not resolvable to a concrete type.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes
INFO: An issue should not be reported as resource defines multiple scopes.
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: A resource, class org.glassfish.jersey.server.model.ValidatorTest$ResourceWithMultipleScopes, is annotated with multiple scope annotations. Only one scope annotation is allowed for the resource.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType
INFO: Should report hint during validation as @GET resource method returns void.
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource
INFO: 
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity
INFO: An issue should be reported if a get method consumes an entity:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingEntity.getMethod(java.lang.Object), should not consume any entity.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection
INFO: An issue should be reported if injection is required for a singleton life-cycle:
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
SEVERE: Following issues have been detected: 
WARNING: Parameter 1 of public org.glassfish.jersey.server.model.ValidatorTest$TestCantInjectConstructorParamsForSingleton(java.lang.String) cannot be injected into singleton resource.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testLocatorAndMethodValidation
INFO: Should report warning during validation as Resource cannot have resource method and sub resource locators on the same path.
Dec 19, 2019 12:33:44 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: The resource (or sub resource) Resource{"failRoot", 0 child resources, 1 resource methods, 1 sub-resource locator, 1 method handler classes, 0 method handler instances} with path "failRoot" contains (sub) resource method(s) and sub resource locator. The resource cannot have both, methods and locator, defined on same path. The locator will be ignored.

Dec 19, 2019 12:33:44 PM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam
INFO: An issue should be reported if a get method consumes a form param:
Dec 19, 2019 12:33:44 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.

Dec 19, 2019 12:33:44 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.763 s - in org.glassfish.jersey.server.model.ValidatorTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 920, Failures: 0, Errors: 0, Skipped: 12
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/target/jersey-server-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/target/jersey-server-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-server ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-server ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/target/jersey-server-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/target/jersey-server-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.containers:project >---------------
[INFO] Building jersey-containers 2.30-SNAPSHOT                        [15/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >---
[INFO] Building jersey-container-grizzly2-http 2.30-SNAPSHOT           [16/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-grizzly2-http ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-grizzly2-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-grizzly2-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-grizzly2-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-grizzly2-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-grizzly2-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-grizzly2-http ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-grizzly2-http ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-grizzly2-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-servlet-core >----
[INFO] Building jersey-container-servlet-core 2.30-SNAPSHOT            [17/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-servlet-core ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-servlet-core ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-servlet-core ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-servlet-core ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletContainer.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/ServletContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-servlet-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-servlet-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-servlet-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-servlet-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-servlet-core ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.30-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] 
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-servlet-core ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30-SNAPSHOT/jersey-container-servlet-core-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30-SNAPSHOT/jersey-container-servlet-core-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30-SNAPSHOT/jersey-container-servlet-core-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.test-framework:project >-------------
[INFO] Building jersey-test-framework 2.30-SNAPSHOT                    [18/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >---
[INFO] Building jersey-test-framework-core 2.30-SNAPSHOT               [19/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-core ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-core ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/src/main/resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-core ---
[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.606 s - in org.glassfish.jersey.test.JerseyTestTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/target/jersey-test-framework-core-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/target/jersey-test-framework-core-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-core ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/target/jersey-test-framework-core-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.30-SNAPSHOT/jersey-test-framework-core-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.30-SNAPSHOT/jersey-test-framework-core-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/core/target/jersey-test-framework-core-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.30-SNAPSHOT/jersey-test-framework-core-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------
[INFO] Building jersey-container-servlet 2.30-SNAPSHOT                 [20/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-servlet ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-servlet ---
[INFO] Resources:
[INFO] org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-servlet ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/target/jersey-container-servlet-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/target/jersey-container-servlet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-servlet ---
[WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:2.30-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] 
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/target/jersey-container-servlet-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30-SNAPSHOT/jersey-container-servlet-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30-SNAPSHOT/jersey-container-servlet-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/target/jersey-container-servlet-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30-SNAPSHOT/jersey-container-servlet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >--
[INFO] Building jersey-container-grizzly2-servlet 2.30-SNAPSHOT        [21/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-grizzly2-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-grizzly2-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-servlet/src/main/resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-grizzly2-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-grizzly2-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-grizzly2-servlet ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-grizzly2-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT/jersey-container-grizzly2-servlet-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT/jersey-container-grizzly2-servlet-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT/jersey-container-grizzly2-servlet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.test-framework.providers:project >--------
[INFO] Building jersey-test-framework-providers 2.30-SNAPSHOT          [22/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2 >--
[INFO] Building jersey-test-framework-provider-grizzly2 2.30-SNAPSHOT  [23/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/grizzly2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/grizzly2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/grizzly2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-provider-grizzly2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest
Dec 19, 2019 12:34:00 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:00 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:34:01 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.446 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest
Dec 19, 2019 12:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [/context].
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 19, 2019 12:34: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: 0.341 s - in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest
Dec 19, 2019 12:34:01 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:01 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) [[]]
Dec 19, 2019 12:34:01 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) [[]]
Dec 19, 2019 12:34:01 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) [[]]
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:34:01 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet
Dec 19, 2019 12:34: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.243 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest
Dec 19, 2019 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:02 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) [[]]
Dec 19, 2019 12:34:02 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) [[]]
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet
Dec 19, 2019 12:34: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.185 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest
Dec 19, 2019 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43267]
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start
INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:43267/
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43267]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest
Dec 19, 2019 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 19, 2019 12:34:02 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.417 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest
[INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest
Dec 19, 2019 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:02 PM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer <init>
INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:02 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [TestContext] ...
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [TestContext] is ready to service requests.  Root: [].
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:34:03 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.196 s - in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest
[INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest
Dec 19, 2019 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40782]
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:40782/
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40782]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest
[INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest
Dec 19, 2019 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:34:03 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.139 s - in org.glassfish.jersey.test.grizzly.BaseUriTest
[INFO] Running org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest
Dec 19, 2019 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:34:03 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.139 s - in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/2.30-SNAPSHOT/jersey-test-framework-provider-grizzly2-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/2.30-SNAPSHOT/jersey-test-framework-provider-grizzly2-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/2.30-SNAPSHOT/jersey-test-framework-provider-grizzly2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.connectors:project >---------------
[INFO] Building jersey-connectors 2.30-SNAPSHOT                        [24/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >-------
[INFO] Building jersey-connectors-apache 2.30-SNAPSHOT                 [25/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-apache-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-apache-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-apache-connector ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-apache-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-apache-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/apache/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-apache-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-apache-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-apache-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-apache-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-apache-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/HelloWorldTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-apache-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.apache.connector.GZIPContentEncodingTest
Dec 19, 2019 12:34:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:34: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: 2.092 s - in org.glassfish.jersey.apache.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.apache.connector.NoEntityTest
Dec 19, 2019 12:34:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:34:08 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.571 s - in org.glassfish.jersey.apache.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.apache.connector.StreamingTest
Dec 19, 2019 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:34:09 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: 1.406 s - in org.glassfish.jersey.apache.connector.StreamingTest
[INFO] Running org.glassfish.jersey.apache.connector.LargeDataTest
Dec 19, 2019 12:34:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:34: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.995 s - in org.glassfish.jersey.apache.connector.LargeDataTest
[INFO] Running org.glassfish.jersey.apache.connector.RetryHandlerTest
Dec 19, 2019 12:34:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:34:11 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:9998: Read timed out
Dec 19, 2019 12:34:11 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:9998
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:34:11 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:9998: Read timed out
Dec 19, 2019 12:34:11 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://localhost:9998
Dec 19, 2019 12:34:11 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.333 s - in org.glassfish.jersey.apache.connector.RetryHandlerTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpMethodTest
Dec 19, 2019 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.669 s - in org.glassfish.jersey.apache.connector.HttpMethodTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest
Dec 19, 2019 12:34:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.888 s - in org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest
[INFO] Running org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.apache.connector.TimeoutTest
Dec 19, 2019 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 19, 2019 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 19, 2019 12:34:19 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: 3.18 s - in org.glassfish.jersey.apache.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.apache.connector.AsyncTest
Dec 19, 2019 12:34:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 19, 2019 12:34:19 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
Dec 19, 2019 12:34:19 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-1
Dec 19, 2019 12:34:20 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 19, 2019 12:34:20 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 19, 2019 12:34:20 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-2
Dec 19, 2019 12:34:21 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 19, 2019 12:34:21 PM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost
INFO: Using async timeout multiplier: 1
Dec 19, 2019 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 19, 2019 12:34:21 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 19, 2019 12:34:23 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: 4.137 s - in org.glassfish.jersey.apache.connector.AsyncTest
[INFO] Running org.glassfish.jersey.apache.connector.HelloWorldTest
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:9998/helloworld
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:9998
2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:9998/helloworld
1 > accept: text/plain
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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

Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.apache.connector.ApacheConnector <init>
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".
Dec 19, 2019 12:34:23 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".
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld/error
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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.

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:9998/helloworld/error2
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:9998
2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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.

Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > HEAD http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
CustomLoggingFilter.preFilter called
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
CustomLoggingFilter.preFilter called
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > OPTIONS http://localhost:9998/helloworld
1 > accept: foo/bar
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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

Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
CustomLoggingFilter.preFilter called
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-3
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-2
2 > GET http://localhost:9998/helloworld
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:9998
2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-3
1 < 200
1 < Content-Type: text/plain
Hello World!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server has received a request on thread grizzly-http-server-1
3 > GET http://localhost:9998/helloworld
3 > accept-encoding: gzip,deflate
3 > connection: Keep-Alive
3 > host: localhost:9998
3 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server has received a request on thread grizzly-http-server-0
4 > GET http://localhost:9998/helloworld
4 > accept-encoding: gzip,deflate
4 > connection: Keep-Alive
4 > host: localhost:9998
4 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 3 * Server responded with a response on thread grizzly-http-server-1
3 < 200
3 < Content-Type: text/plain
Hello World!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 4 * Server responded with a response on thread grizzly-http-server-0
4 < 200
4 < Content-Type: text/plain
Hello World!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 5 * Server has received a request on thread grizzly-http-server-2
5 > GET http://localhost:9998/helloworld
5 > accept-encoding: gzip,deflate
5 > connection: Keep-Alive
5 > host: localhost:9998
5 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server has received a request on thread grizzly-http-server-3
6 > GET http://localhost:9998/helloworld
6 > accept-encoding: gzip,deflate
6 > connection: Keep-Alive
6 > host: localhost:9998
6 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 6 * Server responded with a response on thread grizzly-http-server-3
6 < 200
6 < Content-Type: text/plain
Hello World!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server has received a request on thread grizzly-http-server-1
7 > GET http://localhost:9998/helloworld
7 > accept-encoding: gzip,deflate
7 > connection: Keep-Alive
7 > host: localhost:9998
7 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 7 * Server responded with a response on thread grizzly-http-server-1
7 < 200
7 < Content-Type: text/plain
Hello World!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server has received a request on thread grizzly-http-server-0
8 > GET http://localhost:9998/helloworld
8 > accept-encoding: gzip,deflate
8 > connection: Keep-Alive
8 > host: localhost:9998
8 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 9 * Server has received a request on thread grizzly-http-server-2
9 > GET http://localhost:9998/helloworld
9 > accept-encoding: gzip,deflate
9 > connection: Keep-Alive
9 > host: localhost:9998
9 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 8 * Server responded with a response on thread grizzly-http-server-0
8 < 200
8 < Content-Type: text/plain
Hello World!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server has received a request on thread grizzly-http-server-3
10 > GET http://localhost:9998/helloworld
10 > accept-encoding: gzip,deflate
10 > connection: Keep-Alive
10 > host: localhost:9998
10 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 10 * Server responded with a response on thread grizzly-http-server-3
10 < 200
10 < Content-Type: text/plain
Hello World!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 11 * Server has received a request on thread grizzly-http-server-1
11 > GET http://localhost:9998/helloworld
11 > accept-encoding: gzip,deflate
11 > connection: Keep-Alive
11 > host: localhost:9998
11 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 12 * Server has received a request on thread grizzly-http-server-2
12 > GET http://localhost:9998/helloworld
12 > accept-encoding: gzip,deflate
12 > connection: Keep-Alive
12 > host: localhost:9998
12 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 13 * Server has received a request on thread grizzly-http-server-0
13 > GET http://localhost:9998/helloworld
13 > accept-encoding: gzip,deflate
13 > connection: Keep-Alive
13 > host: localhost:9998
13 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server has received a request on thread grizzly-http-server-3
14 > GET http://localhost:9998/helloworld
14 > accept-encoding: gzip,deflate
14 > connection: Keep-Alive
14 > host: localhost:9998
14 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 14 * Server responded with a response on thread grizzly-http-server-3
14 < 200
14 < Content-Type: text/plain
Hello World!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 15 * Server has received a request on thread grizzly-http-server-1
15 > GET http://localhost:9998/helloworld
15 > accept-encoding: gzip,deflate
15 > connection: Keep-Alive
15 > host: localhost:9998
15 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 16 * Server has received a request on thread grizzly-http-server-2
16 > GET http://localhost:9998/helloworld
16 > accept-encoding: gzip,deflate
16 > connection: Keep-Alive
16 > host: localhost:9998
16 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 17 * Server has received a request on thread grizzly-http-server-0
17 > GET http://localhost:9998/helloworld
17 > accept-encoding: gzip,deflate
17 > connection: Keep-Alive
17 > host: localhost:9998
17 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 18 * Server has received a request on thread grizzly-http-server-3
18 > GET http://localhost:9998/helloworld
18 > accept-encoding: gzip,deflate
18 > connection: Keep-Alive
18 > host: localhost:9998
18 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 19 * Server has received a request on thread grizzly-http-server-1
19 > GET http://localhost:9998/helloworld
19 > accept-encoding: gzip,deflate
19 > connection: Keep-Alive
19 > host: localhost:9998
19 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 20 * Server has received a request on thread grizzly-http-server-2
20 > GET http://localhost:9998/helloworld
20 > accept-encoding: gzip,deflate
20 > connection: Keep-Alive
20 > host: localhost:9998
20 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 50
Dec 19, 2019 12:34:23 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!

Dec 19, 2019 12:34:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
CustomLoggingFilter.preFilter called
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:24 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
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
CustomLoggingFilter.preFilter called
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:24 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
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworld
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:24 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!

Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/helloworldarbitrary
1 > accept-encoding: gzip,deflate
1 > connection: Keep-Alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:24 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Server responded with a response on thread grizzly-http-server-0
1 < 404

Dec 19, 2019 12:34:24 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server has received a request on thread grizzly-http-server-1
2 > GET http://localhost:9998/helloworld/arbitrary
2 > accept-encoding: gzip,deflate
2 > connection: Keep-Alive
2 > host: localhost:9998
2 > user-agent: Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)

Dec 19, 2019 12:34:24 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 2 * Server responded with a response on thread grizzly-http-server-1
2 < 404

Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 s - in org.glassfish.jersey.apache.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.apache.connector.TraceSupportTest
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 19, 2019 12:34:24 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.363 s - in org.glassfish.jersey.apache.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.apache.connector.FollowRedirectsTest
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 19, 2019 12:34:24 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.15 s - in org.glassfish.jersey.apache.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.apache.connector.ManagedClientTest
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 19, 2019 12:34: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.153 s - in org.glassfish.jersey.apache.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.apache.connector.SpecialHeaderTest
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 19, 2019 12:34:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.066 s - in org.glassfish.jersey.apache.connector.SpecialHeaderTest
[INFO] Running org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest
[INFO] Running org.glassfish.jersey.apache.connector.HttpHeadersTest
Dec 19, 2019 12:34:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 19, 2019 12:34: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.17 s - in org.glassfish.jersey.apache.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.apache.connector.DisableContentEncodingTest
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 19, 2019 12:34:25 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.225 s - in org.glassfish.jersey.apache.connector.DisableContentEncodingTest
[INFO] Running org.glassfish.jersey.apache.connector.AuthTest
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Dec 19, 2019 12:34:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.258 s - in org.glassfish.jersey.apache.connector.AuthTest
[INFO] Running org.glassfish.jersey.apache.connector.CookieTest
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:34:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Dec 19, 2019 12:34:26 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.179 s - in org.glassfish.jersey.apache.connector.CookieTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 102, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/target/jersey-apache-connector-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-apache-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/target/jersey-apache-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-apache-connector ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-apache-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/target/jersey-apache-connector-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30-SNAPSHOT/jersey-apache-connector-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30-SNAPSHOT/jersey-apache-connector-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/apache-connector/target/jersey-apache-connector-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30-SNAPSHOT/jersey-apache-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory >--
[INFO] Building jersey-test-framework-provider-inmemory 2.30-SNAPSHOT  [26/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-provider-inmemory ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-inmemory ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/inmemory/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-inmemory ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/inmemory/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/inmemory/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-provider-inmemory ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest
Dec 19, 2019 12:34:28 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 s - in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest
Dec 19, 2019 12:34:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s - in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest
[INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerTest
Dec 19, 2019 12:34:29 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:30 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:30 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:30 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:30 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:30 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:34:30 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.568 s - in org.glassfish.jersey.test.inmemory.InMemoryContainerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-inmemory ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/2.30-SNAPSHOT/jersey-test-framework-provider-inmemory-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/2.30-SNAPSHOT/jersey-test-framework-provider-inmemory-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/2.30-SNAPSHOT/jersey-test-framework-provider-inmemory-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external >--
[INFO] Building jersey-test-framework-provider-external 2.30-SNAPSHOT  [27/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-external ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-provider-external ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-external ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/external/src/main/resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-external ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/external/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-external ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/external/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-provider-external ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/external/target/jersey-test-framework-provider-external-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/external/target/jersey-test-framework-provider-external-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-external ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/external/target/jersey-test-framework-provider-external-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/2.30-SNAPSHOT/jersey-test-framework-provider-external-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/2.30-SNAPSHOT/jersey-test-framework-provider-external-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/external/target/jersey-test-framework-provider-external-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/2.30-SNAPSHOT/jersey-test-framework-provider-external-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.containers:jersey-container-jdk-http >------
[INFO] Building jersey-container-jdk-http 2.30-SNAPSHOT                [28/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-jdk-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-jdk-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-jdk-http ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest
Dec 19, 2019 12:34:33 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] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.305 s - in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest
[INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest
[INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest
Dec 19, 2019 12:34:39 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:34:42 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.242 s - in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest
[INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest
Dec 19, 2019 12:34:43 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:34:46 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer
INFO: Simple-http server stopped.
Dec 19, 2019 12:34:46 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer
INFO: jdk-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:34:49 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.425 s - in org.glassfish.jersey.jdkhttp.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest
Dec 19, 2019 12:34:49 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.
Dec 19, 2019 12:34:50 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.
Dec 19, 2019 12:34:50 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.
Dec 19, 2019 12:34:50 PM sun.net.httpserver.ServerImpl$Exchange run
WARNING: SSL connection received. No https contxt created
Dec 19, 2019 12:34:50 PM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer
WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 s - in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/target/jersey-container-jdk-http-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/target/jersey-container-jdk-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-jdk-http ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/target/jersey-container-jdk-http-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/2.30-SNAPSHOT/jersey-container-jdk-http-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/2.30-SNAPSHOT/jersey-container-jdk-http-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jdk-http/target/jersey-container-jdk-http-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/2.30-SNAPSHOT/jersey-container-jdk-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http >--
[INFO] Building jersey-test-framework-provider-jdk-http 2.30-SNAPSHOT  [29/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-provider-jdk-http ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jdk-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jdk-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jdk-http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-provider-jdk-http ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest
Dec 19, 2019 12:34:51 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.207 s - in org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest
[INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest
Dec 19, 2019 12:34:55 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 12:34:55 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start
INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:37442/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.146 s - in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-jdk-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/2.30-SNAPSHOT/jersey-test-framework-provider-jdk-http-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/2.30-SNAPSHOT/jersey-test-framework-provider-jdk-http-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/2.30-SNAPSHOT/jersey-test-framework-provider-jdk-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-simple-http >----
[INFO] Building jersey-container-simple-http 2.30-SNAPSHOT             [30/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-simple-http ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-simple-http ---
[INFO] Resources:
[INFO] org.glassfish.jersey.simple.internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/src/main/resources/org.glassfish.jersey.simple.internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-simple-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-simple-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-simple-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-simple-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-simple-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-simple-http ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest
Dec 19, 2019 12:35:01 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:01 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 19, 2019 12:35:01 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:01 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.411 s - in org.glassfish.jersey.simple.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.simple.ExceptionTest
Dec 19, 2019 12:35:01 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:01 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 19, 2019 12:35:02 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:02 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.258 s - in org.glassfish.jersey.simple.ExceptionTest
[INFO] Running org.glassfish.jersey.simple.AsyncTest
Dec 19, 2019 12:35:02 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:02 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 19, 2019 12:35:02 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:07 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 19, 2019 12:35:07 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:10 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.377 s - in org.glassfish.jersey.simple.AsyncTest
[INFO] Running org.glassfish.jersey.simple.ParallelTest
Dec 19, 2019 12:35:10 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35: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.561 s - in org.glassfish.jersey.simple.ParallelTest
[INFO] Running org.glassfish.jersey.simple.OptionsTest
Dec 19, 2019 12:35: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.
Dec 19, 2019 12:35:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 19, 2019 12:35: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.
Dec 19, 2019 12:35:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35: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.207 s - in org.glassfish.jersey.simple.OptionsTest
[INFO] Running org.glassfish.jersey.simple.TraceTest
Dec 19, 2019 12:35:11 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.
Dec 19, 2019 12:35:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer
INFO: Simple-http server stopped.
Dec 19, 2019 12:35:11 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.
Dec 19, 2019 12:35:11 PM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter
INFO: Simple-http server started on base uri: http://localhost:9998/
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-231): EXECUTE_ACTION -> 16
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-231): ACCEPT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): READ -> 199
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): HEADER_FINISHED -> OPTIONS /users HTTP/1.1
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): WRITE_HEADER -> HTTP/1.1 404 Not Found
Content-Length: 0
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): WRITE_BUFFER -> 69
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): WRITE -> 69
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-236): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-236): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-229): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-229): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-229): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/0:0:0:0:0:0:0:0:9998] (ActionDistributor: Thread-241): EXECUTE_ACTION -> 16
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-241): ACCEPT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:12 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:13 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:14 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:15 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-244): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-246): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-247): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-249): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-250): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-252): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 159
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ_HEADER
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1
Accept: foo/bar
User-Agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)
Host: localhost:9998
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-253): REQUEST_READY
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK
Content-Length: 0
Allow: HEAD,GET,OPTIONS
Content-Type: foo/bar
Connection: keep-alive


Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): WRITE -> 110
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ -> 0
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (Worker: RequestReader: Thread-255): READ_WAIT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): SELECT
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST
Dec 19, 2019 12:35:16 PM org.glassfish.jersey.internal.util.ExtendedLogger info
INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:9998 remote=/127.0.0.1:57140] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1
Dec 19, 2019 12:35:16 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.771 s - in org.glassfish.jersey.simple.TraceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/target/jersey-container-simple-http-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-simple-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/target/jersey-container-simple-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-simple-http ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-simple-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/target/jersey-container-simple-http-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/2.30-SNAPSHOT/jersey-container-simple-http-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/2.30-SNAPSHOT/jersey-container-simple-http-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/simple-http/target/jersey-container-simple-http-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/2.30-SNAPSHOT/jersey-container-simple-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple >--
[INFO] Building jersey-test-framework-provider-simple 2.30-SNAPSHOT    [31/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-provider-simple ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/simple/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-simple ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/simple/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/simple/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-provider-simple ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.simple.SimpleContainerTest
Dec 19, 2019 12:35:18 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s - in org.glassfish.jersey.test.simple.SimpleContainerTest
[INFO] Running org.glassfish.jersey.test.simple.AvailablePortSimpleTest
Dec 19, 2019 12:35:19 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/
Dec 19, 2019 12:35:19 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start
INFO: Started SimpleTestContainer at the base URI http://localhost:44615/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-simple ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/2.30-SNAPSHOT/jersey-test-framework-provider-simple-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/2.30-SNAPSHOT/jersey-test-framework-provider-simple-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/2.30-SNAPSHOT/jersey-test-framework-provider-simple-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >-----
[INFO] Building jersey-container-jetty-http 2.30-SNAPSHOT              [32/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-jetty-http ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-jetty-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-jetty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-jetty-http ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest
2019-12-19 12:35:21.510:INFO::main: Logging initialized @567ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-19 12:35:22.140:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:22.190:INFO:oejs.AbstractConnector:main: Started ServerConnector@d2de489{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:22.191:INFO:oejs.Server:main: Started @1248ms
Dec 19, 2019 12:35:22 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-19 12:35:22.524:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@d2de489{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:22 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-19 12:35:22.637:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:22.639:INFO:oejs.AbstractConnector:main: Started ServerConnector@676cf48{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:22.640:INFO:oejs.Server:main: Started @1696ms
Dec 19, 2019 12:35:22 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-19 12:35:22.807:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@676cf48{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:22 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 s - in org.glassfish.jersey.jetty.LifecycleListenerTest
[INFO] Running org.glassfish.jersey.jetty.ExceptionTest
2019-12-19 12:35:22.871:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:22.874:INFO:oejs.AbstractConnector:main: Started ServerConnector@5d1659ea{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:22.874:INFO:oejs.Server:main: Started @1931ms
Dec 19, 2019 12:35:22 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-19 12:35:22.948:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5d1659ea{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:22 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-19 12:35:23.029:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:23.032:INFO:oejs.AbstractConnector:main: Started ServerConnector@458342d3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:23.033:INFO:oejs.Server:main: Started @2089ms
Dec 19, 2019 12:35:23 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-19 12:35:23.062:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@458342d3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:23 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.252 s - in org.glassfish.jersey.jetty.ExceptionTest
[INFO] Running org.glassfish.jersey.jetty.AsyncTest
2019-12-19 12:35:23.151:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:23.154:INFO:oejs.AbstractConnector:main: Started ServerConnector@76a82f33{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:23.154:INFO:oejs.Server:main: Started @2211ms
Dec 19, 2019 12:35:23 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-19 12:35:23.214:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@76a82f33{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:23 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-19 12:35:23.300:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:23.303:INFO:oejs.AbstractConnector:main: Started ServerConnector@443dbe42{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:23.304:INFO:oejs.Server:main: Started @2360ms
Dec 19, 2019 12:35:23 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-19 12:35:28.343:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@443dbe42{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:28 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
2019-12-19 12:35:28.404:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:28.407:INFO:oejs.AbstractConnector:main: Started ServerConnector@742d4e15{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:28.407:INFO:oejs.Server:main: Started @7464ms
Dec 19, 2019 12:35:28 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-19 12:35:31.461:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@742d4e15{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:31 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.4 s - in org.glassfish.jersey.jetty.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.OptionsTest
2019-12-19 12:35:31.526:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:31.529:INFO:oejs.AbstractConnector:main: Started ServerConnector@456be73c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:31.529:INFO:oejs.Server:main: Started @10586ms
Dec 19, 2019 12:35:31 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2019-12-19 12:35:31.578:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@456be73c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:31 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.072 s - in org.glassfish.jersey.jetty.OptionsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/target/jersey-container-jetty-http-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/target/jersey-container-jetty-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-jetty-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/target/jersey-container-jetty-http-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/2.30-SNAPSHOT/jersey-container-jetty-http-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/2.30-SNAPSHOT/jersey-container-jetty-http-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-http/target/jersey-container-jetty-http-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/2.30-SNAPSHOT/jersey-container-jetty-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty >--
[INFO] Building jersey-test-framework-provider-jetty 2.30-SNAPSHOT     [33/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-provider-jetty ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jetty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jetty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jetty/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-provider-jetty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.jetty.JettyContainerTest
Dec 19, 2019 12:35:33 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:35:33.106:INFO::main: Logging initialized @562ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-19 12:35:33.714:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:33.770:INFO:oejs.AbstractConnector:main: Started ServerConnector@503f91c3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:33.772:INFO:oejs.Server:main: Started @1228ms
2019-12-19 12:35:34.103:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@503f91c3{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:35:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:35:34.207:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:34.209:INFO:oejs.AbstractConnector:main: Started ServerConnector@6e4566f1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:35:34.210:INFO:oejs.Server:main: Started @1666ms
2019-12-19 12:35:34.270:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6e4566f1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.46 s - in org.glassfish.jersey.test.jetty.JettyContainerTest
[INFO] Running org.glassfish.jersey.test.jetty.AvailablePortJettyTest
Dec 19, 2019 12:35:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
2019-12-19 12:35:34.356:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:35:34.358:INFO:oejs.AbstractConnector:main: Started ServerConnector@8c11eee{HTTP/1.1,[http/1.1]}{0.0.0.0:41987}
2019-12-19 12:35:34.358:INFO:oejs.Server:main: Started @1815ms
Dec 19, 2019 12:35:34 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start
INFO: Started JettyTestContainer at the base URI http://localhost:41987/
2019-12-19 12:35:34.422:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@8c11eee{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.glassfish.jersey.test.jetty.AvailablePortJettyTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-jetty ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/2.30-SNAPSHOT/jersey-test-framework-provider-jetty-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/2.30-SNAPSHOT/jersey-test-framework-provider-jetty-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/2.30-SNAPSHOT/jersey-test-framework-provider-jetty-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >-------
[INFO] Building jersey-connectors-netty 2.30-SNAPSHOT                  [34/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-netty-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-netty-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-netty-connector ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-netty-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-netty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/netty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-netty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-netty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-netty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/JerseyClientHandler.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-netty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-netty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-netty-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.netty.connector.NoEntityTest
Dec 19, 2019 12:35:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:35:38 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: 2.124 s - in org.glassfish.jersey.netty.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest
Dec 19, 2019 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:35:39 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.254 s - in org.glassfish.jersey.netty.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.netty.connector.MethodTest
Dec 19, 2019 12:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:35:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:35:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:35:40 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.398 s - in org.glassfish.jersey.netty.connector.MethodTest
[INFO] Running org.glassfish.jersey.netty.connector.AsyncTest
Dec 19, 2019 12:35:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:35:40 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-0
Dec 19, 2019 12:35:40 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-1
Dec 19, 2019 12:35:40 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Dec 19, 2019 12:35:41 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 19, 2019 12:35:41 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 19, 2019 12:35:41 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 19, 2019 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:35:41 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 19, 2019 12:35:43 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: 3.193 s - in org.glassfish.jersey.netty.connector.AsyncTest
[INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 159
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.preFilter called
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter
INFO: CustomLoggingFilter.postFilter called
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.313 s - in org.glassfish.jersey.netty.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:35:45 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.443 s - in org.glassfish.jersey.netty.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.netty.connector.ParallelTest
Dec 19, 2019 12:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:35:45 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.176 s - in org.glassfish.jersey.netty.connector.ParallelTest
[INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest
Dec 19, 2019 12:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:35:45 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.093 s - in org.glassfish.jersey.netty.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest
Dec 19, 2019 12:35:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:35:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:35:46 PM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation
INFO: Async long-running get with timeout finished on thread Thread-1
Dec 19, 2019 12:36:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:36:27 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: 41.95 s - in org.glassfish.jersey.netty.connector.HugeEntityTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/target/jersey-netty-connector-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-netty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/target/jersey-netty-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-netty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/target/jersey-netty-connector-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/2.30-SNAPSHOT/jersey-netty-connector-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/2.30-SNAPSHOT/jersey-netty-connector-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/netty-connector/target/jersey-netty-connector-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/2.30-SNAPSHOT/jersey-netty-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >-----
[INFO] Building jersey-container-netty-http 2.30-SNAPSHOT              [35/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-netty-http ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-netty-http ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-netty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/netty-http/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-netty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-netty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-netty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/netty-http/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-netty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/netty-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-netty-http ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-netty-http ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/netty-http/target/jersey-container-netty-http-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-netty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/netty-http/target/jersey-container-netty-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-netty-http ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-netty-http ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/netty-http/target/jersey-container-netty-http-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/2.30-SNAPSHOT/jersey-container-netty-http-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/2.30-SNAPSHOT/jersey-container-netty-http-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/netty-http/target/jersey-container-netty-http-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/2.30-SNAPSHOT/jersey-container-netty-http-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty >--
[INFO] Building jersey-test-framework-provider-netty 2.30-SNAPSHOT     [36/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-netty ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-provider-netty ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-provider-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-provider-netty ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/netty/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-provider-netty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/netty/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-provider-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-netty ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/2.30-SNAPSHOT/jersey-test-framework-provider-netty-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/2.30-SNAPSHOT/jersey-test-framework-provider-netty-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/2.30-SNAPSHOT/jersey-test-framework-provider-netty-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >--
[INFO] Building jersey-test-framework-provider-bundle 2.30-SNAPSHOT    [37/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-provider-bundle ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-provider-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/2.30-SNAPSHOT/jersey-test-framework-provider-bundle-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------
[INFO] Building jersey-connectors-grizzly 2.30-SNAPSHOT                [38/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-grizzly-connector ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-grizzly-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-grizzly-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-grizzly-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-grizzly-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-grizzly-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-grizzly-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-grizzly-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-grizzly-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest
Dec 19, 2019 12:36:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
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.
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:36:32 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: 2.392 s - in org.glassfish.jersey.grizzly.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest
Dec 19, 2019 12:36:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:36:34 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.772 s - in org.glassfish.jersey.grizzly.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest
Dec 19, 2019 12:36:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:36:34 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread grizzly-http-server-2
Dec 19, 2019 12:36:34 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread grizzly-http-server-0
Dec 19, 2019 12:36:34 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread grizzly-http-server-1
Dec 19, 2019 12:36:35 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 19, 2019 12:36:35 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 19, 2019 12:36:35 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 19, 2019 12:36:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:36:36 PM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread grizzly-http-server-0
Dec 19, 2019 12:36:37 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: 3.232 s - in org.glassfish.jersey.grizzly.connector.AsyncTest
[INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest
Dec 19, 2019 12:36:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:36:38 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.624 s - in org.glassfish.jersey.grizzly.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.grizzly.connector.FollowRedirectsTest
Dec 19, 2019 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:36:38 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.205 s - in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.grizzly.connector.ParallelTest
Dec 19, 2019 12:36:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:36: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: 0.191 s - in org.glassfish.jersey.grizzly.connector.ParallelTest
[INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest
Dec 19, 2019 12:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:36:39 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.116 s - in org.glassfish.jersey.grizzly.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest
Dec 19, 2019 12:36:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:36:39 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.122 s - in org.glassfish.jersey.grizzly.connector.CustomizersTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/target/jersey-grizzly-connector-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-grizzly-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/target/jersey-grizzly-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-grizzly-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/target/jersey-grizzly-connector-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/2.30-SNAPSHOT/jersey-grizzly-connector-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/2.30-SNAPSHOT/jersey-grizzly-connector-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/grizzly-connector/target/jersey-grizzly-connector-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/2.30-SNAPSHOT/jersey-grizzly-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >--------
[INFO] Building jersey-connectors-jdk 2.30-SNAPSHOT                    [39/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-jdk-connector ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-jdk-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-jdk-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-jdk-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-jdk-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-jdk-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jdk-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/AsynchronousBodyOutputStreamTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-jdk-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest
Dec 19, 2019 12:36:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:36: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.771 s - in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest
Dec 19, 2019 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
#Received: message 1
#Received: message 2
Dec 19, 2019 12:36:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
#Received: 1
#Received: 1
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
#Received: 1
#Received: 2
Dec 19, 2019 12:36:43 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.401 s - in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest
Dec 19, 2019 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:36:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:36:44 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.094 s - in org.glassfish.jersey.jdk.connector.internal.RedirectTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTest
=== SSLHandshakeException (certificate_unknown) on the server expected ===
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.061 s - in org.glassfish.jersey.jdk.connector.internal.SslFilterTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest
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:503)
	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: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest
[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.HttpParserTest
[WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s - in org.glassfish.jersey.jdk.connector.internal.HttpParserTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest
Dec 19, 2019 12:36:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8321]
Dec 19, 2019 12:36:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:36:46 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.579 s - in org.glassfish.jersey.jdk.connector.internal.ProxyTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest
Dec 19, 2019 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:36: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: 0.086 s - in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest
Dec 19, 2019 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@79627d27] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@79627d27] state change: CONNECTING -> CONNECT_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@79627d27] state change: CONNECT_TIMEOUT -> CLOSED
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
IDLE -> CLOSED_BY_SERVER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@781aff8b] state change: CLOSED_BY_SERVER -> CLOSED
Dec 19, 2019 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@20a24edf] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@20a24edf] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@20a24edf] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@20a24edf] state change: SENDING_REQUEST -> ERROR
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@20a24edf] state change: ERROR -> CLOSED
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a62062a] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a62062a] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a62062a] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a62062a] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a62062a] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4a62062a] state change: RESPONSE_TIMEOUT -> CLOSED
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: IDLE -> IDLE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@4270b142] state change: IDLE_TIMEOUT -> CLOSED
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: RECEIVING_HEADER -> RECEIVING_BODY
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: RECEIVING_BODY -> RECEIVED
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: IDLE -> CLOSED_BY_SERVER
Connection [Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@794240e2] state change: CLOSED_BY_SERVER -> CLOSED
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@66713605] state change: CREATED -> CONNECTING
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@66713605] state change: CONNECTING -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@66713605] state change: IDLE -> SENDING_REQUEST
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@66713605] state change: SENDING_REQUEST -> RECEIVING_HEADER
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@66713605] state change: RECEIVING_HEADER -> ERROR
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@66713605] state change: ERROR -> CLOSED
Dec 19, 2019 12:36:47 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: 1.042 s - in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:36: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.204 s - in org.glassfish.jersey.jdk.connector.internal.CookieTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:36:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 19, 2019 12:36:47 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.464 s - in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest
[INFO] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 100, Failures: 0, Errors: 0, Skipped: 2
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/target/jersey-jdk-connector-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-jdk-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/target/jersey-jdk-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-jdk-connector ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-jdk-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/target/jersey-jdk-connector-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/2.30-SNAPSHOT/jersey-jdk-connector-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/2.30-SNAPSHOT/jersey-jdk-connector-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jdk-connector/target/jersey-jdk-connector-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/2.30-SNAPSHOT/jersey-jdk-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------------< org.glassfish.jersey.ext:project >------------------
[INFO] Building jersey-extensions 2.30-SNAPSHOT                        [40/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >----------
[INFO] Building jersey-ext-entity-filtering 2.30-SNAPSHOT              [41/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-entity-filtering ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-entity-filtering ---
[INFO] Resources:
[INFO] org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-entity-filtering ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-entity-filtering ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-entity-filtering ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-entity-filtering ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.message.filtering.SecurityAnnotationsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.glassfish.jersey.message.filtering.SecurityAnnotationsTest
[INFO] Running org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest
[INFO] Running org.glassfish.jersey.message.filtering.SecurityHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.message.filtering.SecurityHelperTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/target/jersey-entity-filtering-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-entity-filtering ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/target/jersey-entity-filtering-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-entity-filtering ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-entity-filtering ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/target/jersey-entity-filtering-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30-SNAPSHOT/jersey-entity-filtering-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30-SNAPSHOT/jersey-entity-filtering-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/entity-filtering/target/jersey-entity-filtering-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30-SNAPSHOT/jersey-entity-filtering-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >--------
[INFO] Building jersey-media-json-jackson 2.30-SNAPSHOT                [42/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-json-jackson ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-jackson ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-jackson ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/JsonEndpointConfig.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/JsonEndpointConfig.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jackson ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-json-jackson ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/target/jersey-media-json-jackson-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-jackson ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/target/jersey-media-json-jackson-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-jackson ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-jackson ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/target/jersey-media-json-jackson-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30-SNAPSHOT/jersey-media-json-jackson-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30-SNAPSHOT/jersey-media-json-jackson-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson/target/jersey-media-json-jackson-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30-SNAPSHOT/jersey-media-json-jackson-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >-------
[INFO] Building jersey-connectors-jetty 2.30-SNAPSHOT                  [43/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-jetty-connector ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-jetty-connector ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-jetty-connector ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/connector/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-jetty-connector ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-jetty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-jetty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-jetty-connector ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-jetty-connector ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-jetty-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest
Dec 19, 2019 12:36:53 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:53.663:INFO::main: Logging initialized @552ms to org.eclipse.jetty.util.log.StdErrLog
2019-12-19 12:36:54.381:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:54.444:INFO:oejs.AbstractConnector:main: Started ServerConnector@3224a577{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:54.444:INFO:oejs.Server:main: Started @1333ms
2019-12-19 12:36:55.234:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3224a577{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:55.356:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:55.358:INFO:oejs.AbstractConnector:main: Started ServerConnector@5733f295{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:55.359:INFO:oejs.Server:main: Started @2248ms
2019-12-19 12:36:55.462:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5733f295{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.038 s - in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest
[INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest
Dec 19, 2019 12:36:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:55.559:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:55.562:INFO:oejs.AbstractConnector:main: Started ServerConnector@773f7880{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:55.562:INFO:oejs.Server:main: Started @2451ms
2019-12-19 12:36:55.629:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@773f7880{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:55.717:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:55.720:INFO:oejs.AbstractConnector:main: Started ServerConnector@7ef2d7a6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:55.720:INFO:oejs.Server:main: Started @2609ms
2019-12-19 12:36:55.764:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7ef2d7a6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:55.851:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:55.854:INFO:oejs.AbstractConnector:main: Started ServerConnector@51a06cbe{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:55.854:INFO:oejs.Server:main: Started @2743ms
2019-12-19 12:36:55.924:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@51a06cbe{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:55 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:55.974:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:56.002:INFO:oejs.AbstractConnector:main: Started ServerConnector@68ace111{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:56.002:INFO:oejs.Server:main: Started @2891ms
2019-12-19 12:36:56.045:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@68ace111{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 s - in org.glassfish.jersey.jetty.connector.NoEntityTest
[INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest
Dec 19, 2019 12:36:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:56.122:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:56.125:INFO:oejs.AbstractConnector:main: Started ServerConnector@13e698c7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:56.125:INFO:oejs.Server:main: Started @3014ms
2019-12-19 12:36:56.413:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@13e698c7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:56.551:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:56.553:INFO:oejs.AbstractConnector:main: Started ServerConnector@7f02251{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:56.553:INFO:oejs.Server:main: Started @3442ms
2019-12-19 12:36:56.927:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7f02251{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:56 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:57.003:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:57.006:INFO:oejs.AbstractConnector:main: Started ServerConnector@31e72cbc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:57.006:INFO:oejs.Server:main: Started @3895ms
2019-12-19 12:36:57.209:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@31e72cbc{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:57 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:57.302:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:57.306:INFO:oejs.AbstractConnector:main: Started ServerConnector@4df39a88{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:57.306:INFO:oejs.Server:main: Started @4195ms
2019-12-19 12:36:57.622:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4df39a88{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.578 s - in org.glassfish.jersey.jetty.connector.ErrorTest
[INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest
[INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest
Dec 19, 2019 12:36:57 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:57.766:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:57.769:INFO:oejs.AbstractConnector:main: Started ServerConnector@f679798{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:57.769:INFO:oejs.Server:main: Started @4658ms
2019-12-19 12:36:57.840:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@f679798{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:57 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:36:57.907:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:36:57.910:INFO:oejs.AbstractConnector:main: Started ServerConnector@2436ea2f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:36:57.910:INFO:oejs.Server:main: Started @4799ms
2019-12-19 12:36:58.987:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2436ea2f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:36:59 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:210)
	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:638)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	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:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:171)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:505)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:786)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:743)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.eclipse.jetty.io.EofException
	at org.eclipse.jetty.server.HttpConnection$SendCallback.reset(HttpConnection.java:730)
	at org.eclipse.jetty.server.HttpConnection$SendCallback.access$300(HttpConnection.java:690)
	at org.eclipse.jetty.server.HttpConnection.send(HttpConnection.java:548)
	at org.eclipse.jetty.server.HttpChannel.sendResponse(HttpChannel.java:845)
	at org.eclipse.jetty.server.HttpChannel.write(HttpChannel.java:921)
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:249)
	at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:225)
	at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:407)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flush(CommittingOutputStream.java:263)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.flush(WriterInterceptorExecutor.java:281)
	at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:297)
	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	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)
	... 27 more

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.3 s - in org.glassfish.jersey.jetty.connector.TimeoutTest
[INFO] Running org.glassfish.jersey.jetty.connector.MethodTest
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.064:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.068:INFO:oejs.AbstractConnector:main: Started ServerConnector@2dc3271b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.068:INFO:oejs.Server:main: Started @6957ms
2019-12-19 12:37:00.138:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2dc3271b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.178:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.181:INFO:oejs.AbstractConnector:main: Started ServerConnector@27fe9713{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.181:INFO:oejs.Server:main: Started @7070ms
2019-12-19 12:37:00.235:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@27fe9713{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.274:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.277:INFO:oejs.AbstractConnector:main: Started ServerConnector@2d55e826{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.277:INFO:oejs.Server:main: Started @7167ms
2019-12-19 12:37:00.336:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2d55e826{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.400:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.403:INFO:oejs.AbstractConnector:main: Started ServerConnector@7ed3df3b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.403:INFO:oejs.Server:main: Started @7292ms
2019-12-19 12:37:00.436:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7ed3df3b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.475:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.478:INFO:oejs.AbstractConnector:main: Started ServerConnector@65f40689{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.478:INFO:oejs.Server:main: Started @7367ms
2019-12-19 12:37:00.532:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@65f40689{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.577:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.601:INFO:oejs.AbstractConnector:main: Started ServerConnector@5e230fc6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.601:INFO:oejs.Server:main: Started @7490ms
2019-12-19 12:37:00.635:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5e230fc6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.673:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.675:INFO:oejs.AbstractConnector:main: Started ServerConnector@15a3b42{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.675:INFO:oejs.Server:main: Started @7564ms
2019-12-19 12:37:00.724:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@15a3b42{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.760:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.763:INFO:oejs.AbstractConnector:main: Started ServerConnector@740fefc6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.763:INFO:oejs.Server:main: Started @7652ms
2019-12-19 12:37:00.824:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@740fefc6{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.859:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.861:INFO:oejs.AbstractConnector:main: Started ServerConnector@b14b60a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.861:INFO:oejs.Server:main: Started @7750ms
2019-12-19 12:37:00.914:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@b14b60a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s - in org.glassfish.jersey.jetty.connector.MethodTest
[INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest
Dec 19, 2019 12:37:00 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:00.956:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:00.958:INFO:oejs.AbstractConnector:main: Started ServerConnector@21f7e537{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:00.958:INFO:oejs.Server:main: Started @7848ms
Dec 19, 2019 12:37:01 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 2 on thread qtp1548535364-476
Dec 19, 2019 12:37:01 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 3 on thread qtp1548535364-478
Dec 19, 2019 12:37:01 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost
INFO: Long running post operation called with id 1 on thread qtp1548535364-474
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
2019-12-19 12:37:02.029:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@21f7e537{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.075:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.077:INFO:oejs.AbstractConnector:main: Started ServerConnector@28ee882c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.077:INFO:oejs.Server:main: Started @8967ms
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout
INFO: Async long-running get with timeout called on thread qtp697818620-501
2019-12-19 12:37:02.113:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@28ee882c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 s - in org.glassfish.jersey.jetty.connector.AsyncTest
[INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.163:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.165:INFO:oejs.AbstractConnector:main: Started ServerConnector@74697863{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.165:INFO:oejs.Server:main: Started @9055ms
2019-12-19 12:37:02.216:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@74697863{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.256:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.258:INFO:oejs.AbstractConnector:main: Started ServerConnector@4bbf38b8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.258:INFO:oejs.Server:main: Started @9147ms
2019-12-19 12:37:02.320:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4bbf38b8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.362:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.424:INFO:oejs.AbstractConnector:main: Started ServerConnector@5546e754{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.425:INFO:oejs.Server:main: Started @9314ms
2019-12-19 12:37:02.459:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5546e754{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.514:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.517:INFO:oejs.AbstractConnector:main: Started ServerConnector@4cd7d5e1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.517:INFO:oejs.Server:main: Started @9406ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-19 12:37:02.552:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4cd7d5e1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.606:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.609:INFO:oejs.AbstractConnector:main: Started ServerConnector@6003220a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.609:INFO:oejs.Server:main: Started @9498ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-19 12:37:02.638:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6003220a{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.715:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.717:INFO:oejs.AbstractConnector:main: Started ServerConnector@6249a08d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.717:INFO:oejs.Server:main: Started @9606ms
2019-12-19 12:37:02.753:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6249a08d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.808:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.810:INFO:oejs.AbstractConnector:main: Started ServerConnector@57b1ec84{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.811:INFO:oejs.Server:main: Started @9700ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-19 12:37:02.842:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@57b1ec84{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:02.875:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:02.877:INFO:oejs.AbstractConnector:main: Started ServerConnector@7645b7d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:02.877:INFO:oejs.Server:main: Started @9766ms
Dec 19, 2019 12:37:02 PM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests
INFO: Executed in: 71
2019-12-19 12:37:03.003:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7645b7d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.044:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.047:INFO:oejs.AbstractConnector:main: Started ServerConnector@61eab26b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.047:INFO:oejs.Server:main: Started @9936ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-19 12:37:03.075:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@61eab26b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.139:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.140:INFO:oejs.AbstractConnector:main: Started ServerConnector@6550ce46{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.141:INFO:oejs.Server:main: Started @10030ms
CustomLoggingFilter.preFilter called
CustomLoggingFilter.postFilter called
2019-12-19 12:37:03.174:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6550ce46{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.226:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.228:INFO:oejs.AbstractConnector:main: Started ServerConnector@126254ec{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.229:INFO:oejs.Server:main: Started @10118ms
2019-12-19 12:37:03.254:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@126254ec{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.305:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.307:INFO:oejs.AbstractConnector:main: Started ServerConnector@5814b4fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.307:INFO:oejs.Server:main: Started @10196ms
2019-12-19 12:37:03.338:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@5814b4fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.22 s - in org.glassfish.jersey.jetty.connector.HelloWorldTest
[INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.378:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.380:INFO:oejs.AbstractConnector:main: Started ServerConnector@12270a01{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.400:INFO:oejs.Server:main: Started @10269ms
2019-12-19 12:37:03.418:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@12270a01{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.452:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.454:INFO:oejs.AbstractConnector:main: Started ServerConnector@120d13ae{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.454:INFO:oejs.Server:main: Started @10343ms
2019-12-19 12:37:03.473:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@120d13ae{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.515:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.517:INFO:oejs.AbstractConnector:main: Started ServerConnector@6b103db7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.517:INFO:oejs.Server:main: Started @10406ms
2019-12-19 12:37:03.536:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6b103db7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.566:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.567:INFO:oejs.AbstractConnector:main: Started ServerConnector@2a5efbb9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.568:INFO:oejs.Server:main: Started @10457ms
2019-12-19 12:37:03.582:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2a5efbb9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.649:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.654:INFO:oejs.AbstractConnector:main: Started ServerConnector@2e030cc1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.654:INFO:oejs.Server:main: Started @10543ms
2019-12-19 12:37:03.689:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2e030cc1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.731:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.733:INFO:oejs.AbstractConnector:main: Started ServerConnector@144dc2f7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.733:INFO:oejs.Server:main: Started @10622ms
2019-12-19 12:37:03.753:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@144dc2f7{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s - in org.glassfish.jersey.jetty.connector.TraceSupportTest
[INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.807:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.809:INFO:oejs.AbstractConnector:main: Started ServerConnector@3aed692d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.809:INFO:oejs.Server:main: Started @10698ms
2019-12-19 12:37:03.833:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3aed692d{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.865:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.867:INFO:oejs.AbstractConnector:main: Started ServerConnector@14fe085b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.867:INFO:oejs.Server:main: Started @10757ms
2019-12-19 12:37:03.919:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@14fe085b{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:03.947:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:03.948:INFO:oejs.AbstractConnector:main: Started ServerConnector@50f6ecab{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:03.948:INFO:oejs.Server:main: Started @10837ms
2019-12-19 12:37:03.975:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@50f6ecab{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:04.021:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:04.023:INFO:oejs.AbstractConnector:main: Started ServerConnector@3c9cfcde{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:04.023:INFO:oejs.Server:main: Started @10912ms
2019-12-19 12:37:04.051:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@3c9cfcde{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s - in org.glassfish.jersey.jetty.connector.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.jetty.connector.EntityTest
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:04.080:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:04.082:INFO:oejs.AbstractConnector:main: Started ServerConnector@152d2a58{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:04.083:INFO:oejs.Server:main: Started @10972ms
2019-12-19 12:37:04.462:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@152d2a58{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:04.495:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:04.497:INFO:oejs.AbstractConnector:main: Started ServerConnector@abe7d36{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:04.497:INFO:oejs.Server:main: Started @11386ms
2019-12-19 12:37:04.533:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@abe7d36{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:04.567:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:04.569:INFO:oejs.AbstractConnector:main: Started ServerConnector@34588991{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:04.569:INFO:oejs.Server:main: Started @11458ms
2019-12-19 12:37:04.625:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@34588991{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:04.653:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:04.655:INFO:oejs.AbstractConnector:main: Started ServerConnector@4518497e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:04.655:INFO:oejs.Server:main: Started @11544ms
2019-12-19 12:37:04.710:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@4518497e{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.658 s - in org.glassfish.jersey.jetty.connector.EntityTest
[INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply
WARNING: The given contract (interface javax.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method.
2019-12-19 12:37:04.760:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:04.762:INFO:oejs.AbstractConnector:main: Started ServerConnector@49faf815{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:04.762:INFO:oejs.Server:main: Started @11651ms
2019-12-19 12:37:04.853:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@49faf815{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.glassfish.jersey.jetty.connector.ManagedClientTest
[INFO] Running org.glassfish.jersey.jetty.connector.ProxyTest
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:04.911:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:04.913:INFO:oejs.AbstractConnector:main: Started ServerConnector@233d2b76{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:04.913:INFO:oejs.Server:main: Started @11802ms
2019-12-19 12:37:04.915:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:04.917:INFO:oejs.AbstractConnector:main: Started ServerConnector@4202bfe8{HTTP/1.1,[http/1.1]}{0.0.0.0:9997}
2019-12-19 12:37:04.917:INFO:oejs.Server:main: Started @11806ms
2019-12-19 12:37:04.945:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@233d2b76{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:04 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:04.979:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.003:INFO:oejs.AbstractConnector:main: Started ServerConnector@7137cd14{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.003:INFO:oejs.Server:main: Started @11892ms
2019-12-19 12:37:05.004:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.030:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7137cd14{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.glassfish.jersey.jetty.connector.ProxyTest
[INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.067:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.070:INFO:oejs.AbstractConnector:main: Started ServerConnector@6df4d8f1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.070:INFO:oejs.Server:main: Started @11959ms
2019-12-19 12:37:05.114:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6df4d8f1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.150:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.152:INFO:oejs.AbstractConnector:main: Started ServerConnector@54faa040{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.152:INFO:oejs.Server:main: Started @12041ms
2019-12-19 12:37:05.182:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@54faa040{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.glassfish.jersey.jetty.connector.HttpHeadersTest
[INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.268:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.270:INFO:oejs.AbstractConnector:main: Started ServerConnector@7ec5d3e1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.270:INFO:oejs.Server:main: Started @12159ms
2019-12-19 12:37:05.306:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7ec5d3e1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.336:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.338:INFO:oejs.AbstractConnector:main: Started ServerConnector@500beb9f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.338:INFO:oejs.Server:main: Started @12227ms
2019-12-19 12:37:05.361:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@500beb9f{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.403:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.405:INFO:oejs.AbstractConnector:main: Started ServerConnector@17e323fd{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.405:INFO:oejs.Server:main: Started @12294ms
2019-12-19 12:37:05.428:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@17e323fd{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.glassfish.jersey.jetty.connector.AuthFilterTest
[INFO] Running org.glassfish.jersey.jetty.connector.AuthTest
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.456:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.458:INFO:oejs.AbstractConnector:main: Started ServerConnector@37e967df{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.459:INFO:oejs.Server:main: Started @12348ms
2019-12-19 12:37:05.501:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@37e967df{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.531:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.532:INFO:oejs.AbstractConnector:main: Started ServerConnector@6108c962{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.532:INFO:oejs.Server:main: Started @12421ms
2019-12-19 12:37:05.558:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6108c962{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.604:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.606:INFO:oejs.AbstractConnector:main: Started ServerConnector@744c16fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.606:INFO:oejs.Server:main: Started @12496ms
2019-12-19 12:37:05.634:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@744c16fb{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.glassfish.jersey.jetty.connector.AuthTest
[INFO] Running org.glassfish.jersey.jetty.connector.CookieTest
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.660:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.662:INFO:oejs.AbstractConnector:main: Started ServerConnector@219c10c2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.663:INFO:oejs.Server:main: Started @12552ms
2019-12-19 12:37:05.706:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@219c10c2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.732:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.734:INFO:oejs.AbstractConnector:main: Started ServerConnector@a422390{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.734:INFO:oejs.Server:main: Started @12623ms
2019-12-19 12:37:05.763:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@a422390{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:37:05 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:37:05.814:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:37:05.817:INFO:oejs.AbstractConnector:main: Started ServerConnector@51039ec9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:37:05.817:INFO:oejs.Server:main: Started @12706ms
2019-12-19 12:37:05.843:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@51039ec9{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.glassfish.jersey.jetty.connector.CookieTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/target/jersey-jetty-connector-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/target/jersey-jetty-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-jetty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/target/jersey-jetty-connector-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/2.30-SNAPSHOT/jersey-jetty-connector-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/2.30-SNAPSHOT/jersey-jetty-connector-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/connectors/jetty-connector/target/jersey-jetty-connector-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/2.30-SNAPSHOT/jersey-jetty-connector-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.cdi:project >----------------
[INFO] Building jersey-cdi-support 2.30-SNAPSHOT                       [44/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >--------------
[INFO] Building jersey-ext-cdi1x 2.30-SNAPSHOT                         [45/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-cdi1x ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi1x ---
[INFO] Resources:
[INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-cdi1x ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProviderTest
[INFO] Running org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.glassfish.jersey.ext.cdi1x.internal.CdiUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/2.30-SNAPSHOT/jersey-cdi1x-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/2.30-SNAPSHOT/jersey-cdi1x-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/2.30-SNAPSHOT/jersey-cdi1x-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.containers.glassfish:project >----------
[INFO] Building jersey-glassfish-support 2.30-SNAPSHOT                 [46/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >-------
[INFO] Building jersey-gf-ejb 2.30-SNAPSHOT                            [47/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-gf-ejb ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-gf-ejb ---
[INFO] Resources:
[INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-gf-ejb ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-gf-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-gf-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-gf-ejb ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-gf-ejb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-gf-ejb ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-gf-ejb ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-gf-ejb ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-gf-ejb ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-gf-ejb ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/2.30-SNAPSHOT/jersey-gf-ejb-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/2.30-SNAPSHOT/jersey-gf-ejb-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/2.30-SNAPSHOT/jersey-gf-ejb-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >---
[INFO] Building jersey-container-jetty-servlet 2.30-SNAPSHOT           [48/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-container-jetty-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-jetty-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-servlet/src/main/resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-jetty-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-jetty-servlet ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-jetty-servlet ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-jetty-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/2.30-SNAPSHOT/jersey-container-jetty-servlet-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/2.30-SNAPSHOT/jersey-container-jetty-servlet-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jetty-servlet/target/jersey-container-jetty-servlet-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/2.30-SNAPSHOT/jersey-container-jetty-servlet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >-----------
[INFO] Building jersey-ext-bean-validation 2.30-SNAPSHOT               [49/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bean-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-bean-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-bean-validation ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-bean-validation ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-bean-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-bean-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-bean-validation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/target/jersey-bean-validation-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/target/jersey-bean-validation-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-bean-validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/target/jersey-bean-validation-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/2.30-SNAPSHOT/jersey-bean-validation-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/2.30-SNAPSHOT/jersey-bean-validation-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/bean-validation/target/jersey-bean-validation-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/2.30-SNAPSHOT/jersey-bean-validation-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding >--
[INFO] Building jersey-ext-cdi1x-ban-custom-hk2-binding 2.30-SNAPSHOT  [50/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding ---
[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.121 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/2.30-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/2.30-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet >----------
[INFO] Building jersey-ext-cdi1x-servlet 2.30-SNAPSHOT                 [51/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-cdi1x-servlet ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi1x-servlet ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x-servlet ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-servlet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x-servlet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-servlet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-cdi1x-servlet ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x-servlet ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x-servlet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/2.30-SNAPSHOT/jersey-cdi1x-servlet-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/2.30-SNAPSHOT/jersey-cdi1x-servlet-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/2.30-SNAPSHOT/jersey-cdi1x-servlet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >--------
[INFO] Building jersey-ext-cdi1x-transaction 2.30-SNAPSHOT             [52/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-cdi1x-transaction ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi1x-transaction ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x-transaction ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x-transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-transaction ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-transaction/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x-transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-transaction/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-cdi1x-transaction ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x-transaction ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x-transaction ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/2.30-SNAPSHOT/jersey-cdi1x-transaction-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/2.30-SNAPSHOT/jersey-cdi1x-transaction-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/2.30-SNAPSHOT/jersey-cdi1x-transaction-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >--------
[INFO] Building jersey-ext-cdi1x-validation 2.30-SNAPSHOT              [53/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-cdi1x-validation ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi1x-validation ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi1x-validation ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi1x-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi1x-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi1x-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi1x-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-cdi1x-validation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi1x-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi1x-validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi1x-validation ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/2.30-SNAPSHOT/jersey-cdi1x-validation-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/2.30-SNAPSHOT/jersey-cdi1x-validation-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/2.30-SNAPSHOT/jersey-cdi1x-validation-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------
[INFO] Building jersey-ext-weld2-se 2.30-SNAPSHOT                      [54/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-weld2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-weld2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-weld2-se ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-weld2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-weld2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-weld2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-weld2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-weld2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-weld2-se/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-weld2-se ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-weld2-se ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-weld2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-weld2-se ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/2.30-SNAPSHOT/jersey-weld2-se-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/2.30-SNAPSHOT/jersey-weld2-se-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/2.30-SNAPSHOT/jersey-weld2-se-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >----------
[INFO] Building jersey-ext-metainf-services 2.30-SNAPSHOT              [55/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-metainf-services ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-metainf-services ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-metainf-services ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-metainf-services ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-metainf-services ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-metainf-services ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/metainf-services/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-metainf-services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-metainf-services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-metainf-services ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/metainf-services/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-metainf-services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-metainf-services ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/metainf-services/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-metainf-services ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.message.MetaInfServicesTest
Dec 19, 2019 12:37:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:37:28 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: 1.711 s - in org.glassfish.jersey.message.MetaInfServicesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/metainf-services/target/jersey-metainf-services-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-metainf-services ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/metainf-services/target/jersey-metainf-services-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-metainf-services ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-metainf-services ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/metainf-services/target/jersey-metainf-services-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/2.30-SNAPSHOT/jersey-metainf-services-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/2.30-SNAPSHOT/jersey-metainf-services-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/metainf-services/target/jersey-metainf-services-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/2.30-SNAPSHOT/jersey-metainf-services-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >-----------------
[INFO] Building jersey-ext-mvc 2.30-SNAPSHOT                           [56/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-mvc ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-mvc ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-mvc ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-mvc ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-mvc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/target/jersey-mvc-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/target/jersey-mvc-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/target/jersey-mvc-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/2.30-SNAPSHOT/jersey-mvc-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/2.30-SNAPSHOT/jersey-mvc-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc/target/jersey-mvc-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/2.30-SNAPSHOT/jersey-mvc-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >---------
[INFO] Building jersey-ext-mvc-bean-validation 2.30-SNAPSHOT           [57/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-mvc-bean-validation ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-bean-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-bean-validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc-bean-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-bean-validation/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-mvc-bean-validation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc-bean-validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc-bean-validation ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/2.30-SNAPSHOT/jersey-mvc-bean-validation-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/2.30-SNAPSHOT/jersey-mvc-bean-validation-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/2.30-SNAPSHOT/jersey-mvc-bean-validation-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >-----------
[INFO] Building jersey-ext-mvc-freemarker 2.30-SNAPSHOT                [58/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-mvc-freemarker ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-freemarker ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-freemarker/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc-freemarker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-freemarker/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-freemarker ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-mvc-freemarker ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc-freemarker ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc-freemarker ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc-freemarker ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/2.30-SNAPSHOT/jersey-mvc-freemarker-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/2.30-SNAPSHOT/jersey-mvc-freemarker-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/2.30-SNAPSHOT/jersey-mvc-freemarker-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >---------------
[INFO] Building jersey-ext-mvc-jsp 2.30-SNAPSHOT                       [59/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-mvc-jsp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-mvc-jsp ---
[INFO] Resources:
[INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-mvc-jsp ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc-jsp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc-jsp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-jsp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc-jsp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-jsp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-mvc-jsp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc-jsp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc-jsp ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc-jsp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/2.30-SNAPSHOT/jersey-mvc-jsp-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/2.30-SNAPSHOT/jersey-mvc-jsp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-jsp/target/jersey-mvc-jsp-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/2.30-SNAPSHOT/jersey-mvc-jsp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------
[INFO] Building jersey-ext-mvc-mustache 2.30-SNAPSHOT                  [60/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-mvc-mustache ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mvc-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mvc-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mvc-mustache ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-mustache/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mvc-mustache ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-mustache/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mvc-mustache ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-mvc-mustache ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mvc-mustache ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mvc-mustache ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mvc-mustache ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/2.30-SNAPSHOT/jersey-mvc-mustache-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/2.30-SNAPSHOT/jersey-mvc-mustache-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/mvc-mustache/target/jersey-mvc-mustache-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/2.30-SNAPSHOT/jersey-mvc-mustache-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------
[INFO] Building jersey-ext-proxy-client 2.30-SNAPSHOT                  [61/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-proxy-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-proxy-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-proxy-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-proxy-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-proxy-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/proxy-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-proxy-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/proxy-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-proxy-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/proxy-client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-proxy-client ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryTest
Dec 19, 2019 12:37:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:37:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:37:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 30, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 5.112 s - in org.glassfish.jersey.client.proxy.WebResourceFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 30, Failures: 0, Errors: 0, Skipped: 6
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/proxy-client/target/jersey-proxy-client-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-proxy-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/proxy-client/target/jersey-proxy-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-proxy-client ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-proxy-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/proxy-client/target/jersey-proxy-client-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/2.30-SNAPSHOT/jersey-proxy-client-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/2.30-SNAPSHOT/jersey-proxy-client-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/proxy-client/target/jersey-proxy-client-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/2.30-SNAPSHOT/jersey-proxy-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.ext.rx:project >-----------------
[INFO] Building jersey-ext-rx 2.30-SNAPSHOT                            [62/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >---------
[INFO] Building jersey-ext-rx-client-guava 2.30-SNAPSHOT               [63/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-rx-client-guava ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-rx-client-guava ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-rx-client-guava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-rx-client-guava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-rx-client-guava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-guava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-rx-client-guava ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.rx.guava.RxListenableFutureTest
java.util.concurrent.ExecutionException: javax.ws.rs.NotFoundException: HTTP 404 Not Found
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:106)
	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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: javax.ws.rs.NotFoundException: HTTP 404 Not Found
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:942)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:804)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:643)
	at org.glassfish.jersey.internal.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.invoke(JerseyInvocation.java:641)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:443)
	at org.glassfish.jersey.client.rx.guava.JerseyRxListenableFutureInvoker.lambda$method$1(JerseyRxListenableFutureInvoker.java:72)
	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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/target/jersey-rx-client-guava-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-rx-client-guava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/target/jersey-rx-client-guava-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-rx-client-guava ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/target/jersey-rx-client-guava-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/2.30-SNAPSHOT/jersey-rx-client-guava-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/2.30-SNAPSHOT/jersey-rx-client-guava-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-guava/target/jersey-rx-client-guava-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/2.30-SNAPSHOT/jersey-rx-client-guava-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava >---------
[INFO] Building jersey-ext-rx-client-rxjava 2.30-SNAPSHOT              [64/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-rx-client-rxjava ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-rx-client-rxjava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-rx-client-rxjava ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-rx-client-rxjava ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.rx.rxjava.RxObservableTest
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.testNotFoundReadEntityViaGenericType(RxObservableTest.java:125)
	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.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Caused by: javax.ws.rs.NotFoundException: HTTP 404 Not Found
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:942)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:804)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$2(JerseyInvocation.java:643)
	at org.glassfish.jersey.internal.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.invoke(JerseyInvocation.java:641)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:443)
	at org.glassfish.jersey.client.rx.rxjava.JerseyRxObservableInvoker.lambda$method$0(JerseyRxObservableInvoker.java:66)
	at rx.Observable.unsafeSubscribe(Observable.java:10144)
	at rx.internal.operators.OperatorSubscribeOn$1.call(OperatorSubscribeOn.java:94)
	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.83 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-rx-client-rxjava ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/2.30-SNAPSHOT/jersey-rx-client-rxjava-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/2.30-SNAPSHOT/jersey-rx-client-rxjava-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/2.30-SNAPSHOT/jersey-rx-client-rxjava-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2 >--------
[INFO] Building jersey-ext-rx-client-rxjava2 2.30-SNAPSHOT             [65/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-rx-client-rxjava2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-rx-client-rxjava2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/src/main/resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-rx-client-rxjava2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-rx-client-rxjava2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-rx-client-rxjava2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/2.30-SNAPSHOT/jersey-rx-client-rxjava2-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/2.30-SNAPSHOT/jersey-rx-client-rxjava2-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/2.30-SNAPSHOT/jersey-rx-client-rxjava2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-servlet-portability >---------
[INFO] Building jersey-ext-servlet-portability 2.30-SNAPSHOT           [66/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-servlet-portability ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-servlet-portability ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-servlet-portability ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-servlet-portability ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-servlet-portability ---
[INFO] Resources:
[INFO] org.glassfish.jersey.servlet.portability/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/src/main/resources/org.glassfish.jersey.servlet.portability/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-servlet-portability ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-servlet-portability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-servlet-portability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-servlet-portability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-servlet-portability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-servlet-portability ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/src/main/java/org/glassfish/jersey/servlet/portability/PortableServletContainer.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/src/main/java/org/glassfish/jersey/servlet/portability/PortableServletContainer.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/src/main/java/org/glassfish/jersey/servlet/portability/PortableServletContainer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-servlet-portability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-servlet-portability ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-servlet-portability ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-servlet-portability ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/target/jersey-servlet-portability-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-servlet-portability ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/target/jersey-servlet-portability-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-servlet-portability ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/target/jersey-servlet-portability-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-servlet-portability/2.30-SNAPSHOT/jersey-servlet-portability-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-servlet-portability/2.30-SNAPSHOT/jersey-servlet-portability-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/servlet-portability/target/jersey-servlet-portability-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-servlet-portability/2.30-SNAPSHOT/jersey-servlet-portability-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-spring4 >---------------
[INFO] Building jersey-spring4 2.30-SNAPSHOT                           [67/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-spring4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-spring4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-spring4 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-spring4 ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-spring4 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/spring/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/src/main/resources/org/glassfish/jersey/server/spring/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-spring4 ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-spring4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-spring4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-spring4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest
Dec 19, 2019 12:37:53 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3cbbc1e0: startup date [Thu Dec 19 12:37:53 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:53 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:37:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:54 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@64c2b546: startup date [Thu Dec 19 12:37:54 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:54 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:55 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3a71c100: startup date [Thu Dec 19 12:37:55 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:55 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:37:55 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: 2.209 s - in org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest
[INFO] Running org.glassfish.jersey.server.spring.filter.FilterTest
Dec 19, 2019 12:37:55 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3088660d: startup date [Thu Dec 19 12:37:55 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:55 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:37:55 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.server.spring.filter.FilterTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringProfilesTest
Dec 19, 2019 12:37:55 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@f973499: startup date [Thu Dec 19 12:37:55 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:55 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:55 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2687f956: startup date [Thu Dec 19 12:37:55 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:55 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.glassfish.jersey.server.spring.profiles.SpringProfilesTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest
Dec 19, 2019 12:37:55 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2d6aca33: startup date [Thu Dec 19 12:37:55 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:55 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:37:55 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.server.spring.profiles.SpringDefaultProfileResourceTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest
Dec 19, 2019 12:37:55 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@28a6301f: startup date [Thu Dec 19 12:37:55 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:55 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:37:55 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.122 s - in org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest
[INFO] Running org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest
Dec 19, 2019 12:37:55 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@21422231: startup date [Thu Dec 19 12:37:55 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:55 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3ffb3598: startup date [Thu Dec 19 12:37:56 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:56 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@ac20bb4: startup date [Thu Dec 19 12:37:56 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:56 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:37:56 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.557 s - in org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest
[INFO] Running org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest
Dec 19, 2019 12:37:56 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4ac86d6a: startup date [Thu Dec 19 12:37:56 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:56 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@43d9f1a2: startup date [Thu Dec 19 12:37:56 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:56 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@36327cec: startup date [Thu Dec 19 12:37:56 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:56 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:57 PM org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@311ff287: startup date [Thu Dec 19 12:37:57 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:57 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:37:57 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.668 s - in org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest
[INFO] Running org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest
Dec 19, 2019 12:37:57 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@3af58f76: startup date [Thu Dec 19 12:37:57 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 19, 2019 12:37:57 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:37:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:57 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@4ef4f627: startup date [Thu Dec 19 12:37:57 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:57 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 19, 2019 12:37:57 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:37:58 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@d5e575c: startup date [Thu Dec 19 12:37:58 GMT 2019]; root of context hierarchy
Dec 19, 2019 12:37:58 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [jersey-spring-aspect4j-applicationContext.xml]
Dec 19, 2019 12:37:58 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 12:37:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:37:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:37:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:37:58 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: 1.13 s - in org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-spring4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/target/jersey-spring4-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-spring4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/target/jersey-spring4-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-spring4 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/target/jersey-spring4-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring4/2.30-SNAPSHOT/jersey-spring4-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring4/2.30-SNAPSHOT/jersey-spring4-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring4/target/jersey-spring4-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring4/2.30-SNAPSHOT/jersey-spring4-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.glassfish.jersey.ext:jersey-spring5 >---------------
[INFO] Building jersey-spring5 2.30-SNAPSHOT                           [68/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-spring5 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-spring5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-spring5 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-spring5 ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-spring5 ---
[INFO] Resources:
[INFO] org/glassfish/jersey/server/spring/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/src/main/resources/org/glassfish/jersey/server/spring/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-spring5 ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-spring5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/src/main/java/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-spring5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-spring5 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest
Dec 19, 2019 12:38:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:38:02 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: 2.379 s - in org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest
[INFO] Running org.glassfish.jersey.server.spring.filter.FilterTest
Dec 19, 2019 12:38:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:38: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.202 s - in org.glassfish.jersey.server.spring.filter.FilterTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringProfilesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.glassfish.jersey.server.spring.profiles.SpringProfilesTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest
Dec 19, 2019 12:38:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:38: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.157 s - in org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest
[INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest
Dec 19, 2019 12:38:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:38: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: 0.116 s - in org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest
[INFO] Running org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest
Dec 19, 2019 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:38:03 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.409 s - in org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest
[INFO] Running org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest
Dec 19, 2019 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:38:04 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.583 s - in org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest
[INFO] Running org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest
Dec 19, 2019 12:38:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:38:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:38:05 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: 1.117 s - in org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-spring5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/target/jersey-spring5-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-spring5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/target/jersey-spring5-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-spring5 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/target/jersey-spring5-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring5/2.30-SNAPSHOT/jersey-spring5-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring5/2.30-SNAPSHOT/jersey-spring5-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/spring5/target/jersey-spring5-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring5/2.30-SNAPSHOT/jersey-spring5-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >-------------
[INFO] Building jersey-wadl-doclet 2.30-SNAPSHOT                       [69/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-wadl-doclet ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-wadl-doclet ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-wadl-doclet ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java added.
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java8_11 added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-wadl-doclet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-wadl-doclet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-wadl-doclet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/target/classes
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java:[19,49] com.sun.org.apache.xml.internal.serialize.OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java:[20,49] com.sun.org.apache.xml.internal.serialize.XMLSerializer is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java:[67,20] com.sun.org.apache.xml.internal.serialize.XMLSerializer is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java:[70,9] com.sun.org.apache.xml.internal.serialize.OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java:[70,31] com.sun.org.apache.xml.internal.serialize.OutputFormat is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java:[84,9] com.sun.org.apache.xml.internal.serialize.XMLSerializer is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java:[84,40] com.sun.org.apache.xml.internal.serialize.XMLSerializer is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java/org/glassfish/jersey/wadl/doclet/DocletUtils.java:[117,13] com.sun.org.apache.xml.internal.serialize.XMLSerializer is internal proprietary API and may be removed in a future release
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/ext/wadl-doclet/src/main/java8_11/org/glassfish/jersey/wadl/doclet/ResourceDoclet.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-wadl-doclet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-wadl-doclet ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-wadl-doclet ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/target/jersey-wadl-doclet-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-wadl-doclet ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/target/jersey-wadl-doclet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-wadl-doclet ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/target/jersey-wadl-doclet-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/2.30-SNAPSHOT/jersey-wadl-doclet-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/2.30-SNAPSHOT/jersey-wadl-doclet-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/wadl-doclet/target/jersey-wadl-doclet-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/2.30-SNAPSHOT/jersey-wadl-doclet-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >--------
[INFO] Building jersey-media-json-binding 2.30-SNAPSHOT                [70/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-json-binding ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-binding ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jsonb/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-binding ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-json-binding ---
[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.125 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/target/jersey-media-json-binding-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/target/jersey-media-json-binding-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-binding ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-binding ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/target/jersey-media-json-binding-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/2.30-SNAPSHOT/jersey-media-json-binding-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/2.30-SNAPSHOT/jersey-media-json-binding-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-binding/target/jersey-media-json-binding-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/2.30-SNAPSHOT/jersey-media-json-binding-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------
[INFO] Building project 2.30-SNAPSHOT                                  [71/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >-----
[INFO] Building jersey-mp-rest-client 2.30-SNAPSHOT                    [72/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mp-rest-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-mp-rest-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mp-rest-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mp-rest-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mp-rest-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mp-rest-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-rest-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-mp-rest-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mp-rest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-mp-rest-client ---
[WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:2.30-SNAPSHOT : Unused Export-Package instructions: [org.glassfish.jersey.restclient.*] 
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mp-rest-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/2.30-SNAPSHOT/jersey-mp-rest-client-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/2.30-SNAPSHOT/jersey-mp-rest-client-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/2.30-SNAPSHOT/jersey-mp-rest-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >-------
[INFO] Building jersey-mp-config 2.30-SNAPSHOT                         [73/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-mp-config ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-mp-config ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-mp-config ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-mp-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-mp-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-mp-config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-mp-config ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-mp-config ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest
Dec 19, 2019 12:38:11 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:38:11.280:INFO::main: Logging initialized @612ms to org.eclipse.jetty.util.log.StdErrLog
[DEBUG] (main) Using Console logging
2019-12-19 12:38:12.318:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:38:12.358:INFO:oejs.AbstractConnector:main: Started ServerConnector@35d08e6c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:38:12.358:INFO:oejs.Server:main: Started @1691ms
2019-12-19 12:38:12.706:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@35d08e6c{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:38:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:38:12.805:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:38:12.807:INFO:oejs.AbstractConnector:main: Started ServerConnector@2e029d61{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:38:12.807:INFO:oejs.Server:main: Started @2139ms
2019-12-19 12:38:12.848:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@2e029d61{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
Dec 19, 2019 12:38:12 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
2019-12-19 12:38:12.926:INFO:oejs.Server:main: jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
2019-12-19 12:38:12.928:INFO:oejs.AbstractConnector:main: Started ServerConnector@7db534f2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
2019-12-19 12:38:12.929:INFO:oejs.Server:main: Started @2261ms
2019-12-19 12:38:12.968:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@7db534f2{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.936 s - in org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/target/jersey-mp-config-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-mp-config ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/target/jersey-mp-config-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-mp-config ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/target/jersey-mp-config-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/2.30-SNAPSHOT/jersey-mp-config-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/2.30-SNAPSHOT/jersey-mp-config-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/ext/microprofile/mp-config/target/jersey-mp-config-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/2.30-SNAPSHOT/jersey-mp-config-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.incubator:project >---------------
[INFO] Building jersey-incubator 2.30-SNAPSHOT                         [74/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >---------
[INFO] Building jersey-declarative-linking 2.30-SNAPSHOT               [75/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/LinkMessages.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-declarative-linking ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-declarative-linking ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/FieldProcessorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-declarative-linking ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.linking.FieldProcessorTest
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty
INFO: Computed property
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testMap
INFO: Map
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks
INFO: Links
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testArray
INFO: Array
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testMixed
INFO: Mixed EL and template vars link
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks
INFO: EL binding
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings
INFO: QueryResource
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting
INFO: No Recursive Nesting
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource
INFO: QueryResource
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testEL
INFO: El link
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink
INFO: EL binding
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource
INFO: BeanParamResource
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testELBinding
INFO: EL binding
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource
INFO: QueryResource
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testCondition
INFO: Condition
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles
INFO: Link styles
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testSubresource
INFO: Subresource
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testNesting
INFO: Nesting
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields
INFO: Links from field values
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testCollection
INFO: Collection
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.linking.FieldProcessorTest testELScopes
INFO: EL scopes
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 s - in org.glassfish.jersey.linking.FieldProcessorTest
[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.003 s - in org.glassfish.jersey.linking.EntityDescriptorTest
[INFO] Running org.glassfish.jersey.linking.integration.LinkingManualTest
Dec 19, 2019 12:38:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:38: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.458 s - in org.glassfish.jersey.linking.integration.LinkingManualTest
[INFO] Running org.glassfish.jersey.linking.integration.LinkingTest
Dec 19, 2019 12:38:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:38:18 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: 1.044 s - in org.glassfish.jersey.linking.integration.LinkingTest
[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.01 s - in org.glassfish.jersey.linking.LinkELContextTest
[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.009 s - in org.glassfish.jersey.linking.HeaderProcessorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/target/jersey-declarative-linking-2.30-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ jersey-declarative-linking >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-declarative-linking ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-declarative-linking ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ jersey-declarative-linking <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/target/jersey-declarative-linking-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-declarative-linking ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/target/jersey-declarative-linking-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-declarative-linking ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/target/jersey-declarative-linking-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/2.30-SNAPSHOT/jersey-declarative-linking-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/2.30-SNAPSHOT/jersey-declarative-linking-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/target/jersey-declarative-linking-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/2.30-SNAPSHOT/jersey-declarative-linking-2.30-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/declarative-linking/target/jersey-declarative-linking-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/2.30-SNAPSHOT/jersey-declarative-linking-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >--------
[INFO] Building jersey-ext-gae-integration 2.30-SNAPSHOT               [76/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-gae-integration ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-gae-integration ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-gae-integration ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-gae-integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-gae-integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-gae-integration ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/gae-integration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-gae-integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/gae-integration/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-gae-integration ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-gae-integration ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/gae-integration/target/jersey-gae-integration-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-gae-integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/gae-integration/target/jersey-gae-integration-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-gae-integration ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/gae-integration/target/jersey-gae-integration-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/2.30-SNAPSHOT/jersey-gae-integration-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/2.30-SNAPSHOT/jersey-gae-integration-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/gae-integration/target/jersey-gae-integration-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/2.30-SNAPSHOT/jersey-gae-integration-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.media:html-json >----------------
[INFO] Building jersey-media-html-json 2.30-SNAPSHOT                   [77/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ html-json ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ html-json ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ html-json ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ html-json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ html-json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ html-json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ html-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ html-json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ html-json ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ html-json ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest
Dec 19, 2019 12:38:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:38:23 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: 1.701 s - in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest
Dec 19, 2019 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:38:23 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.29 s - in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest
[INFO] Running org.glassfish.jersey.media.htmljson.ComputedPropertyTest
Dec 19, 2019 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:38: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.11 s - in org.glassfish.jersey.media.htmljson.ComputedPropertyTest
[INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest
Dec 19, 2019 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:38:24 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.193 s - in org.glassfish.jersey.media.htmljson.ModelEntityTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/target/html-json-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ html-json ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/target/html-json-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ html-json ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/target/html-json-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/2.30-SNAPSHOT/html-json-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/2.30-SNAPSHOT/html-json-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/html-json/target/html-json-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/2.30-SNAPSHOT/html-json-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------
[INFO] Building jersey-media-kryo 2.30-SNAPSHOT                        [78/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-kryo ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-kryo ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-kryo ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-kryo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-kryo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-kryo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-kryo ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-kryo ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.kryo.PersonResourceTest
Dec 19, 2019 12:38:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:38:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:38:32 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: 1.809 s - in org.glassfish.jersey.kryo.PersonResourceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/target/jersey-media-kryo-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-kryo ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/target/jersey-media-kryo-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-kryo ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/target/jersey-media-kryo-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/2.30-SNAPSHOT/jersey-media-kryo-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/2.30-SNAPSHOT/jersey-media-kryo-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/kryo/target/jersey-media-kryo-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/2.30-SNAPSHOT/jersey-media-kryo-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >---------
[INFO] Building jersey-open-tracing 2.30-SNAPSHOT                      [79/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-open-tracing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-open-tracing ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-open-tracing ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-open-tracing ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-open-tracing ---
[INFO] Resources:
[INFO] org/glassfish/jersey/opentracing/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-open-tracing ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-open-tracing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-open-tracing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-open-tracing ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-open-tracing ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/target/jersey-open-tracing-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-open-tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/target/jersey-open-tracing-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-open-tracing ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-open-tracing ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/target/jersey-open-tracing-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/2.30-SNAPSHOT/jersey-open-tracing-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/2.30-SNAPSHOT/jersey-open-tracing-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/incubator/open-tracing/target/jersey-open-tracing-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/2.30-SNAPSHOT/jersey-open-tracing-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >-------------
[INFO] Building jersey-inject-cdi2-se 2.30-SNAPSHOT                    [80/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-cdi2-se ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-cdi2-se ---
[INFO] Resources:
[INFO] org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-cdi2-se ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ContextInjectionResolverImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ContextInjectionResolverImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-cdi2-se ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest
Dec 19, 2019 12:38:35 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.0 (Final)
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad4504d9-03be-45a5-847d-86f1baaef870 initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad4504d9-03be-45a5-847d-86f1baaef870 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0c52bce4-d393-4e24-9aab-c5937e71cffc initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0c52bce4-d393-4e24-9aab-c5937e71cffc shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f516603e-b9b8-4ef1-b735-7ebefa136956 initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f516603e-b9b8-4ef1-b735-7ebefa136956 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 19ecf082-4245-4f6f-915a-d04cc056f50e initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 19ecf082-4245-4f6f-915a-d04cc056f50e shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container abf8ef3e-deb0-43ee-a3e2-7e393d1e9f83 initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container abf8ef3e-deb0-43ee-a3e2-7e393d1e9f83 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0a506905-a004-470d-8e12-0e5d3cd4b07b initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0a506905-a004-470d-8e12-0e5d3cd4b07b shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ddae8b9c-a352-4b81-b062-a501042bc83d initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ddae8b9c-a352-4b81-b062-a501042bc83d shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f9ef8e31-d9a4-4912-85db-d3432fa766ad initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f9ef8e31-d9a4-4912-85db-d3432fa766ad shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container e6d9400d-6929-4b20-9d25-7c607a8b3578 initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container e6d9400d-6929-4b20-9d25-7c607a8b3578 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cd541af5-b822-4e0f-8269-a8115c0f71da initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cd541af5-b822-4e0f-8269-a8115c0f71da shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b6eb6ccc-5831-4d6e-a65d-e70c0b47fc48 initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b6eb6ccc-5831-4d6e-a65d-e70c0b47fc48 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8a8dd227-4e08-4ced-b8c3-4c38231530b8 initialized
Dec 19, 2019 12:38:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8a8dd227-4e08-4ced-b8c3-4c38231530b8 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6e87425e-725b-4fbd-b6ed-2e3814c10922 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 6e87425e-725b-4fbd-b6ed-2e3814c10922 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b8c3d5aa-de28-4ed2-b09e-21fbebb11a17 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b8c3d5aa-de28-4ed2-b09e-21fbebb11a17 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 2f638ad1-6b18-4f9f-8e7c-6a2a0bd1791b initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 2f638ad1-6b18-4f9f-8e7c-6a2a0bd1791b shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 268ad336-038a-4fa3-87c2-cac38bdcf7b5 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 268ad336-038a-4fa3-87c2-cac38bdcf7b5 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 695d818b-7480-4bae-b6a7-818248e5b604 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 695d818b-7480-4bae-b6a7-818248e5b604 shut down
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.033 s - in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ad10df2b-cee3-4d95-9b76-9cf7720ee334 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ad10df2b-cee3-4d95-9b76-9cf7720ee334 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 68baecc6-b1af-43b8-834e-9566cebc0e9c initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 68baecc6-b1af-43b8-834e-9566cebc0e9c shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f3df84cb-2367-4e2f-b4aa-e7bbf02d8c16 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f3df84cb-2367-4e2f-b4aa-e7bbf02d8c16 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f1aa511a-d123-4e57-928b-5637b702361f initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f1aa511a-d123-4e57-928b-5637b702361f shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest
[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.injector.CachedConstructorAnalyzerTest
Dec 19, 2019 12:38:37 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.018 s - in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3daebd05-22f8-4fdb-a8b4-f9b7205bcbf9 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3daebd05-22f8-4fdb-a8b4-f9b7205bcbf9 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f5e71d10-6f24-4174-a3b2-e50bb2e55375 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f5e71d10-6f24-4174-a3b2-e50bb2e55375 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 159608a7-981c-4f50-814f-72697936d4ea initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 159608a7-981c-4f50-814f-72697936d4ea shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 09ae1bc1-bbfd-464d-8e73-f3e97098f649 initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 09ae1bc1-bbfd-464d-8e73-f3e97098f649 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3cbbbb46-c900-425d-a255-25bedff755ba initialized
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 3cbbbb46-c900-425d-a255-25bedff755ba shut down
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8f5fc0ab-d405-4de2-8187-de972a2094a4 initialized
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a9cc5c9c-d7e8-4aaf-95d0-e09964f7879d initialized
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 875187fd-4884-42ee-b5e9-cb1debb07c0d initialized
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b148dc3d-b763-45bb-ba8e-fd61f17392f3 initialized
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:37 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 257ae117-aa71-4c07-a991-af1d97f8e27b initialized
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.glassfish.jersey.inject.cdi.se.ThreadScopeTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b4f9702b-2dcd-4524-8d2b-e842c31e4bd8 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b4f9702b-2dcd-4524-8d2b-e842c31e4bd8 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container ea803b04-0ec5-4d2f-a615-a0c5febdd595 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container ea803b04-0ec5-4d2f-a615-a0c5febdd595 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container d1406794-1c52-4048-b9a6-49d4261eb077 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container d1406794-1c52-4048-b9a6-49d4261eb077 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 8290fb8b-e67f-4b17-bffd-bd5511c642ca initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 8290fb8b-e67f-4b17-bffd-bd5511c642ca shut down
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest
[INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierContractsTest
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 74438a08-9df7-4d06-9e4d-9dfb28149d00 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 74438a08-9df7-4d06-9e4d-9dfb28149d00 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c80282b4-8524-4c56-b59c-d6778ce09a69 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c80282b4-8524-4c56-b59c-d6778ce09a69 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container f85d14cf-a8de-4d4e-ac16-748d04a84a73 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container f85d14cf-a8de-4d4e-ac16-748d04a84a73 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b0796386-04e6-4949-a39f-e31687a4072a initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container b0796386-04e6-4949-a39f-e31687a4072a shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9b7da8ed-9df2-43e3-8ed8-10021b4cac93 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 9b7da8ed-9df2-43e3-8ed8-10021b4cac93 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 35b03d52-ce65-4842-b6b4-e792703ba6d9 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 35b03d52-ce65-4842-b6b4-e792703ba6d9 shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 628ef4c1-6403-43f8-a920-e531d447931e initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 628ef4c1-6403-43f8-a920-e531d447931e shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 79880315-857b-442d-9a01-bc614bfd9f4b initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 79880315-857b-442d-9a01-bc614bfd9f4b shut down
Dec 19, 2019 12:38: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.
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5ed443c7-5a26-4dc3-889c-0015285169f0 initialized
Dec 19, 2019 12:38:38 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5ed443c7-5a26-4dc3-889c-0015285169f0 shut down
Dec 19, 2019 12:38: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.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s - in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest
Weld SE container 8f5fc0ab-d405-4de2-8187-de972a2094a4 shut down by shutdown hook
Weld SE container a9cc5c9c-d7e8-4aaf-95d0-e09964f7879d shut down by shutdown hook
Weld SE container 875187fd-4884-42ee-b5e9-cb1debb07c0d shut down by shutdown hook
Weld SE container b148dc3d-b763-45bb-ba8e-fd61f17392f3 shut down by shutdown hook
Weld SE container 257ae117-aa71-4c07-a991-af1d97f8e27b shut down by shutdown hook
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/target/jersey-cdi2-se-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/target/jersey-cdi2-se-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-cdi2-se ---
[WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:2.30-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] 
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-cdi2-se ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/target/jersey-cdi2-se-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/2.30-SNAPSHOT/jersey-cdi2-se-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/2.30-SNAPSHOT/jersey-cdi2-se-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/cdi2-se/target/jersey-cdi2-se-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/2.30-SNAPSHOT/jersey-cdi2-se-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.media:jersey-media-json-jackson1 >--------
[INFO] Building jersey-media-json-jackson1 2.30-SNAPSHOT               [81/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jackson1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-jackson1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-json-jackson1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-jackson1 ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-jackson1 ---
[INFO] No resources specified.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-jackson1 ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-jackson1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-jackson1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jackson1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-jackson1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jackson1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-json-jackson1 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-json-jackson1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/target/jersey-media-json-jackson1-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-jackson1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/target/jersey-media-json-jackson1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-jackson1 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-jackson1 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/target/jersey-media-json-jackson1-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson1/2.30-SNAPSHOT/jersey-media-json-jackson1-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson1/2.30-SNAPSHOT/jersey-media-json-jackson1-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jackson1/target/jersey-media-json-jackson1-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson1/2.30-SNAPSHOT/jersey-media-json-jackson1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >--------
[INFO] Building jersey-media-json-jettison 2.30-SNAPSHOT               [82/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-json-jettison ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-jettison ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jettison/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-jettison ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-jettison ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/media/json-jettison/src/main/java/org/glassfish/jersey/jettison/JettisonJaxbContext.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-jettison ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-jettison ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-json-jettison ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/target/jersey-media-json-jettison-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-jettison ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/target/jersey-media-json-jettison-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-jettison ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-jettison ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/target/jersey-media-json-jettison-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/2.30-SNAPSHOT/jersey-media-json-jettison-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/2.30-SNAPSHOT/jersey-media-json-jettison-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-jettison/target/jersey-media-json-jettison-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/2.30-SNAPSHOT/jersey-media-json-jettison-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.media:jersey-media-json-processing >-------
[INFO] Building jersey-media-json-processing 2.30-SNAPSHOT             [83/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-json-processing ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-json-processing ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-json-processing ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-json-processing ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-json-processing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-json-processing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-json-processing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-json-processing ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-json-processing ---
[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: 1.326 s - in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest
[INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s - in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/target/jersey-media-json-processing-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-json-processing ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/target/jersey-media-json-processing-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-json-processing ---
[WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:2.30-SNAPSHOT : Unused Import-Package instructions: [javax.json.*] 
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-json-processing ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/target/jersey-media-json-processing-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/2.30-SNAPSHOT/jersey-media-json-processing-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/2.30-SNAPSHOT/jersey-media-json-processing-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/json-processing/target/jersey-media-json-processing-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/2.30-SNAPSHOT/jersey-media-json-processing-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------
[INFO] Building jersey-media-moxy 2.30-SNAPSHOT                        [84/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-moxy ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-moxy ---
[INFO] Resources:
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-moxy ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-jflex-plugin:1.4.3:generate (default) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-moxy ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-moxy ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/target/jersey-media-moxy-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/target/jersey-media-moxy-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-moxy ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/target/jersey-media-moxy-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/2.30-SNAPSHOT/jersey-media-moxy-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/2.30-SNAPSHOT/jersey-media-moxy-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/moxy/target/jersey-media-moxy-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/2.30-SNAPSHOT/jersey-media-moxy-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >----------
[INFO] Building jersey-media-multipart 2.30-SNAPSHOT                   [85/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-multipart ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-multipart ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-multipart ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-multipart ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-multipart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-multipart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/internal/MultiPartWriter.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-multipart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-multipart ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-multipart ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest
Dec 19, 2019 12:38:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:38:48 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]
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:38:48 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]
Dec 19, 2019 12:38: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: 2.003 s - in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest
[INFO] Running org.glassfish.jersey.media.multipart.file.FileDataBodyPartTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.005 s - in org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest
[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.ParameterizedHeadersMapTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest
[INFO] Running org.glassfish.jersey.media.multipart.BodyPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.multipart.BodyPartTest
[INFO] Running org.glassfish.jersey.media.multipart.MultiPartTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.glassfish.jersey.media.multipart.MultiPartTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest
Dec 19, 2019 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:38:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.907 s - in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest
Dec 19, 2019 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:38:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:38:51 PM org.jvnet.mimepull.WeakDataFile close
INFO: File /tmp/MIME8273960957629015490.tmp was not deleted
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.906 s - in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest
Dec 19, 2019 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:38: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.085 s - in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest
[INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest
Dec 19, 2019 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
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.
Dec 19, 2019 12:38:54 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]
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 12:38:54 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. 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]
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 12:38:54 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]
Dec 19, 2019 12:38:54 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.661 s - in org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest
[INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest
[INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.multipart.FormDataMultiPartTest
[INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/target/jersey-media-multipart-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-multipart ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/target/jersey-media-multipart-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-multipart ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-multipart ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/target/jersey-media-multipart-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.30-SNAPSHOT/jersey-media-multipart-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.30-SNAPSHOT/jersey-media-multipart-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/multipart/target/jersey-media-multipart-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.30-SNAPSHOT/jersey-media-multipart-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >-------------
[INFO] Building jersey-media-sse 2.30-SNAPSHOT                         [86/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-media-sse ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-media-sse ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-media-sse ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-media-sse ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-media-sse ---
[INFO] Resources:
[INFO] org/glassfish/jersey/media/sse/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-media-sse ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-media-sse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-media-sse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-media-sse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-media-sse ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/src/test/java/org/glassfish/jersey/media/sse/EventSourceTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/src/test/java/org/glassfish/jersey/media/sse/EventSourceTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-media-sse ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest
Dec 19, 2019 12:38:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:38:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:38:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:38:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:38:58 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: 1.621 s - in org.glassfish.jersey.media.sse.EmptyEventsTest
[INFO] Running org.glassfish.jersey.media.sse.InboundEventReaderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.glassfish.jersey.media.sse.InboundEventReaderTest
[INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest
Dec 19, 2019 12:38:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:38:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:38:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:38:58 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 19, 2019 12:38:58 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 19, 2019 12:38:58 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 19, 2019 12:38:58 PM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1
INFO: Still alive
Dec 19, 2019 12:39:08 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: 10.083 s - in org.glassfish.jersey.media.sse.SseEventSinkCloseTest
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest
[INFO] Running org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest
[INFO] Running org.glassfish.jersey.media.sse.OutboundEventTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.media.sse.OutboundEventTest
[INFO] Running org.glassfish.jersey.media.sse.EventSourceTest
Dec 19, 2019 12:39:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:39:13 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: 5.175 s - in org.glassfish.jersey.media.sse.EventSourceTest
[INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest
Dec 19, 2019 12:39:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
0: NOK
1: NOK
2: NOK
3: NOK
4: NOK
5: NOK
6: NOK
7: NOK
8: NOK
9: NOK
Dec 19, 2019 12:39: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: 5.205 s - in org.glassfish.jersey.media.sse.ClientCloseTest
[INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest
Dec 19, 2019 12:39:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] 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.
Dec 19, 2019 12:39: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: 0.608 s - in org.glassfish.jersey.media.sse.SseEventSinkTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/target/jersey-media-sse-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-media-sse ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/target/jersey-media-sse-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-media-sse ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-media-sse ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/target/jersey-media-sse-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.30-SNAPSHOT/jersey-media-sse-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.30-SNAPSHOT/jersey-media-sse-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/media/sse/target/jersey-media-sse-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.30-SNAPSHOT/jersey-media-sse-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.glassfish.jersey.security:project >----------------
[INFO] Building jersey-security 2.30-SNAPSHOT                          [87/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.glassfish.jersey.security:oauth1-signature >-----------
[INFO] Building oauth1-signature 2.30-SNAPSHOT                         [88/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-signature ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-signature ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ oauth1-signature ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth1-signature ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth1-signature ---
[INFO] Resources:
[INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth1-signature ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-signature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth1-signature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-signature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-signature ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ oauth1-signature ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test
SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8=
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.glassfish.jersey.oauth1.signature.OAuthBase64Test
[INFO] Running org.glassfish.jersey.oauth1.signature.OAuth1SignatureTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.965 s - in org.glassfish.jersey.oauth1.signature.SignatureTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/target/oauth1-signature-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-signature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/target/oauth1-signature-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-signature ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/target/oauth1-signature-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.30-SNAPSHOT/oauth1-signature-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.30-SNAPSHOT/oauth1-signature-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-signature/target/oauth1-signature-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/2.30-SNAPSHOT/oauth1-signature-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-client >-------------
[INFO] Building jersey-security 2.30-SNAPSHOT                          [89/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ oauth1-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth1-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth1-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth1-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth1-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth1-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ oauth1-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/target/oauth1-client-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/target/oauth1-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/target/oauth1-client-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.30-SNAPSHOT/oauth1-client-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.30-SNAPSHOT/oauth1-client-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-client/target/oauth1-client-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/2.30-SNAPSHOT/oauth1-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth1-server >-------------
[INFO] Building oauth1-server 2.30-SNAPSHOT                            [90/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth1-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth1-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ oauth1-server ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth1-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth1-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth1-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth1-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth1-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ oauth1-server ---
[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.205 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.113 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] --- maven-jar-plugin:2.4:jar (default-jar) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-server/target/oauth1-server-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth1-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-server/target/oauth1-server-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth1-server ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-server/target/oauth1-server-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.30-SNAPSHOT/oauth1-server-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.30-SNAPSHOT/oauth1-server-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth1-server/target/oauth1-server-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/2.30-SNAPSHOT/oauth1-server-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.security:oauth2-client >-------------
[INFO] Building oauth2-client 2.30-SNAPSHOT                            [91/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth2-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ oauth2-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ oauth2-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ oauth2-client ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ oauth2-client ---
[INFO] Resources:
[INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oauth2-client ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ oauth2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ oauth2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oauth2-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth2-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ oauth2-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ oauth2-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/target/oauth2-client-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ oauth2-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/target/oauth2-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ oauth2-client ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/target/oauth2-client-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.30-SNAPSHOT/oauth2-client-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.30-SNAPSHOT/oauth2-client-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/security/oauth2-client/target/oauth2-client-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/2.30-SNAPSHOT/oauth2-client-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >---
[INFO] Building jersey-test-framework-util 2.30-SNAPSHOT               [92/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-test-framework-util ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-test-framework-util ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-test-framework-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-test-framework-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/src/main/resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-test-framework-util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-test-framework-util ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-test-framework-util ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.util.client.LoopBackConnectorTest
Dec 19, 2019 12:39:28 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.909 s - in org.glassfish.jersey.test.util.client.LoopBackConnectorTest
[INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest
Dec 19, 2019 12:39:28 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 1 requests to finish...

[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.011 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/target/jersey-test-framework-util-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-test-framework-util ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/target/jersey-test-framework-util-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-test-framework-util ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/target/jersey-test-framework-util-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.30-SNAPSHOT/jersey-test-framework-util-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.30-SNAPSHOT/jersey-test-framework-util-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/util/target/jersey-test-framework-util-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/2.30-SNAPSHOT/jersey-test-framework-util-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.glassfish.jersey.tests:project >-----------------
[INFO] Building jersey-tests 2.30-SNAPSHOT                             [93/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------------------< org.glassfish.jersey.tests:e2e >-------------------
[INFO] Building jersey-tests-e2e 2.30-SNAPSHOT                         [94/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 87 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e/src/test/java/org/glassfish/jersey/tests/api/LocationHeaderFiltersTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ e2e ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest
Dec 19, 2019 12:39:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:35 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:39:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
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.
Dec 19, 2019 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:39:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:39:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:39:37 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: 3.634 s - in org.glassfish.jersey.tests.e2e.client.connector.MethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest
Dec 19, 2019 12:39:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:39 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:39:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
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.
Dec 19, 2019 12:39:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:39:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:39:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:39:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:40:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:40:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:40:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:40:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:40:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:40:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:40:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:41:15 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: 96.838 s - in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest
Dec 19, 2019 12:41:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:17 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:41:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:41: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: 2.724 s - in org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest
[INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuth2Test
Dec 19, 2019 12:41:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:20 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:41:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:41:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:41:22 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: 3.203 s - in org.glassfish.jersey.tests.e2e.oauth.OAuth2Test
[INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest
Dec 19, 2019 12:41:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:24 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:41:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Token received from user: 995bd2e9b04f4950afee865c08397b74
Verifier: 8ed3fbfe92a34ee690c73dd4b7c9f30f
Dec 19, 2019 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:25 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
Dec 19, 2019 12:41:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:26 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
Dec 19, 2019 12:41:26 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: 3.158 s - in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test
Dec 19, 2019 12:41:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:28 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:41:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:41:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:29 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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.
Dec 19, 2019 12:41:29 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.901 s - in org.glassfish.jersey.tests.e2e.container.Jersey2462Test
[INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest
Dec 19, 2019 12:41:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:31 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:41:32 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.

Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:32 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.

Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:32 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.

Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:41:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:32 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:33 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.

Dec 19, 2019 12:41:33 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:33 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.

Dec 19, 2019 12:41:33 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:33 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.

Dec 19, 2019 12:41:33 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:33 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.

Dec 19, 2019 12:41:33 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:33 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.

Dec 19, 2019 12:41:33 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:33 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.

Dec 19, 2019 12:41:33 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:34 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.

Dec 19, 2019 12:41:34 PM 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:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	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)

Dec 19, 2019 12:41:34 PM 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:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	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)

Dec 19, 2019 12:41:34 PM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure
WARNING: Unable to send a failure response.
java.io.IOException: stream is closed
	at sun.net.httpserver.Request$WriteStream.write(Request.java:380)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
	at sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:261)
	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:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	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)

Dec 19, 2019 12:41:37 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:37 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.

Dec 19, 2019 12:41:37 PM 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:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	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)

Dec 19, 2019 12:41:40 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41: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.

Dec 19, 2019 12:41:40 PM 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:436)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	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)

Dec 19, 2019 12:41:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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.
Dec 19, 2019 12:41:43 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.

Dec 19, 2019 12:41:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:43 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.

Dec 19, 2019 12:41:43 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:43 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.

Dec 19, 2019 12:41: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.

Dec 19, 2019 12:41: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.

Dec 19, 2019 12:41: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.

[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.167 s - in org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.HeadTest
Dec 19, 2019 12:41:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:46 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:41:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:47 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:47 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:48 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:48 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:48 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:48 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:48 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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.
Dec 19, 2019 12:41:49 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:49 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.153 s - in org.glassfish.jersey.tests.e2e.container.HeadTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.TrailingSlashTest
Dec 19, 2019 12:41:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:51 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:41:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:41:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:41:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:41:52 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:52 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:52 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:52 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:53 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:56 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:41:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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.
Dec 19, 2019 12:41:59 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.325 s - in org.glassfish.jersey.tests.e2e.container.TrailingSlashTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest
Dec 19, 2019 12:42:01 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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.
Dec 19, 2019 12:42:02 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:42:03 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.231 s - in org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.MatrixParamTest
Dec 19, 2019 12:42:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:05 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:42:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:06 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:06 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:06 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:09 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.697 s - in org.glassfish.jersey.tests.e2e.container.MatrixParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.EscapedUriTest
Dec 19, 2019 12:42:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:12 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:42:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:42:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:13 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:13 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:13 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:14 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:14 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:17 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:20 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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.
Dec 19, 2019 12:42:20 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.313 s - in org.glassfish.jersey.tests.e2e.container.EscapedUriTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.QueryParamTest
Dec 19, 2019 12:42:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:23 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:42:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:42:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:24 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:24 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:24 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:28 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.704 s - in org.glassfish.jersey.tests.e2e.container.QueryParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest
Dec 19, 2019 12:42:29 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:42:30 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:42:34 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:42:37 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:42:40 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:42:43 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/base
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 17.594 s - in org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest
Dec 19, 2019 12:42:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:49 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:42:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:42:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:42:50 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:50 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:51 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:51 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:51 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:51 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:51 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:51 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:51 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:52 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:52 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:55 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:42:58 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:01 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:04 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:07 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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.
Dec 19, 2019 12:43:08 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:08 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:08 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:08 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.495 s - in org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest
Dec 19, 2019 12:43:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:11 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:43:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:12 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:12 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:12 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:12 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:13 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:16 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:19 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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.
Dec 19, 2019 12:43:19 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.232 s - in org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest
Dec 19, 2019 12:43:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:43:22 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:43:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/base
Dec 19, 2019 12:43:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:43:24 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: 3.081 s - in org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest
[INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest
Dec 19, 2019 12:43:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:26 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:26 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:27 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:27 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:30 PM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer <init>
INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/
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] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.488 s - in org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest
Dec 19, 2019 12:43:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:32 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.
Dec 19, 2019 12:43:33 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:33 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.

Dec 19, 2019 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:34 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.
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:34 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.
Dec 19, 2019 12:43:34 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.

Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:43:35 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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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=1512930453
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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=1512930453
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1176)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$400(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1170)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1167)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1250)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:754)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:35 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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={javax.ws.rs.ext.MessageBodyWriter}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=180
	locatorId=19
	identityHashCode=406265225
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={javax.ws.rs.ext.MessageBodyWriter}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=180
	locatorId=19
	identityHashCode=406265225
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={javax.ws.rs.ext.MessageBodyWriter}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=180
	locatorId=19
	identityHashCode=406265225
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider
	contracts={javax.ws.rs.ext.MessageBodyWriter}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=180
	locatorId=19
	identityHashCode=406265225
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:35 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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={javax.ws.rs.ext.MessageBodyWriter}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=177
	locatorId=22
	identityHashCode=1733520096
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={javax.ws.rs.ext.MessageBodyWriter}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=177
	locatorId=22
	identityHashCode=1733520096
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={javax.ws.rs.ext.MessageBodyWriter}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=177
	locatorId=22
	identityHashCode=1733520096
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)

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:156)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:105)
	at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:156)
	at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:716)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:670)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
MultiException stack 2 of 2
java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor(
	implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor
	contracts={javax.ws.rs.ext.MessageBodyWriter}
	scope=javax.inject.Singleton
	qualifiers={org.glassfish.jersey.internal.inject.Custom}
	descriptorType=CLASS
	descriptorVisibility=NORMAL
	metadata=
	rank=0
	loader=null
	proxiable=null
	proxyForSameScope=null
	analysisName=null
	id=177
	locatorId=22
	identityHashCode=1733520096
	reified=false)
	at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:681)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2300)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.access$1200(ServiceLocatorImpl.java:106)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1385)
	at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1380)
	at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1442)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1368)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1356)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:246)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.<init>(GrizzlyHttpContainer.java:310)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory.createHttpServer(GrizzlyHttpServerFactory.java:114)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:59)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:43)
	at org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:107)
	at org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:257)
	at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:583)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	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.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	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.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:43:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.221 s - in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest
Dec 19, 2019 12:43:37 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:37 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:38 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.445 s - in org.glassfish.jersey.tests.e2e.common.NoEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest
Dec 19, 2019 12:43:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:41 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:41 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.017 s - in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest
Dec 19, 2019 12:43:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43: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: 2.304 s - in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest
Dec 19, 2019 12:43:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:46 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
filter2
filter1
filter2
reader
Dec 19, 2019 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:43:48 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: 2.709 s - in org.glassfish.jersey.tests.e2e.common.ContentTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest
Dec 19, 2019 12:43:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:50 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:43:51 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.349 s - in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest
Dec 19, 2019 12:43:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:53 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:43:54 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:124)
	at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:249)
	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:369)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	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:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)

Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:43:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.787 s - in org.glassfish.jersey.tests.e2e.common.EncodingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest
Dec 19, 2019 12:43:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:56 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:43:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:43:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:43:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:43:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:43:58 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: 2.602 s - in org.glassfish.jersey.tests.e2e.common.ContentLengthTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.059 s - in org.glassfish.jersey.tests.e2e.common.RequestScopeTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest
Dec 19, 2019 12:43:59 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:00 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:01 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:02 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.806 s - in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest
Dec 19, 2019 12:44:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:04 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:44: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:9998/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)

Dec 19, 2019 12:44:06 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

Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:44:06 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Sending client request on thread main
1 > GET http://localhost:9998/
1 > custom_header: client/request

Dec 19, 2019 12:44: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:9998/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)

Dec 19, 2019 12:44:06 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

Dec 19, 2019 12:44:06 PM org.glassfish.jersey.logging.LoggingInterceptor log
INFO: 1 * Client response received on thread main
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 main
1 > GET http://localhost:9998/
1 > custom_header: client/request

1 * Server has received a request on thread grizzly-http-server-0
1 > GET http://localhost:9998/
1 > accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
1 > connection: keep-alive
1 > custom_header: client/request
1 > host: localhost:9998
1 > user-agent: Jersey/2.30-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 main
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

Dec 19, 2019 12:44:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.087 s - in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest
Dec 19, 2019 12:44:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:09 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44: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: 2.229 s - in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest
Dec 19, 2019 12:44:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:11 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44: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: 2.044 s - in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest
Dec 19, 2019 12:44:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:14 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:15 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.27 s - in org.glassfish.jersey.tests.e2e.common.UriComponentTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest
Dec 19, 2019 12:44:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:17 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:17 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 javax.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. 
Dec 19, 2019 12:44:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:18 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 javax.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. 
Dec 19, 2019 12:44: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: 2.187 s - in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest
Dec 19, 2019 12:44:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:20 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:44:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.827 s - in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest
Dec 19, 2019 12:44:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:23 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:44:25 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: 2.573 s - in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest
Dec 19, 2019 12:44:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:27 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44: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: 2.065 s - in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest
Dec 19, 2019 12:44:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:30 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.202 s - in org.glassfish.jersey.tests.e2e.common.HeaderParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest
Dec 19, 2019 12:44:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:32 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:33 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.267 s - in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest
Dec 19, 2019 12:44:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:35 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:36 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.225 s - in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest
Dec 19, 2019 12:44:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:38 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:39 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.251 s - in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest
Dec 19, 2019 12:44:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:41 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:41 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.9 s - in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest
Dec 19, 2019 12:44:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44: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: 2.008 s - in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest
[INFO] Running org.glassfish.jersey.tests.e2e.InterceptorCustomTest
Dec 19, 2019 12:44:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:46 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
resource: hello, this is text entity
Dec 19, 2019 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
resource: hello, this is text entity
Dec 19, 2019 12:44: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: 2.296 s - in org.glassfish.jersey.tests.e2e.InterceptorCustomTest
[INFO] Running org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest
Dec 19, 2019 12:44:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:49 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44: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: 2.292 s - in org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest
[INFO] Running org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest
Dec 19, 2019 12:44:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:52 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:44:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:44:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.326 s - in org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.LinkTest
Dec 19, 2019 12:44:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:56 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:44:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:44:57 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: 2.361 s - in org.glassfish.jersey.tests.e2e.LinkTest
[INFO] Running org.glassfish.jersey.tests.e2e.InterceptorGzipTest
Dec 19, 2019 12:44:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:44:59 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:44:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:44:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
resource: hello, this is text entity
Dec 19, 2019 12:45:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
resource: hello, this is text entity
Dec 19, 2019 12:45:00 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.306 s - in org.glassfish.jersey.tests.e2e.InterceptorGzipTest
[INFO] Running org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest
[INFO] Running org.glassfish.jersey.tests.e2e.ClientTest
Dec 19, 2019 12:45:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:03 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:45:04 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: 2.484 s - in org.glassfish.jersey.tests.e2e.ClientTest
[INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.glassfish.jersey.tests.api.HttpHeaderTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest
Dec 19, 2019 12:45:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:07 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:07 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:07 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 3 requests to finish...

Dec 19, 2019 12:45:07 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync
INFO: Location resolved from response > http://localhost:9998/ResponseTest/executorAsync
Dec 19, 2019 12:45:07 PM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync
INFO: Location resolved from response > http://localhost:9998/ResponseTest/locationAsync
Dec 19, 2019 12:45:09 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: 3.793 s - in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest
Dec 19, 2019 12:45:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:11 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:12 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Dec 19, 2019 12:45:12 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation
INFO: Location resolved from response > location
Dec 19, 2019 12:45:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45:12 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation
INFO: Location resolved from response > null
Dec 19, 2019 12:45:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:45:12 PM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash
INFO: Location resolved from response > /location
Dec 19, 2019 12:45:12 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: 2.502 s - in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest
[INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest
Dec 19, 2019 12:45:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:14 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:45:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:45:16 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: 2.653 s - in org.glassfish.jersey.tests.api.AnnotationInheritanceTest
[INFO] Running org.glassfish.jersey.tests.api.CookieImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.glassfish.jersey.tests.api.CookieImplTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest
Dec 19, 2019 12:45:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:18 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:19 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation
INFO: Location resolved from response > http://localhost:9998/test/location
Dec 19, 2019 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45:19 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation
INFO: Location resolved from response > null
Dec 19, 2019 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:45:19 PM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash
INFO: Location resolved from response > http://localhost:9998/location
Dec 19, 2019 12:45:19 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: 2.485 s - in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest
[INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest
Dec 19, 2019 12:45:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:21 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 19, 2019 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 19, 2019 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter
INFO: Response status is: 500
Dec 19, 2019 12:45:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:23 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 19, 2019 12:45:23 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 19, 2019 12:45:23 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 19, 2019 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:45:23 PM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector
INFO: Response status is: 401
Dec 19, 2019 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:23 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in RequestFilter.
Dec 19, 2019 12:45:23 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Aborting will take place in ResponseFilter.
Dec 19, 2019 12:45:23 PM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure
INFO: Response will not be aborted.
Dec 19, 2019 12:45:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:45:23 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: 3.05 s - in org.glassfish.jersey.tests.api.AbortingFilterTest
[INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest
Dec 19, 2019 12:45:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:26 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:26 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter
INFO: URI Created in the resource method > location
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter
INFO: LocationManipulationFilter applied.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByFilter
Dec 19, 2019 12:45:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo
INFO: LocationManipulationInterceptor applied.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/ResponseTest/UriChangedByInterceptor
Dec 19, 2019 12:45:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Dec 19, 2019 12:45:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:27 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:238)
	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:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter
INFO: Aborting request in the request filter. Returning status created.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource
INFO: Location resolved from response > http://localhost:9998/uriAfterPreMatchingAbortion/SUCCESS
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:278)
	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)
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:28 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
javax.ws.rs.WebApplicationException: HTTP 500 Internal Server Error
	at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:257)
	at java.lang.Thread.run(Thread.java:748)
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationInterceptor registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: LocationManipulationFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: BaseUriChangingPreMatchingFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: AbortingRequestFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure
INFO: UriCheckingResponseFilter registered.
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:45:29 PM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run
INFO: Thread pool initialized.
Dec 19, 2019 12:45:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.381 s - in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest
[INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Running org.glassfish.jersey.tests.api.ExceptionTest
Dec 19, 2019 12:45:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:32 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected:
MultiException stack 1 of 3
javax.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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
	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:245)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:45:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:45:34 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: 3.858 s - in org.glassfish.jersey.tests.api.ExceptionTest
[INFO] Running org.glassfish.jersey.tests.api.VariantsTest
Dec 19, 2019 12:45:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:36 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:45:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Accept-Language
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:45:38 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: 3.199 s - in org.glassfish.jersey.tests.api.VariantsTest
[INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest
Dec 19, 2019 12:45:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:40 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:40 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
Dec 19, 2019 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:41 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
Dec 19, 2019 12:45: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: 2.403 s - in org.glassfish.jersey.tests.api.ResponseIntegrationTest
[INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.glassfish.jersey.tests.api.MediaTypeProviderTest
[INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.glassfish.jersey.tests.api.ConsumeProduceTest
[INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest
Dec 19, 2019 12:45:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:45 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45: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: 2.308 s - in org.glassfish.jersey.tests.api.MessageBodyReaderTest
[INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.glassfish.jersey.tests.api.EntityTagProviderTest
[INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest
Dec 19, 2019 12:45:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:48 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:45: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: 2.307 s - in org.glassfish.jersey.tests.api.ConstructorSelectionTest
[INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest
Dec 19, 2019 12:45:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:51 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:45:52 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 6 requests to finish...

Dec 19, 2019 12:45:52 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest
INFO: URI Created in the resource method > location
Dec 19, 2019 12:45:52 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:9998/locationWithBody
Dec 19, 2019 12:45:52 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation
INFO: Location resolved from response > null
Dec 19, 2019 12:45:52 PM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource
INFO: Location resolved from response > http://localhost:9998/location
Dec 19, 2019 12:45: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: 3.835 s - in org.glassfish.jersey.tests.api.LocationHeaderBasicTest
[INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest
Dec 19, 2019 12:45:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:56 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/2.30-SNAPSHOT (Apache HttpClient 4.5.9)], testus=[Hello], host=[localhost:9998], connection=[Keep-Alive], accept-encoding=[gzip,deflate]}
Dec 19, 2019 12:45:57 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.
Dec 19, 2019 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:45:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:57 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/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202)], host=[localhost:9998], accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], connection=[keep-alive]}
Dec 19, 2019 12:45:57 PM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions
INFO: CORS headers found.

Dec 19, 2019 12:45:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.613 s - in org.glassfish.jersey.tests.api.RestrictedHeaderTest
[INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest
Dec 19, 2019 12:45:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:45:59 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:45:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:45:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:00 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: 2.404 s - in org.glassfish.jersey.tests.api.ResourceContextTest
[INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest
Dec 19, 2019 12:46:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:02 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:03 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.288 s - in org.glassfish.jersey.tests.api.MessageBodyWriterTest
[INFO] Running org.glassfish.jersey.tests.api.OptionsTest
Dec 19, 2019 12:46:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:05 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46: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: 2.299 s - in org.glassfish.jersey.tests.api.OptionsTest
[INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest
Dec 19, 2019 12:46:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:08 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:46:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:46:10 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: 3.3 s - in org.glassfish.jersey.tests.api.SourceEntityProviderTest
[INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.glassfish.jersey.tests.api.LocaleProviderTest
[INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest
Dec 19, 2019 12:46:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:13 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.952 s - in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest
[INFO] Running org.glassfish.jersey.tests.api.ResponseTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in org.glassfish.jersey.tests.api.ResponseTest
[INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.glassfish.jersey.tests.api.FormDataContentDispositionTest
[INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 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.155 s - in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest
[INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest
Dec 19, 2019 12:46:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:19 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:46:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.01 s - in org.glassfish.jersey.tests.api.ResponseE2ETest
[INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest
Dec 19, 2019 12:46:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:22 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:46:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:46:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:46:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.545 s - in org.glassfish.jersey.tests.api.ClientInvocationTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 428, Failures: 0, Errors: 0, Skipped: 5
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ e2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e/target/e2e-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-client >----------------
[INFO] Building jersey-tests-e2e-client 2.30-SNAPSHOT                  [95/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-client/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/connector/RequestHeaderModificationsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ e2e-client ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest
Dec 19, 2019 12:46:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:30 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46: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: 2.084 s - in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest
Dec 19, 2019 12:46:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:33 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:34 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: 2.427 s - in org.glassfish.jersey.tests.e2e.client.ClientFilterTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest
Dec 19, 2019 12:46:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:36 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:46:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:46:38 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: 3.469 s - in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest
Dec 19, 2019 12:46:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:40 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:46:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:46:42 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: 2.976 s - in org.glassfish.jersey.tests.e2e.client.ClientPathTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest
Dec 19, 2019 12:46:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:44 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.336 s - in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest
Dec 19, 2019 12:46:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:46 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:46: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: 2.891 s - in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest
Dec 19, 2019 12:46:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:50 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:46:51 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: 2.569 s - in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest
Dec 19, 2019 12:46:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:53 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:54 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 18 requests to finish...

Dec 19, 2019 12:46:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.737 s - in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest
Dec 19, 2019 12:46:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:46:57 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:46:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:46:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:46:58 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
Dec 19, 2019 12:46:58 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
Dec 19, 2019 12:46:58 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
Dec 19, 2019 12:46:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-3
Dec 19, 2019 12:46:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-1
Dec 19, 2019 12:46:59 PM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation
INFO: Long running post operation finished on thread async-post-runner-2
Dec 19, 2019 12:46:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:46:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47: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
Dec 19, 2019 12:47:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.27 s - in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.114 s - in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest
Dec 19, 2019 12:47:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:04 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47: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: 2.015 s - in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest
Dec 19, 2019 12:47:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:07 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47: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: 2.361 s - in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest
Dec 19, 2019 12:47:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:10 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:47:12 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: 3.11 s - in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest
Dec 19, 2019 12:47:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:13 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:15 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.004 s - in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest
Dec 19, 2019 12:47:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:17 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47: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: 2.115 s - in org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest
Dec 19, 2019 12:47:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:20 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:47:22 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: 3.32 s - in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest
Dec 19, 2019 12:47:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:24 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:27 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: 4.244 s - in org.glassfish.jersey.tests.e2e.client.TimeoutTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest
Dec 19, 2019 12:47:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:47:30 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: 2.716 s - in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest
Dec 19, 2019 12:47:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:32 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:33 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.278 s - in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest
Dec 19, 2019 12:47:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:35 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
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.
Dec 19, 2019 12:47: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: 2.272 s - in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest
Dec 19, 2019 12:47:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:38 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
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.
Dec 19, 2019 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:47:41 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: 3.734 s - in org.glassfish.jersey.tests.e2e.client.BufferingTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.127 s - in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest
Dec 19, 2019 12:47:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:47:45 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: 2.589 s - in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest
Dec 19, 2019 12:47:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:46 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:47:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.801 s - in org.glassfish.jersey.tests.e2e.client.GenericResponseTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest
Dec 19, 2019 12:47:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:50 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:47:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:47:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:47:52 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: 3.891 s - in org.glassfish.jersey.tests.e2e.client.BasicClientTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest
Dec 19, 2019 12:47:54 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:47:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:55 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:47:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:56 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:47:56 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:47:56 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:47:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.96 s - in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest
Dec 19, 2019 12:47:58 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:47:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:47:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:47:58 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:47:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:47:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:47:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:47:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:47:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:47:59 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:47:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:48:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:48:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:00 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.165 s - in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest
Dec 19, 2019 12:48:02 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:48:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:48:02 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:48:03 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:03 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:03 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:48:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:48:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:48:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:48:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
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.
Dec 19, 2019 12:48:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:04 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:48:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:48:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:48:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:48:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:05 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate
INFO: USER AUTHENTICATED
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent
INFO: Service: GET / User: user
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8463]
Dec 19, 2019 12:48:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:48:06 PM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start
INFO: Jersey app started. Try out https://localhost:8463/
Hit CTRL + C to stop it...
Dec 19, 2019 12:48:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8463]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.972 s - in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest
Dec 19, 2019 12:48:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:08 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:48:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:48:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
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.
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:48:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:48:12 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]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:48:12 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]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. 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]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.message.internal.HeaderUtils checkHeaderChanges
WARNING: There are some request headers that have not been sent by connector [org.glassfish.jersey.jetty.connector.JettyConnector]. 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]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:48:12 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]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:48:12 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]
Dec 19, 2019 12:48:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.24 s - in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest
Dec 19, 2019 12:48:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:14 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
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.
SERVER: patch request received.
Dec 19, 2019 12:48:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
SERVER: patch request received.
Dec 19, 2019 12:48:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.755 s - in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest
Dec 19, 2019 12:48:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:25 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:48:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:48:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:48:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:48:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:48:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:48:27 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: 3.395 s - in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest
Dec 19, 2019 12:48:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:48:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:48:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:48:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:48:29 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:30 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.
Dec 19, 2019 12:48:30 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.
Dec 19, 2019 12:48:31 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:33 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:35 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:37 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:39 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:41 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:43 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:45 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:47 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:49 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:51 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:53 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:55 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:57 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:48:59 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:01 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:03 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:05 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:07 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:09 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:11 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:13 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:15 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:17 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:19 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:21 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:23 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:25 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:27 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:29 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:31 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:33 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:35 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:37 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:39 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:41 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:43 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:45 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:47 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:49 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:51 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:53 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:55 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:57 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:49:59 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:50:01 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:50:03 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:50:05 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:50:07 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:50:09 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:50:11 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 2 requests to finish...

Dec 19, 2019 12:50:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 105.836 s - in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest
Dec 19, 2019 12:50:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:15 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:50:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:50:17 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: 2.991 s - in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest
Dec 19, 2019 12:50:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:19 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:50:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:50:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:50:21 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: 2.956 s - in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest
Dec 19, 2019 12:50:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:23 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:50:26 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: 4.207 s - in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest
Dec 19, 2019 12:50:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:28 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:50:29 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: 3.092 s - in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 234, Failures: 0, Errors: 0, Skipped: 8
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ e2e-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-client/target/e2e-client-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-client ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >-------------
[INFO] Building jersey-tests-e2e-core-common 2.30-SNAPSHOT             [96/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-core-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-core-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e-core-common ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-core-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-core-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-core-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-core-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-core-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-core-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-core-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-core-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-core-common/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ e2e-core-common ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest
[WARNING] Tests run: 118, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.253 s - in org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.269 s - in org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest
[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.JaxrsProvidersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest
[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.message.internal.OutboundJaxrsResponseBuilderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.108 s - in org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest
[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.LinkProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest
[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.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.QualitySourceMediaTypeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest
Dec 19, 2019 12:50:32 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.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.

Dec 19, 2019 12:50:32 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.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.

Dec 19, 2019 12:50:32 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.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.

Dec 19, 2019 12:50:32 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface javax.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.

Dec 19, 2019 12:50:33 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.
Dec 19, 2019 12:50:33 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.
Dec 19, 2019 12:50:33 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.
Dec 19, 2019 12:50:33 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: 33, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.177 s - in org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 270, Failures: 0, Errors: 0, Skipped: 2
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ e2e-core-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-core-common/target/e2e-core-common-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-core-common ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-core-common ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >----------------
[INFO] Building jersey-tests-e2e-entity 2.30-SNAPSHOT                  [97/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-entity ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-entity ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e-entity ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-entity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-entity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-entity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-entity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-entity/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-entity ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-entity ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 385 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-entity ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 139 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-entity/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/sse/BroadcasterTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ e2e-entity ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest
Dec 19, 2019 12:50:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:38 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:50:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.742 s - in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest
Dec 19, 2019 12:50:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:41 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:41 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement<java.lang.String>[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type.
WARNING: Return type, javax.xml.bind.JAXBElement<java.lang.String>[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type.

Dec 19, 2019 12:50:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:42 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 19 requests to finish...

[Fatal Error] :1:17: XML document structures must start and end within the same entity.
Dec 19, 2019 12:50:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.659 s - in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest
Dec 19, 2019 12:50:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:45 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50: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.9 s - in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest
Dec 19, 2019 12:50:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:48 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:50:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:50:50 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: 3.203 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest
Dec 19, 2019 12:50:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:52 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 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.955 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest
Dec 19, 2019 12:50:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:54 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:50:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:50:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:50:57 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: 3.396 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest
Dec 19, 2019 12:50:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:50:58 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:50:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:50:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:50:59 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 8 requests to finish...

Dec 19, 2019 12:51:01 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: 3.432 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest
Dec 19, 2019 12:51:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:03 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 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: 2.031 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest
Dec 19, 2019 12:51:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:06 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:51:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.102 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest
Dec 19, 2019 12:51:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:12 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:51:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:51:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.656 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest
Dec 19, 2019 12:51:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:19 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51: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: 3.282 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest
Dec 19, 2019 12:51:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:22 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:51:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:51:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.754 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest
Dec 19, 2019 12:51:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:51:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:51:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:51:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.338 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest
Dec 19, 2019 12:51:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:36 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:51:38 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: 3.651 s - in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest
Dec 19, 2019 12:51:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:40 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51: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: 2.196 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest
Dec 19, 2019 12:51:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:51:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:51:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:51:45 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: 3.152 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest
Dec 19, 2019 12:51:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:47 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51: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: 1.888 s - in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest
Dec 19, 2019 12:51:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:49 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:51:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 2.523 s - in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest
Dec 19, 2019 12:51:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:52 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:54 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: 2.396 s - in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest
Dec 19, 2019 12:51:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:56 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:51:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:51:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:51:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:51:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:51:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:51:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:51:59 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: 4.241 s - in org.glassfish.jersey.tests.e2e.entity.CharsetTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest
Dec 19, 2019 12:52:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:00 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52:02 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Dec 19, 2019 12:52: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: 2.203 s - in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest
Dec 19, 2019 12:52:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:03 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:52:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.021 s - in org.glassfish.jersey.tests.e2e.entity.XXETest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest
Dec 19, 2019 12:52:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:07 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:52:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:52:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:52:09 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: 3.227 s - in org.glassfish.jersey.tests.e2e.entity.MultipartTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest
Dec 19, 2019 12:52:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:11 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52: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.9 s - in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest
Dec 19, 2019 12:52:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:13 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. 
Dec 19, 2019 12:52:13 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. 
Dec 19, 2019 12:52:14 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:14 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. 
Dec 19, 2019 12:52:14 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. 
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:15 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. 
Dec 19, 2019 12:52:15 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. 
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:52:15 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.
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:15 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. 
Dec 19, 2019 12:52:15 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. 
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:52:15 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.
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:15 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. 
Dec 19, 2019 12:52:15 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. 
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:52:15 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.
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:15 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. 
Dec 19, 2019 12:52:15 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. 
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:52:15 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: 2.884 s - in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest
Dec 19, 2019 12:52:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:17 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52: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.907 s - in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest
Dec 19, 2019 12:52:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:20 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52: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: 2.015 s - in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest
Dec 19, 2019 12:52:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:22 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52: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: 1.903 s - in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest
Dec 19, 2019 12:52:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:25 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52: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.848 s - in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest
Dec 19, 2019 12:52:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:27 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52: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.863 s - in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest
Dec 19, 2019 12:52:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:30 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52: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.935 s - in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest
Dec 19, 2019 12:52:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:32 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52: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.998 s - in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest
Dec 19, 2019 12:52:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:35 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:52:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:52:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.718 s - in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest
Dec 19, 2019 12:52:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:39 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:52:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:52:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:52:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.405 s - in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest
Dec 19, 2019 12:52:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:45 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:45 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement<java.lang.String>[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type.
WARNING: Return type, javax.xml.bind.JAXBElement<java.lang.String>[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type.

Dec 19, 2019 12:52:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:46 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 47 requests to finish...

Dec 19, 2019 12:52:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 4.009 s - in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest
Dec 19, 2019 12:52:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:50 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:50 PM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Parameter 1 of type javax.xml.bind.JAXBElement<java.lang.String>[] from public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T) is not resolvable to a concrete type.
WARNING: Return type, javax.xml.bind.JAXBElement<java.lang.String>[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type.

Dec 19, 2019 12:52:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:50 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 14 requests to finish...

Dec 19, 2019 12:52:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.984 s - in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest
Dec 19, 2019 12:52:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:54 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52:55 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.294 s - in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest
Dec 19, 2019 12:52:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:57 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:52:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:52:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:52:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:52:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:52:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:52:59 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: 2.822 s - in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest
Dec 19, 2019 12:53:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:00 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:53:02 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: 2.655 s - in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest
Dec 19, 2019 12:53:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:04 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:53:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:53:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 18, Time elapsed: 3.8 s - in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest
[INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest
Dec 19, 2019 12:53:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:08 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:53:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:53:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:53:10 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: 2.603 s - in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest
[INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest
Dec 19, 2019 12:53:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:11 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:53:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:53:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:53:13 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: 2.495 s - in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest
[INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test
Dec 19, 2019 12:53:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:15 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53: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: 2.04 s - in org.glassfish.jersey.tests.e2e.json.Jersey1835Test
[INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest
Dec 19, 2019 12:53:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:18 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:53:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:53: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.
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:53:23 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.
Dec 19, 2019 12:53:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 19, 2019 12:53:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 19, 2019 12:53:25 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.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 19, 2019 12:53:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 19, 2019 12:53:27 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.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 19, 2019 12:53:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 19, 2019 12:53:28 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.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 19, 2019 12:53:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.604 s - in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest
Dec 19, 2019 12:53:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:31 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:53: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.785 s - in org.glassfish.jersey.tests.e2e.json.PojoTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.Jackson1JsonViewTest
Dec 19, 2019 12:53:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:34 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:53:35 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.353 s - in org.glassfish.jersey.tests.e2e.json.Jackson1JsonViewTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest
Dec 19, 2019 12:53:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:37 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53: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: 2.021 s - in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest
Dec 19, 2019 12:53:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:40 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:40 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.881 s - in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest
Dec 19, 2019 12:53:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:53:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:53:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:53:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:53:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 19, 2019 12:53:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-51] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-52] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-53] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-54] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-55] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-56] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-57] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-58] Started.
Dec 19, 2019 12:53:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-59] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-60] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-61] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-62] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-63] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-64] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-65] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-66] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-67] Started.
Dec 19, 2019 12:53:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-68] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-69] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-70] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-71] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-72] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-73] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-74] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-75] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-76] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-77] Started.
Dec 19, 2019 12:53:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-78] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-79] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-80] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-81] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-82] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-83] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-84] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-85] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-86] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-87] Started.
Dec 19, 2019 12:53:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-88] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-89] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-90] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-91] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-92] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-93] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-94] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-95] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-96] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-97] Started.
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-98] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-99] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-100] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-101] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-102] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-103] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-104] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-105] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-106] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-107] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-108] Started.
Dec 19, 2019 12:53:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-109] Started.
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-110] Started.
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-111] Started.
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-112] Started.
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-113] Started.
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-114] Started.
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-115] Started.
Dec 19, 2019 12:53:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-116] Started.
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-117] Started.
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-118] Started.
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-119] Started.
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-120] Started.
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-121] Started.
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-122] Started.
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-123] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-124] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-125] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-126] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-127] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-128] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-129] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-130] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-131] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-132] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-133] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-134] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-135] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-136] Started.
Dec 19, 2019 12:53:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:53:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-137] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-138] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-139] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-140] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-141] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-142] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-143] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-144] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-145] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-146] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-147] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-148] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-149] Started.
Dec 19, 2019 12:54:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-150] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-151] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-152] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-153] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-154] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-155] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-156] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-157] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-158] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply
SEVERE: Expected: {"property":null}
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.tests.e2e.json.AbstractJsonTest$1 apply
SEVERE: Actual:   {}
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-159] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-160] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-161] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-162] Started.
Dec 19, 2019 12:54:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-163] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-164] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-165] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-166] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-167] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-168] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-169] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-170] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-171] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-172] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-173] Started.
Dec 19, 2019 12:54:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.931 s - in org.glassfish.jersey.tests.e2e.json.JaxbTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest
Dec 19, 2019 12:54:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:04 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:54:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:54:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.318 s - in org.glassfish.jersey.tests.e2e.json.InheritanceTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.02 s - in org.glassfish.jersey.tests.e2e.json.GenericTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest
Dec 19, 2019 12:54:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:09 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
accept: 
application/x-javascript, 
accept-encoding: 
gzip, 
user-agent: 
Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202), 
host: 
localhost:9998, 
connection: 
keep-alive, 
Dec 19, 2019 12:54:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
accept: 
application/x-javascript, 
accept-encoding: 
deflate, 
user-agent: 
Jersey/2.30-SNAPSHOT (HttpUrlConnection 1.8.0_202), 
host: 
localhost:9998, 
connection: 
keep-alive, 
Dec 19, 2019 12:54:11 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.364 s - in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest
Dec 19, 2019 12:54:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:13 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54:14 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.367 s - in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest
Dec 19, 2019 12:54:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:16 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface javax.json.JsonObject.
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:54:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface javax.json.JsonArray.
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface javax.json.JsonObject.
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.glassfish.json.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface javax.json.JsonArray.
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:54:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:54:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.876 s - in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test
Dec 19, 2019 12:54:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:22 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:54:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:54:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:54: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: 4.726 s - in org.glassfish.jersey.tests.e2e.json.Jersey1199Test
[INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest
Dec 19, 2019 12:54:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:28 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:54:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:54:30 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: 3.983 s - in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest
Dec 19, 2019 12:54:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:32 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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 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:463)
	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:2102)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
	at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
	at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:145)
	at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
	at org.glassfish.jersey.client.ClientRuntime.lambda$new$2(ClientRuntime.java:125)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientRuntime.schedule(ClientRuntime.java:210)
	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)


Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 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]
Dec 19, 2019 12:54:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:54:34 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: 2.513 s - in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest
Dec 19, 2019 12:54:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:35 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:37 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.973 s - in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest
Dec 19, 2019 12:54:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:39 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Slow subscriber completed
Dec 19, 2019 12:54:41 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.433 s - in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest
Dec 19, 2019 12:54:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:43 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
Dec 19, 2019 12:54: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.822 s - in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest
Dec 19, 2019 12:54:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:45 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54:46 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.058 s - in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest
Dec 19, 2019 12:54:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:48 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@375a7768
Dec 19, 2019 12:54:49 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send
INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@2f74992] from custom-executor-thread-1
Dec 19, 2019 12:54:49 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
Dec 19, 2019 12:54:49 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send
INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@2e1cd4af] from custom-executor-thread-1
Dec 19, 2019 12:54:49 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
Dec 19, 2019 12:54:49 PM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close
INFO: onComplete called from custom-executor-thread-1
Dec 19, 2019 12:54: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: 2.428 s - in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest
Dec 19, 2019 12:54:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:51 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:54:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
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.
Dec 19, 2019 12:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:54:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.008 s - in org.glassfish.jersey.tests.e2e.sse.EventOutputTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 642, Failures: 0, Errors: 0, Skipped: 33
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ e2e-entity ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-entity/target/e2e-entity-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-entity ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-entity ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >----------------
[INFO] Building jersey-tests-e2e-inject 2.30-SNAPSHOT                  [98/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e-inject ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-inject ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-inject ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests:e2e-inject-cdi2-se >------------
[INFO] Building jersey-tests-e2e-inject-cdi-se 2.30-SNAPSHOT           [99/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-cdi2-se ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-inject-cdi2-se ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e-inject-cdi2-se ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-inject-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-inject-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/cdi2-se/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-inject-cdi2-se ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-cdi2-se ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/cdi2-se/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ e2e-inject-cdi2-se ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest
Dec 19, 2019 12:54:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54:55 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.0 (Final)
Dec 19, 2019 12:54: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.
Dec 19, 2019 12:54:56 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a008f068-a4fb-4467-84d3-240936a761c2 initialized
Dec 19, 2019 12:54:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:54: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.
Dec 19, 2019 12:54:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 363cc374-b312-4c9d-a000-c74e186ef1f9 initialized
Dec 19, 2019 12:54:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container a008f068-a4fb-4467-84d3-240936a761c2 shut down
Dec 19, 2019 12:54:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:57 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 363cc374-b312-4c9d-a000-c74e186ef1f9 shut down
Dec 19, 2019 12:54:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54: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.
Dec 19, 2019 12:54:57 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 82ffed75-82c9-4983-bc9c-d4649c1c6832 initialized
Dec 19, 2019 12:54:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:54: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.
Dec 19, 2019 12:54:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 4dad376c-b345-4cc6-9722-499ce7d2869d initialized
Dec 19, 2019 12:54:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 82ffed75-82c9-4983-bc9c-d4649c1c6832 shut down
Dec 19, 2019 12:54:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 4dad376c-b345-4cc6-9722-499ce7d2869d shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.001 s - in org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest
[INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest
Dec 19, 2019 12:54:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:54: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.
Dec 19, 2019 12:54:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 29d63740-8741-4bb2-9294-88bd5a2b402e initialized
Dec 19, 2019 12:54:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:54:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:54: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.
Dec 19, 2019 12:54:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container cadee893-5220-41f3-9db5-3e9f0abd11d8 initialized
Dec 19, 2019 12:54:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 29d63740-8741-4bb2-9294-88bd5a2b402e shut down
Dec 19, 2019 12:54:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:54:58 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container cadee893-5220-41f3-9db5-3e9f0abd11d8 shut down
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 s - in org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest
[INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest
Dec 19, 2019 12:54: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.
Dec 19, 2019 12:54:58 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9ea4374a-0d8f-4035-baad-8eddf6af66b8 initialized
Dec 19, 2019 12:54: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.
Dec 19, 2019 12:54:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0741aad3-d5f5-4d29-adb8-e282abeaca1d initialized
Dec 19, 2019 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.
Dec 19, 2019 12:54:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5a435432-e6f8-42e8-a8ef-7e3971f89564 initialized
Dec 19, 2019 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.
Dec 19, 2019 12:54:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 6c8db997-57c1-4ca1-8145-98ee751dc3b2 initialized
Dec 19, 2019 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.
Dec 19, 2019 12:54:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 9a26bba1-114a-493b-8200-cc99cc19bc9f initialized
Dec 19, 2019 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.
Dec 19, 2019 12:54:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container b520709a-7451-4c7c-ad6e-af1b24e90f13 initialized
Dec 19, 2019 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.
Dec 19, 2019 12:54:59 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 31036a89-750b-4bbb-87ec-e75dee47c56b initialized
Dec 19, 2019 12:55: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.
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 3766c924-c1a0-4e4f-95a3-a7de41fdf0c0 initialized
Dec 19, 2019 12:55: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.
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 1894d1f8-3de3-4ae2-92c3-2b7afbe7b5a2 initialized
Dec 19, 2019 12:55: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.
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container a6d9e0c7-3048-470a-bb98-fc0540c8b859 initialized
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.802 s - in org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest
[INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest
Dec 19, 2019 12:55:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55: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.
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 0d5a552b-dc1c-4879-aa4b-8ba93a8fde8d initialized
Dec 19, 2019 12:55:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:55: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.
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c5783132-4c74-4432-bc60-f927f61868c9 initialized
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0d5a552b-dc1c-4879-aa4b-8ba93a8fde8d shut down
Dec 19, 2019 12:55:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c5783132-4c74-4432-bc60-f927f61868c9 shut down
Dec 19, 2019 12:55:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55: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.
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container c6d436e6-3c60-430d-a088-5d2919ef40a1 initialized
Dec 19, 2019 12:55:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:55: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.
Dec 19, 2019 12:55:00 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 84c03d0f-8624-4d4d-a44f-e5454b23ba68 initialized
Dec 19, 2019 12:55:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container c6d436e6-3c60-430d-a088-5d2919ef40a1 shut down
Dec 19, 2019 12:55:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:01 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 84c03d0f-8624-4d4d-a44f-e5454b23ba68 shut down
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 s - in org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest
Weld SE container 9ea4374a-0d8f-4035-baad-8eddf6af66b8 shut down by shutdown hook
Weld SE container 0741aad3-d5f5-4d29-adb8-e282abeaca1d shut down by shutdown hook
Weld SE container 5a435432-e6f8-42e8-a8ef-7e3971f89564 shut down by shutdown hook
Weld SE container 6c8db997-57c1-4ca1-8145-98ee751dc3b2 shut down by shutdown hook
Weld SE container 9a26bba1-114a-493b-8200-cc99cc19bc9f shut down by shutdown hook
Weld SE container b520709a-7451-4c7c-ad6e-af1b24e90f13 shut down by shutdown hook
Weld SE container 31036a89-750b-4bbb-87ec-e75dee47c56b shut down by shutdown hook
Weld SE container 3766c924-c1a0-4e4f-95a3-a7de41fdf0c0 shut down by shutdown hook
Weld SE container 1894d1f8-3de3-4ae2-92c3-2b7afbe7b5a2 shut down by shutdown hook
Weld SE container a6d9e0c7-3048-470a-bb98-fc0540c8b859 shut down by shutdown hook
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ e2e-inject-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-inject-cdi2-se ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-inject-cdi2-se ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >--------------
[INFO] Building e2e-inject-hk2 2.30-SNAPSHOT                          [100/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-inject-hk2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-inject-hk2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e-inject-hk2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-inject-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-inject-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/hk2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-inject-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/hk2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-inject-hk2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/hk2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-inject-hk2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/hk2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ e2e-inject-hk2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest
Dec 19, 2019 12:55:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55: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.304 s - in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest
[INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest
Dec 19, 2019 12:55:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55: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: 0.196 s - in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest
Dec 19, 2019 12:55:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:55: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: 0.124 s - in org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest
[INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest
Dec 19, 2019 12:55:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:55: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: 0.153 s - in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ e2e-inject-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/hk2/target/e2e-inject-hk2-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-inject-hk2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-inject/hk2/target/e2e-inject-hk2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-inject-hk2 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-server >----------------
[INFO] Building jersey-tests-e2e-server 2.30-SNAPSHOT                 [101/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-server ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-server ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e-server ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-server/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 97 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 145 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-server/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/CustomMultivaluedMapProviderTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ e2e-server ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest
Dec 19, 2019 12:55:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:09 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
javax.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:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Dec 19, 2019 12:55:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
javax.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:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Dec 19, 2019 12:55:10 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: 2.569 s - in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest
Dec 19, 2019 12:55:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:12 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.005 s - in org.glassfish.jersey.tests.e2e.server.InjectionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest
Dec 19, 2019 12:55:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:15 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55: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: 2.514 s - in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest
Dec 19, 2019 12:55:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:18 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:55:19 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: 2.566 s - in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest
Dec 19, 2019 12:55:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:21 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:22 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.

Dec 19, 2019 12:55:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:22 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.

Dec 19, 2019 12:55:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:23 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.

Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:23 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.

Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:23 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.

Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:23 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.

Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:55:23 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: 3.294 s - in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest
Dec 19, 2019 12:55:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:25 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:55:27 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: 3.42 s - in org.glassfish.jersey.tests.e2e.server.BeanParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest
Dec 19, 2019 12:55:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:55: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: 2.451 s - in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest
Dec 19, 2019 12:55:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:33 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:55:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.043 s - in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest
Dec 19, 2019 12:55:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:36 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
bar-executor-service bar-executor-service
Dec 19, 2019 12:55:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:37 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.461 s - in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest
Dec 19, 2019 12:55:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:39 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:40 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.029 s - in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest
Dec 19, 2019 12:55:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:42 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
[EL Warning]: moxy: 2019-12-19 12:55:43.397--javax.xml.bind.JAXBException: 
Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method.  Note that non-static inner classes do not have zero argument constructors and are not supported.
 - with linked exception:
[Exception [EclipseLink-50001] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.JAXBException
Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method.  Note that non-static inner classes do not have zero argument constructors and are not supported.]
Dec 19, 2019 12:55:43 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:188)
	at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:205)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	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:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:224)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	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:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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:363)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
	at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
	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:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)


Dec 19, 2019 12:55:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
[EL Warning]: moxy: 2019-12-19 12:55:44.253--javax.xml.bind.JAXBException: 
Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method.  Note that non-static inner classes do not have zero argument constructors and are not supported.
 - with linked exception:
[Exception [EclipseLink-50001] (Eclipse Persistence Services - 2.7.4.v20190115-ad5b7c6b2a): org.eclipse.persistence.exceptions.JAXBException
Exception Description: The class org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ErrorMessage requires a zero argument constructor or a specified factory method.  Note that non-static inner classes do not have zero argument constructors and are not supported.]
Dec 19, 2019 12:55:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:55:44 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: 3.254 s - in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest
Dec 19, 2019 12:55:45 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:46 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:46 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:47 PM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer <init>
INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
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.
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:55:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:55:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:49 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:49 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:49 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.42 s - in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest
Dec 19, 2019 12:55:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:51 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:55:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:55:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:55:54 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: 3.776 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest
Dec 19, 2019 12:55:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:55 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55: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: 2.17 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest
Dec 19, 2019 12:55:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:55:58 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:55:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:55:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:55: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: 2.229 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest
Dec 19, 2019 12:56:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:01 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:56:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:56:03 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: 3.106 s - in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest
Dec 19, 2019 12:56:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:05 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:56:07 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: 3.447 s - in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest
Dec 19, 2019 12:56:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:09 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56: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: 2.095 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest
Dec 19, 2019 12:56:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:12 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56: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: 2.101 s - in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest
Dec 19, 2019 12:56:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:14 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:15 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.203 s - in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest
Dec 19, 2019 12:56:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:17 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:18 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.
Dec 19, 2019 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 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.
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 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.
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:56:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:56:20 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: 3.756 s - in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest
Dec 19, 2019 12:56:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:22 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:56:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:56:24 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: 3.304 s - in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest
Dec 19, 2019 12:56:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:25 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.999 s - in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest
Dec 19, 2019 12:56:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.842 s - in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest
Dec 19, 2019 12:56:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:33 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56: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: 2.055 s - in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest
Dec 19, 2019 12:56:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:35 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:56:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.809 s - in org.glassfish.jersey.tests.e2e.server.PathEncodingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest
Dec 19, 2019 12:56:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 19, 2019 12:56:40 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 19, 2019 12:56:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2e8de600
org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2e8de600
org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@2e8de600
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Registering injectables...
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.797 s - in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest
Dec 19, 2019 12:56:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:56:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.993 s - in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest
Dec 19, 2019 12:56:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:48 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.049 s - in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest
Dec 19, 2019 12:56:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:51 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:52 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:638)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	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:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	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

Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 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:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: runtime-exception
	... 27 more
Caused by: javax.ws.rs.ClientErrorException: client-error
	... 27 more
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:56:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 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:369)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	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:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:56:53 PM org.glassfish.jersey.server.ServerRuntime$Responder process
SEVERE: Error occurred when processing a response created from an already mapped exception.
Dec 19, 2019 12:56:53 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:626)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:651)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:628)
	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:836)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:389)
	at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:736)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:442)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)

Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:56:53 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.
Dec 19, 2019 12:56:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.053 s - in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest
Dec 19, 2019 12:56:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:55 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56: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: 2.145 s - in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest
Dec 19, 2019 12:56:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:58 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:56:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:56:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:56:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:56:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:56:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:56:59 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.237 s - in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest
Dec 19, 2019 12:57:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:01 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57: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: 2.164 s - in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest
Dec 19, 2019 12:57:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:04 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57: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: 2.225 s - in org.glassfish.jersey.tests.e2e.server.BroadcasterTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest
Dec 19, 2019 12:57:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:07 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:08 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.075 s - in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest
Dec 19, 2019 12:57:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:10 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57: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: 2.459 s - in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest
Dec 19, 2019 12:57:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:13 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@1615c29f
org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@1615c29f
org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@1615c29f
Dec 19, 2019 12:57:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57:14 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: 2.528 s - in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest
Dec 19, 2019 12:57:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:16 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:57:17 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: 2.726 s - in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest
Dec 19, 2019 12:57:19 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.882 s - in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest
Dec 19, 2019 12:57:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:24 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:57:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:57:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.322 s - in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest
Dec 19, 2019 12:57:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:30 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:57:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:57:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.541 s - in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest
Dec 19, 2019 12:57:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:38 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:57:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:57:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.404 s - in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest
Dec 19, 2019 12:57:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57:45 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: 3.409 s - in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest
Dec 19, 2019 12:57:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:47 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57:49 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: 2.794 s - in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest
Dec 19, 2019 12:57:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:51 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:57:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:57:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:57:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:57:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:57:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 19, 2019 12:57:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 19, 2019 12:57:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:57:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:57:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:57:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 19, 2019 12:57:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.388 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest
Dec 19, 2019 12:57:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:00 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:58:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:58:02 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:58:03 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:58:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:58:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 12:58:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.594 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest
Dec 19, 2019 12:58:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:08 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:09 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse
WARNING: Unexpected Bean Validation problem.
javax.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:171)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)

Dec 19, 2019 12:58:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:09 PM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse
WARNING: Unexpected Bean Validation problem.
javax.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:171)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
	at java.lang.Thread.run(Thread.java:748)

Dec 19, 2019 12:58:09 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.223 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest
Dec 19, 2019 12:58:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:11 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:58:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:58:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:58:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 12:58:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-39] Started.
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-40] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-41] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-42] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-43] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-44] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-45] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-46] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-47] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-48] Started.
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-49] Started.
Dec 19, 2019 12:58:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-50] Started.
Dec 19, 2019 12:58:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.099 s - in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest
Dec 19, 2019 12:58:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:22 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:22 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:22 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:58:23 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:58:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.733 s - in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest
Dec 19, 2019 12:58:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:26 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:27 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.516 s - in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest
Dec 19, 2019 12:58:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:30 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.

Dec 19, 2019 12:58:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58: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: 2.206 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest
Dec 19, 2019 12:58:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:32 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:33 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 12:58:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 12:58:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 12:58:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.001 s - in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest
Dec 19, 2019 12:58:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:40 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:58:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:58:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:58:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:58:42 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: 3.416 s - in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest
Dec 19, 2019 12:58:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:44 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:45 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.475 s - in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest
Dec 19, 2019 12:58:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:47 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58: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: 2.575 s - in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest
Dec 19, 2019 12:58:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:50 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:53 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:58:53 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: 4.495 s - in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest
Dec 19, 2019 12:58:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:55 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:58:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:58:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:58:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:58:57 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: 2.613 s - in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest
Dec 19, 2019 12:58:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:58:59 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:58:59 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:58:59 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 12:59:01 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: 3.735 s - in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest
Dec 19, 2019 12:59:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:03 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:59:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.066 s - in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest
Dec 19, 2019 12:59:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:07 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:08 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.248 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest
Dec 19, 2019 12:59:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:10 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:11 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.407 s - in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest
Dec 19, 2019 12:59:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:13 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:59:14 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: 2.85 s - in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest
Dec 19, 2019 12:59:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:16 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59: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: 2.506 s - in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest
Dec 19, 2019 12:59:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:19 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:59:21 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: 2.665 s - in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest
Dec 19, 2019 12:59:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:23 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:24 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:59:24 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: 2.689 s - in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest
Dec 19, 2019 12:59:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:26 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:59:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.194 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest
Dec 19, 2019 12:59:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:30 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:59:32 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: 2.839 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest
Dec 19, 2019 12:59:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:34 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:34 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 36 requests to finish...

Dec 19, 2019 12:59:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.839 s - in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest
Dec 19, 2019 12:59:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:38 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:39 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 14 requests to finish...

Dec 19, 2019 12:59:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.095 s - in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest
Dec 19, 2019 12:59:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 12:59:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:59:46 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: 3.917 s - in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest
Dec 19, 2019 12:59:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:47 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:48 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 12:59: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: 2.214 s - in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest
Dec 19, 2019 12:59:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:50 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:51 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 28 requests to finish...

Dec 19, 2019 12:59:53 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.818 s - in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest
Dec 19, 2019 12:59:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:55 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 12:59:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 12:59:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:56 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/html]}
Dec 19, 2019 12:59:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:56 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/html]}
Dec 19, 2019 12:59:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:56 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_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]}
Dec 19, 2019 12:59:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 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/html]}
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 12:59:57 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/html]}
Dec 19, 2019 12:59:57 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: 3.701 s - in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest
Dec 19, 2019 12:59:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 12:59:59 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00: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: 3.816 s - in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest
Dec 19, 2019 1:00:03 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:04 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:06 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:11 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.991 s - in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest
Dec 19, 2019 1:00:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:14 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:00:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:16 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.
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 1:00:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:17 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.
Dec 19, 2019 1:00:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 1:00:17 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: 3.615 s - in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest
Dec 19, 2019 1:00:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:19 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:20 PM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer <init>
INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:23 PM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.661 s - in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest
Dec 19, 2019 1:00:24 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:25 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:25 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:25 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:26 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:00:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:00:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:00:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:29 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:29 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:00:29 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: 5.826 s - in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest
Dec 19, 2019 1:00:30 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:31 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00: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: 2.2 s - in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest
Dec 19, 2019 1:00:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:34 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:35 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.113 s - in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest
Dec 19, 2019 1:00:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:37 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:37 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.

Dec 19, 2019 1:00:37 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:37 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:38 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.

Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:38 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.

Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:38 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.

Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:00:38 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:39 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.

Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:39 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.

Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:39 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.

Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:39 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.

Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:39 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.

Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 1:00:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:40 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.

Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:40 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.

Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:40 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.

Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:40 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.

Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 1:00:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.308 s - in org.glassfish.jersey.tests.e2e.server.SubResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest
Dec 19, 2019 1:00:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:42 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:00:43 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.477 s - in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest
Dec 19, 2019 1:00:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:45 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00: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: 2.191 s - in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest
Dec 19, 2019 1:00:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:48 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:00:49 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:638)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:371)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:361)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:860)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.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:892)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:848)
	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:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:381)
	at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:819)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.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:814)
	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:441)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:663)
	at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:59)
	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:93)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeTo(AbstractMessageReaderWriterProvider.java:56)
	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:125)
	at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:64)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:105)
	at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:82)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:236)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:145)
	at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47)
	at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:102)
	at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:167)
	at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:87)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109)
	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88)
	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:866)
	at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:834)
	at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1068)
	at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:695)
	... 52 more

Dec 19, 2019 1:00: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: 2.459 s - in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest
Dec 19, 2019 1:00:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:51 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:52 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.128 s - in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest
Dec 19, 2019 1:00:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:54 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:00:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:00:55 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: 2.601 s - in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest
Dec 19, 2019 1:00:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:57 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:00:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:00:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:00:58 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:00:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:00:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:00:58 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.323 s - in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest
Dec 19, 2019 1:00:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:00 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01:01 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.143 s - in org.glassfish.jersey.tests.e2e.server.PostConstructTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest
Dec 19, 2019 1:01:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:03 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:01:04 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:01:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 1:01:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 1:01:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.075 s - in org.glassfish.jersey.tests.e2e.server.ParamConverterTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest
Dec 19, 2019 1:01:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:08 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:01:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:01:10 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: 3.792 s - in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest
Dec 19, 2019 1:01:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:12 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.

Dec 19, 2019 1:01:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="root/loc/loc">
            <method id="hello" name="GET">
                <response>
                    <representation mediaType="text/plain"/>
                </response>
            </method>
            <resource path="sub">
                <method id="helloSub" name="GET">
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="root/loc">
            <method id="hello" name="GET">
                <response>
                    <representation mediaType="text/plain"/>
                </response>
            </method>
            <resource path="sub">
                <method id="helloSub" name="GET">
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is full WADL including extended resources. To get simplified WADL with users resources only do not use the query parameter detail. Link: http://localhost:9998/application.wadl"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="root1">
            <resource path="loc">
                <method id="hello" name="GET">
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                </method>
                <resource path="sub">
                    <method id="helloSub" name="GET">
                        <response>
                            <representation mediaType="text/plain"/>
                        </response>
                    </method>
                </resource>
                <resource path="loc">
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </resource>
            </resource>
        </resource>
        <resource path="root2">
            <resource path="loc">
                <method id="hello" name="GET">
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                </method>
                <resource path="sub">
                    <method id="helloSub" name="GET">
                        <response>
                            <representation mediaType="text/plain"/>
                        </response>
                    </method>
                </resource>
                <resource path="loc">
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </resource>
            </resource>
        </resource>
        <resource path="application.wadl">
            <method id="getWadl" name="GET">
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                    <representation mediaType="application/xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <method id="getExternalGrammar" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="form">
            <method id="post" name="POST">
                <request>
                    <representation mediaType="application/x-www-form-urlencoded">
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="a" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="b" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="c" style="query" type="xs:string"/>
                    </representation>
                </request>
            </method>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:14 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="fieldParam/{pp}">
            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="pp" style="template" type="xs:string"/>
            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="mp" style="matrix" type="xs:string"/>
            <method id="get" name="GET">
                <request>
                    <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="q" style="query" type="xs:string"/>
                    <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="hp" style="header" type="xs:string"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
            </method>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: /application.wadl?detail=true"/>
    <grammars/>
    <resources base="/">
        <resource path="emptyproduces">
            <method id="put" name="PUT">
                <response>
                    <representation mediaType="*/*"/>
                </response>
            </method>
            <resource path="/sub">
                <method id="post" name="POST">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="widgets/3/verbose">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is full WADL including extended resources. To get simplified WADL with users resources only do not use the query parameter detail. Link: http://localhost:9998/application.wadl"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="foo">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
        <resource path="widgets">
            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="test" style="matrix" type="xs:string"/>
            <method id="createWidget" name="POST">
                <request>
                    <representation mediaType="application/xml"/>
                </request>
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="getWidgets" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{id}/verbose">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="getRep" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
            <resource path="{id}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="updateWidget" name="PUT">
                    <request>
                        <representation mediaType="application/xml"/>
                    </request>
                </method>
                <method id="deleteWidget" name="DELETE"/>
                <method id="getWidget" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
            </resource>
        </resource>
        <resource path="application.wadl">
            <method id="getWadl" name="GET">
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                    <representation mediaType="application/xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <method id="getExternalGrammar" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="widgets">
            <method id="createWidget" name="POST">
                <request>
                    <representation mediaType="application/xml"/>
                </request>
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="getWidgets" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{id}/verbose">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="getRep" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
            <resource path="{id}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="updateWidget" name="PUT">
                    <request>
                        <representation mediaType="application/xml"/>
                    </request>
                </method>
                <method id="deleteWidget" name="DELETE"/>
                <method id="getWidget" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
            </resource>
        </resource>
    </resources>
</application>
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="foo">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 1:01:16 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator
Dec 19, 2019 1:01:16 PM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator
INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: /application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://myBaseUri">
        <resource path="foo">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
        </resource>
        <resource path="widgets">
            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="test" style="matrix" type="xs:string"/>
            <method id="createWidget" name="POST">
                <request>
                    <representation mediaType="application/xml"/>
                </request>
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="getWidgets" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <resource path="{id}/verbose">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="getRep" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
            <resource path="{id}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="id" style="template" type="xs:int"/>
                <method id="updateWidget" name="PUT">
                    <request>
                        <representation mediaType="application/xml"/>
                    </request>
                </method>
                <method id="deleteWidget" name="DELETE"/>
                <method id="getWidget" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="widgets/3">
            <method id="updateWidget" name="PUT">
                <request>
                    <representation mediaType="application/xml"/>
                </request>
            </method>
            <method id="deleteWidget" name="DELETE"/>
            <method id="getWidget" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                    <representation mediaType="application/json"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="widgets/3/verbose">
            <method id="getRep" name="GET">
                <response>
                    <representation mediaType="application/xml"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
        </resource>
    </resources>
</application>

Dec 19, 2019 1:01:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:16 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 1:01:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="not-annotated">
            <resource path="subresource">
                <method id="myMethod1" name="POST">
                    <request>
                        <representation mediaType="application/json"/>
                    </request>
                    <response>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="myMethod2" name="POST">
                    <request>
                        <representation mediaType="application/json"/>
                    </request>
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="annotated">
            <resource path="subresource">
                <method id="myMethod1" name="POST">
                    <request>
                        <representation mediaType="application/json"/>
                    </request>
                    <response>
                        <representation mediaType="application/json"/>
                    </response>
                </method>
                <method id="myMethod2" name="POST">
                    <request>
                        <representation mediaType="application/json"/>
                    </request>
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 1:01:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 7.495 s - in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest
Dec 19, 2019 1:01:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:20 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1: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: 2.14 s - in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest
Dec 19, 2019 1:01:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:23 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01: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: 2.402 s - in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest
Dec 19, 2019 1:01:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:26 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:27 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
Dec 19, 2019 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="resource">
            <method id="resourceGet" name="GET">
                <response>
                    <representation mediaType="*/*"/>
                </response>
            </method>
            <resource path="visible">
                <method id="resourceVisiblePost" name="POST">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:28 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is full WADL including extended resources. To get simplified WADL with users resources only do not use the query parameter detail. Link: http://localhost:9998/application.wadl"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="all-extended">
            <method id="allExtendedGet" name="GET">
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="sub">
                <method id="allExtendedSubGet" name="GET">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <resource path="locator">
                <method id="get" name="GET">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
        </resource>
        <resource path="resource">
            <method id="resourceExtendedPost" name="POST">
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="resourceGet" name="GET">
                <response>
                    <representation mediaType="*/*"/>
                </response>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="visible">
                <method id="resourceVisiblePost" name="POST">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
            </resource>
            <resource path="extended">
                <method id="resourceExtendedGet" name="GET">
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="application/vnd.sun.wadl+xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
        </resource>
        <resource path="application.wadl">
            <method id="getWadl" name="GET">
                <response>
                    <representation mediaType="application/vnd.sun.wadl+xml"/>
                    <representation mediaType="application/xml"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="text/plain"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <method id="apply" name="OPTIONS">
                <request>
                    <representation mediaType="*/*"/>
                </request>
                <response>
                    <representation mediaType="*/*"/>
                </response>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </method>
            <resource path="{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <method id="getExternalGrammar" name="GET">
                    <response>
                        <representation mediaType="application/xml"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="text/plain"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <method id="apply" name="OPTIONS">
                    <request>
                        <representation mediaType="*/*"/>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                    <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
                </method>
                <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
            </resource>
            <jersey:extended xmlns:jersey="http://jersey.java.net/">true</jersey:extended>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:28 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: 3.045 s - in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest
Dec 19, 2019 1:01:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:30 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="wadlBeanParamTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamConstructorInitializedTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamFieldTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamReference">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:31 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:31 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:31 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="wadlBeanParamTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamConstructorInitializedTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamFieldTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamReference">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:32 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:32 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:32 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
---------------------
<application xmlns="http://wadl.dev.java.net/2009/02">
    <doc xmlns:jersey="http://jersey.java.net/" jersey:generatedBy="Jersey: 2.30-SNAPSHOT 2019-12-19 12:31:51"/>
    <doc xmlns:jersey="http://jersey.java.net/" jersey:hint="This is simplified WADL with user and core resources only. To get full WADL with extended resources use the query parameter detail. Link: http://localhost:9998/application.wadl?detail=true"/>
    <grammars/>
    <resources base="http://localhost:9998/">
        <resource path="wadlBeanParamTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamConstructorInitializedTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamFieldTest">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
        <resource path="wadlBeanParamReference">
            <resource path="singleBean/{path}">
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="path" style="template" type="xs:string"/>
                <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="matrix" style="matrix" type="xs:string"/>
                <method id="postBeanParam" name="POST">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="methodParam" style="query" type="xs:int"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="classFieldQueryParam" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="header" style="header" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="query" style="query" type="xs:string"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Cookie" path="cookie" style="header" type="xs:string"/>
                        <representation mediaType="application/x-www-form-urlencoded">
                            <param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="form" style="query" type="xs:string"/>
                        </representation>
                    </request>
                    <response>
                        <representation mediaType="*/*"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
Dec 19, 2019 1:01:32 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: 3.16 s - in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest
Dec 19, 2019 1:01:33 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:34 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:34 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:34 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:35 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:01:35 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: 2.776 s - in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest
Dec 19, 2019 1:01:36 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:37 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01: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: 2.176 s - in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest
Dec 19, 2019 1:01:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:40 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:01: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.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource.
Dec 19, 2019 1:01: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: 2.385 s - in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest
Dec 19, 2019 1:01:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:43 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1: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: 2.225 s - in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest
Dec 19, 2019 1:01:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:46 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.
Dec 19, 2019 1:01:46 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01:46 PM org.glassfish.jersey.test.util.runner.ConcurrentRunner runThemAll
INFO: Waiting for 17 requests to finish...

Dec 19, 2019 1:01:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.836 s - in org.glassfish.jersey.tests.e2e.server.NameBindingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest
Dec 19, 2019 1:01:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:50 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:01: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: 3.276 s - in org.glassfish.jersey.tests.e2e.server.CloseableTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest
Dec 19, 2019 1:01:53 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:54 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:55 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 javax.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 javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 19, 2019 1:01:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:55 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 javax.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 javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 19, 2019 1:01:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:01:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:01:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:56 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 javax.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 javax.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton.

Dec 19, 2019 1:01:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:01:56 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: 2.507 s - in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest
Dec 19, 2019 1:01:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:01:58 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:01:58 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:01:58 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:01: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: 2.138 s - in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest
Dec 19, 2019 1:01:59 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:00 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:01 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.138 s - in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest
Dec 19, 2019 1:02:02 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:03 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:04 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:04 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:07 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:07 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:02:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:02:08 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:08 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:02:09 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:09 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:09 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:09 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:02:10 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:10 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:10 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 1:02:11 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:11 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 1:02:11 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: 9.266 s - in org.glassfish.jersey.tests.e2e.server.CompletionStageTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest
Dec 19, 2019 1:02:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:13 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02: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: 2.124 s - in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest
Dec 19, 2019 1:02:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:16 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:02:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:17 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:02:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:02:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:02:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.322 s - in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest
Dec 19, 2019 1:02:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:20 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:21 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:02:22 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.934 s - in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest
Dec 19, 2019 1:02:23 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:24 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:24 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:24 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02: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: 2.242 s - in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest
Dec 19, 2019 1:02:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:26 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:02:27 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:28 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:28 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:02:28 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: 2.448 s - in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest
Dec 19, 2019 1:02:28 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:29 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02: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: 2.056 s - in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest
Dec 19, 2019 1:02:31 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:32 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02: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: 2.198 s - in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest
Dec 19, 2019 1:02:34 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:35 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:35 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:35 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:36 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.
Dec 19, 2019 1:02: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: 2.047 s - in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest
Dec 19, 2019 1:02:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:38 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:02:39 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:02:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:02:40 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: 3.351 s - in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest
Dec 19, 2019 1:02:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:42 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:02:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02: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: 2.305 s - in org.glassfish.jersey.tests.e2e.server.ReloadTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 749, Failures: 0, Errors: 0, Skipped: 5
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ e2e-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-server/target/e2e-server-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-server ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-server ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------------< org.glassfish.jersey.tests:e2e-testng >----------------
[INFO] Building jersey-tests-e2e-testng 2.30-SNAPSHOT                 [102/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ e2e-testng ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ e2e-testng ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ e2e-testng ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ e2e-testng ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ e2e-testng ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-testng ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ e2e-testng ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-testng/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ e2e-testng ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ e2e-testng ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-testng/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ e2e-testng ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-testng/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ e2e-testng ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerClassTest
Dec 19, 2019 1:02:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:46 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: 1.69 s - in org.glassfish.jersey.tests.e2e.ContainerPerClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest
Dec 19, 2019 1:02:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44404]
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39513]
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37185]
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39031]
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39733]
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39513/
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:37185/
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39031/
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:44404/
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39733/
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44404]
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39513]
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39733]
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37185]
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:49 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39031]
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:49 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35847]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40007]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:35847/
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:40007/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37227]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:37227/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38956]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33909]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:38956/
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:33909/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35847]
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40007]
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37227]
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38956]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33909]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:33120]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:33120/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42441]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39917]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:42441/
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39917/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:33120]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42441]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39917]
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42045]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40154]
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:42045/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44573]
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:40154/
Dec 19, 2019 1:02:50 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 1:02:50 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:44573/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41542]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:41542/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40457]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:40457/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44573]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40154]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42045]
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41542]
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40457]
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40185]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:40185/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42320]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:42320/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:34394]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39232]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:34394/
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39232/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37921]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:37921/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40185]
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42320]
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39232]
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37921]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:34394]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38707]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:38707/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:43785]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:43785/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42432]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:42432/
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38707]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:43785]
Dec 19, 2019 1:02:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42432]
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35973]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:35973/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39909]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39909/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37110]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37919]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:37110/
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:37919/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:41499]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:41499/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35973]
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:41499]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37919]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37110]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39909]
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42019]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:42019/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35118]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:39593]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45735]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:42462]
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:39593/
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:45735/
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:35118/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:42462/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42019]
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35118]
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:39593]
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45735]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:42462]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:40245]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:40245/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:40245]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:36787]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38090]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-38] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:36787/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 19, 2019 1:02:52 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:38090/
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38090]
Dec 19, 2019 1:02:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:36787]
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.036 s - in org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest
[INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerMethodTest
Dec 19, 2019 1:02:54 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:54 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:02:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:02:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:02:55 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:02:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:02:55 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: 1.897 s - in org.glassfish.jersey.tests.e2e.ContainerPerMethodTest
[INFO] Running org.glassfish.jersey.tests.e2e.BeforeClassParallelTest
Dec 19, 2019 1:02:56 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:<AVAILABLE-PORT>/
Dec 19, 2019 1:02:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:44085]
Dec 19, 2019 1:02:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:02:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start
INFO: Started GrizzlyTestContainer at the base URI http://localhost:44085/
Dec 19, 2019 1:02:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:44085]
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s - in org.glassfish.jersey.tests.e2e.BeforeClassParallelTest
[INFO] Running org.glassfish.jersey.tests.e2e.AbstractParallelTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in org.glassfish.jersey.tests.e2e.AbstractParallelTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ e2e-testng ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/e2e-testng/target/e2e-testng-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ e2e-testng ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ e2e-testng ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests.integration:project >-----------
[INFO] Building jersey-tests-integration 2.30-SNAPSHOT                [103/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------------< org.glassfish.jersey.tests.integration:asm >-------------
[INFO] Building jersey-asm-integration 2.30-SNAPSHOT                  [104/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ asm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ asm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ asm ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ asm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ asm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ asm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ asm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/asm/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ asm ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ asm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/asm/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ asm ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/asm/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ asm ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.integration.asm.AnnotatedClassVisitorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.glassfish.jersey.integration.asm.AnnotatedClassVisitorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ asm ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/asm/target/asm-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ asm ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ asm ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:async-jersey-filter >-----
[INFO] Building jersey-tests-integration-jersey-async-filter 2.30-SNAPSHOT [105/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ async-jersey-filter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ async-jersey-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ async-jersey-filter ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ async-jersey-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ async-jersey-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ async-jersey-filter ---
[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] --- maven-war-plugin:2.4:war (default-war) @ async-jersey-filter ---
[INFO] Packaging webapp
[INFO] Assembling webapp [async-jersey-filter] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/target/async-jersey-filter-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp]
[INFO] Webapp assembled in [86 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/target/async-jersey-filter-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ async-jersey-filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/target/async-jersey-filter-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ async-jersey-filter >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ async-jersey-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ async-jersey-filter ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ async-jersey-filter ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ async-jersey-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ async-jersey-filter ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ async-jersey-filter <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ async-jersey-filter ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-async-filter
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/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/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ async-jersey-filter ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2730.Jersey2730ITCase
Dec 19, 2019 1:03:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:03:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:03:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:03:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:03:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 s - in org.glassfish.jersey.tests.integration.jersey2730.Jersey2730ITCase
[INFO] Running org.glassfish.jersey.tests.integration.jersey2812.Jersey2812ITCase
Dec 19, 2019 1:03:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ async-jersey-filter ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ async-jersey-filter ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ async-jersey-filter ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >--
[INFO] Building cdi-integration-project 2.30-SNAPSHOT                 [106/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-integration-project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-integration-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-integration-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-integration-project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-integration-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-integration-project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/2.30-SNAPSHOT/cdi-integration-project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp >--
[INFO] Building jersey-tests-cdi-beanvalidation-webapp 2.30-SNAPSHOT  [107/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-beanvalidation-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-beanvalidation-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-beanvalidation-webapp ---
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/async-jersey-filter/src/main/webapp/
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-beanvalidation-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-beanvalidation-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-beanvalidation-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-beanvalidation-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-beanvalidation-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-beanvalidation-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-beanvalidation-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-beanvalidation-webapp ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.cdi.bv.RawHk2Test
Dec 19, 2019 1:03:10 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 19, 2019 1:03:11 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
Dec 19, 2019 1:03:11 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:11 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:03:12 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03:12 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 19, 2019 1:03:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:03:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 19, 2019 1:03:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:03:13 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03:13 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2
Dec 19, 2019 1:03:13 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:13 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:03:13 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: 3.084 s - in org.glassfish.jersey.tests.cdi.bv.RawHk2Test
[INFO] Running org.glassfish.jersey.tests.cdi.bv.CombinedTest
Dec 19, 2019 1:03:13 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03:13 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 19, 2019 1:03:13 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:14 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:14 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 1:03:14 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 1:03:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:15 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:15 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 1:03:15 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 1:03:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:16 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:16 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 1:03:16 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 1:03:17 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 1:03:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 1:03:18 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: 5.214 s - in org.glassfish.jersey.tests.cdi.bv.CombinedTest
[INFO] Running org.glassfish.jersey.tests.cdi.bv.RawCdiTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 1:03:18 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 1:03:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 1:03:20 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:20 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi
Dec 19, 2019 1:03:21 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:21 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 1:03:21 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.447 s - in org.glassfish.jersey.tests.cdi.bv.RawCdiTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ cdi-beanvalidation-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-beanvalidation-webapp] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/webapp]
[INFO] Webapp assembled in [35 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-beanvalidation-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-beanvalidation-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-beanvalidation-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/2.30-SNAPSHOT/cdi-beanvalidation-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-beanvalidation-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp >---
[INFO] Building jersey-tests-cdi-ejb-webapp 2.30-SNAPSHOT             [108/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-ejb-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-ejb-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-ejb-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-ejb-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ cdi-ejb-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-ejb-test-webapp] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/webapp]
[INFO] Webapp assembled in [25 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-ejb-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-ejb-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-ejb-test-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-ejb-test-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-ejb-test-webapp-2.30-SNAPSHOT-sources.jar
[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 2.30-SNAPSHOT [109/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4: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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-iface-with-non-jaxrs-impl-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >----
[INFO] Building cdi-manually-bound 2.30-SNAPSHOT                      [110/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-manually-bound ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-manually-bound ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-manually-bound ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-manually-bound ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-manually-bound ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-manually-bound ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-manually-bound ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-manually-bound ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-manually-bound ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-manually-bound ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-manually-bound ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest
Dec 19, 2019 1:03:24 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.3 (Final)
Dec 19, 2019 1:03:24 PM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/classes/META-INF/beans.xml@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'.
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03:25 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 5e205d3c-8f5f-48b7-890a-29596527178d initialized
Dec 19, 2019 1:03:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:03:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:03:26 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 5e205d3c-8f5f-48b7-890a-29596527178d shut down
Dec 19, 2019 1:03: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: 2.37 s - in org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest
[INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest
Dec 19, 2019 1:03:26 PM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/classes/META-INF/beans.xml@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'.
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03:27 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container fd2b9e36-034c-4de7-9a42-2ac44bf2cbab initialized
Dec 19, 2019 1:03:27 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:03:27 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:27 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:03:27 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container fd2b9e36-034c-4de7-9a42-2ac44bf2cbab shut down
Dec 19, 2019 1:03: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.324 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] --- maven-jar-plugin:2.4:jar (default-jar) @ cdi-manually-bound ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-manually-bound ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-manually-bound ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/2.30-SNAPSHOT/cdi-manually-bound-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/2.30-SNAPSHOT/cdi-manually-bound-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/2.30-SNAPSHOT/cdi-manually-bound-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-log-check >------
[INFO] Building jersey-tests-cdi-log-check 2.30-SNAPSHOT              [111/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-log-check ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-log-check ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-log-check ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-log-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-log-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-log-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-log-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-log-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-log-check/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-log-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-log-check/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-log-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-log-check/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-log-check ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderWarningTest
Dec 19, 2019 1:03:28 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:03:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:03: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: 2.359 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] --- maven-war-plugin:2.4:war (default-war) @ cdi-log-check ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-log-check] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-log-check/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-log-check ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-log-check ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-log-check-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-log-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/2.30-SNAPSHOT/cdi-log-check-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-log-check-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib >---
[INFO] Building jersey-tests-integration-cdi-multimodule-lib 2.30-SNAPSHOT [112/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-multimodule-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-multimodule-lib ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-multimodule-lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ cdi-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-multimodule-lib ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/2.30-SNAPSHOT/cdi-multimodule-lib-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/2.30-SNAPSHOT/cdi-multimodule-lib-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/2.30-SNAPSHOT/cdi-multimodule-lib-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 >---
[INFO] Building jersey-tests-integration-cdi-multimodule-war 2.30-SNAPSHOT [113/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-multimodule-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-multimodule-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-multimodule-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-multimodule-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-multimodule-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-multimodule-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ cdi-multimodule-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multimodule-war1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-multimodule-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-multimodule-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-multimodule-war1-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/2.30-SNAPSHOT/cdi-multimodule-war1-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-multimodule-war1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 >---
[INFO] Building jersey-tests-integration-cdi-multimodule-war2 2.30-SNAPSHOT [114/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-multimodule-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-multimodule-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-multimodule-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-multimodule-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multimodule-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-multimodule-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multimodule-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-multimodule-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ cdi-multimodule-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multimodule-war2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/webapp]
[INFO] Webapp assembled in [22 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-multimodule-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-multimodule-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-multimodule-war2-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/2.30-SNAPSHOT/cdi-multimodule-war2-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-multimodule-war2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear >---
[INFO] Building jersey-tests-integration-cdi-multimodule-ear 2.30-SNAPSHOT [115/344]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-multimodule-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-multimodule-ear ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-multimodule-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:2.8:generate-application-xml (default-generate-application-xml) @ cdi-multimodule-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-multimodule-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:2.8:ear (default-ear) @ cdi-multimodule-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:2.30-SNAPSHOT] to [cdi-multimodule-war1-2.30-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:2.30-SNAPSHOT] to [cdi-multimodule-war2-2.30-SNAPSHOT.war]
[INFO] Copying artifact [jar:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:2.30-SNAPSHOT] to [APP-INF/lib/cdi-multimodule-lib-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT] to [APP-INF/lib/jersey-hk2-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT] to [APP-INF/lib/jersey-common-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:2.1.6] to [APP-INF/lib/jakarta.ws.rs-api-2.1.6.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:1.3.5] to [APP-INF/lib/jakarta.annotation-api-1.3.5.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:jakarta.inject:2.6.1] to [APP-INF/lib/jakarta.inject-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:2.5.0-b42] to [APP-INF/lib/osgi-resource-locator-2.5.0-b42.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:2.6.1] to [APP-INF/lib/hk2-locator-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:2.6.1] to [APP-INF/lib/aopalliance-repackaged-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:2.6.1] to [APP-INF/lib/hk2-api-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:2.6.1] to [APP-INF/lib/hk2-utils-2.6.1.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.25.0-GA] to [APP-INF/lib/javassist-3.25.0-GA.jar]
[INFO] Could not find manifest file: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-2.30-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-2.30-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-multimodule-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-multimodule-ear ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-2.30-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/2.30-SNAPSHOT/cdi-multimodule-ear-2.30-SNAPSHOT.ear
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/2.30-SNAPSHOT/cdi-multimodule-ear-2.30-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule >-----
[INFO] Building jersey-tests-integration-cdi-multimodule 2.30-SNAPSHOT [116/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-multimodule ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-multimodule ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-multimodule ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-multimodule ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/2.30-SNAPSHOT/cdi-multimodule-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp >---
[INFO] Building jersey-tests-cdi-multipart-webapp 2.30-SNAPSHOT       [117/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-multipart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-multipart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-multipart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-multipart-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-multipart-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-multipart-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ cdi-multipart-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-multipart-webapp] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/webapp]
[INFO] Webapp assembled in [15 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-multipart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-multipart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-multipart-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/2.30-SNAPSHOT/cdi-multipart-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-multipart-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp >-----
[INFO] Building jersey-tests-cdi-webapp 2.30-SNAPSHOT                 [118/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-test-webapp ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest
Dec 19, 2019 1:03:35 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03:36 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 19, 2019 1:03:36 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:37 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:37 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. 
Dec 19, 2019 1:03:37 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. 
Dec 19, 2019 1:03:38 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:38 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:03:38 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03: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: 2.803 s - in org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.CounterTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:38 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:38 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. 
Dec 19, 2019 1:03:38 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. 
Dec 19, 2019 1:03:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:03:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:39 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.556 s - in org.glassfish.jersey.tests.cdi.resources.CounterTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:39 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/secondary
Dec 19, 2019 1:03:39 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:39 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:03:39 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.425 s - in org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:39 PM org.glassfish.jersey.tests.cdi.resources.MainApplication postConstruct
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: POST CONSTRUCT.
Dec 19, 2019 1:03:39 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. 
Dec 19, 2019 1:03:39 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. 
Dec 19, 2019 1:03:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:03:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s - in org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.TimerTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:40 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. 
Dec 19, 2019 1:03:40 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. 
Dec 19, 2019 1:03:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:03:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:40 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.41 s - in org.glassfish.jersey.tests.cdi.resources.TimerTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.StutterEchoTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:40 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:40 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. 
Dec 19, 2019 1:03:40 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. 
Dec 19, 2019 1:03:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:03:40 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:40 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:41 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. 
Dec 19, 2019 1:03:41 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. 
Dec 19, 2019 1:03:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:41 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. 
Dec 19, 2019 1:03:41 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. 
Dec 19, 2019 1:03:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:41 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.914 s - in org.glassfish.jersey.tests.cdi.resources.StutterEchoTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:41 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. 
Dec 19, 2019 1:03:41 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. 
Dec 19, 2019 1:03:41 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:41 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@650f5f9e; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4de35315; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4de35315
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@650f5f9e; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4de35315; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4de35315
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@650f5f9e
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:41 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:42 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. 
Dec 19, 2019 1:03:42 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. 
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@17cfab93; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@52fc3c3a; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@52fc3c3a
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@17cfab93; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@52fc3c3a; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@52fc3c3a
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@17cfab93
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:42 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. 
Dec 19, 2019 1:03:42 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. 
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@30278a0b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7945f766; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7945f766
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@30278a0b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7945f766; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7945f766
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@30278a0b
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:42 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. 
Dec 19, 2019 1:03:42 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. 
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4dfc824b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@75a5c6c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@75a5c6c
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4dfc824b; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@75a5c6c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@75a5c6c
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@4dfc824b
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:42 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: 1.136 s - in org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:42 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. 
Dec 19, 2019 1:03:42 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. 
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Dec 19, 2019 1:03:42 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:42 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:43 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. 
Dec 19, 2019 1:03:43 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. 
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:43 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. 
Dec 19, 2019 1:03:43 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. 
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:43 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.725 s - in org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:43 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. 
Dec 19, 2019 1:03:43 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. 
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@861e2c2
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@1b40b9eb
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@69485776
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@38141d31
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@861e2c2
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:43 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. 
Dec 19, 2019 1:03:43 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. 
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@27b367b6
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@5b43a454
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage
INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@27b367b6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@76400e7c; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@76400e7c; provider: @Default Instance<JCDIBeanExceptionMapper>; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@5b43a454
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@27b367b6
Dec 19, 2019 1:03:43 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:43 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@617b521b
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@617b521b
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@693867e7
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@4110c90
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@11ad0d0a
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@73957377
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@693867e7
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6c9d06a2
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@26bfb2ee
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage
INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6c9d06a2; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3d25414b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3d25414b; provider: @Default Instance<JCDIBeanExceptionMapper>; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@26bfb2ee
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6c9d06a2
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6445ac5c
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6445ac5c
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:44 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: 1.339 s - in org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.ProducerTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 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. 
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Dec 19, 2019 1:03:44 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03: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: 0.188 s - in org.glassfish.jersey.tests.cdi.resources.ProducerTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:45 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.172 s - in org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:45 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.162 s - in org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@333ce667; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@438fe069; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@438fe069
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@333ce667; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@438fe069; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@438fe069
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@333ce667
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@39d52fdc; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@f34d6df; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@f34d6df
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@39d52fdc; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@f34d6df; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@f34d6df
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@39d52fdc
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@17446034; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@27911420; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@27911420
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@17446034; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@27911420; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@27911420
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@17446034
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:45 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 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. 
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:45 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@48922829; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@166ae322; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@166ae322
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@48922829; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@166ae322; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@166ae322
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@48922829
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@318a7213; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3d45ca64; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3d45ca64
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@318a7213; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3d45ca64; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3d45ca64
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@318a7213
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@173196aa; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@62126e5e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@62126e5e
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@173196aa; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@62126e5e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@62126e5e
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@173196aa
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-30] Started.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3f095465; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6a41caa; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6a41caa
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3f095465; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6a41caa; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6a41caa
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@3f095465
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-31] Started.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2e07df7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2be3a398; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2be3a398
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage
INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2e07df7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2be3a398; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2be3a398
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2e07df7
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:46 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.418 s - in org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest
[INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-32] Started.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1218d906
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@6fe3933f
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@43de0341
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1218d906
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:46 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:46 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:46 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. 
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-33] Started.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2b8aea69
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage
INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2b8aea69; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7af5aab3; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@7af5aab3
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2b8aea69
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:47 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. 
Dec 19, 2019 1:03:47 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. 
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@7b467d8e
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@7b467d8e
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:47 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. 
Dec 19, 2019 1:03:47 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. 
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-35] Started.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2084f1bd
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@661a3163
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@5873980f
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@2084f1bd
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:47 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. 
Dec 19, 2019 1:03:47 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. 
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-36] Started.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@43beaa47
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage
INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@43beaa47; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1229c628; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@1229c628
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@43beaa47
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:03:47 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. 
Dec 19, 2019 1:03:47 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. 
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:47 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-37] Started.
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct
INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@3871f80d
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy
INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@3871f80d
Dec 19, 2019 1:03:47 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:03:47 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: 1.03 s - in org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ cdi-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-test-webapp] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-test-webapp/src/main/webapp]
[INFO] Webapp assembled in [40 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-test-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-test-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/2.30-SNAPSHOT/cdi-test-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-test-webapp-2.30-SNAPSHOT-sources.jar
[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 2.30-SNAPSHOT [119/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-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/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4: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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/webapp]
[INFO] Webapp assembled in [25 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-with-jersey-injection-custom-cfg-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-2.30-SNAPSHOT-sources.jar
[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 2.30-SNAPSHOT [120/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-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/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4: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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-with-jersey-injection-custom-hk2-banned-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp >--
[INFO] Building jersey-tests-cdi-with-jersey-injection-webapp 2.30-SNAPSHOT [121/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cdi-with-jersey-injection-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ cdi-with-jersey-injection-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ cdi-with-jersey-injection-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cdi-with-jersey-injection-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ cdi-with-jersey-injection-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-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/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cdi-with-jersey-injection-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ cdi-with-jersey-injection-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ cdi-with-jersey-injection-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [cdi-with-jersey-injection-webapp] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/webapp]
[INFO] Webapp assembled in [28 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cdi-with-jersey-injection-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/cdi-with-jersey-injection-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:client-connector-provider >--
[INFO] Building client-connector-provider 2.30-SNAPSHOT               [122/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-connector-provider ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ client-connector-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ client-connector-provider ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ client-connector-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ client-connector-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ client-connector-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ client-connector-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ client-connector-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/client-connector-provider/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ client-connector-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/client-connector-provider/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ client-connector-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/client-connector-provider/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ client-connector-provider ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.client.connector.provider.CustomConnectorProviderTest
Dec 19, 2019 1:03:51 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:03:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:03:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:03:52 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.327 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] --- maven-jar-plugin:2.4:jar (default-jar) @ client-connector-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/client-connector-provider/target/client-connector-provider.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ client-connector-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ client-connector-provider ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-lib >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-lib 2.30-SNAPSHOT [123/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule-lib ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ejb-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/lib/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ejb-multimodule-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ ejb-multimodule-lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ejb-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-lib ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/2.30-SNAPSHOT/ejb-multimodule-lib-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/2.30-SNAPSHOT/ejb-multimodule-lib-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/2.30-SNAPSHOT/ejb-multimodule-lib-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-war >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-war 2.30-SNAPSHOT [124/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-war ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule-war ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule-war ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ejb-multimodule-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ejb-multimodule-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ ejb-multimodule-war ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ ejb-multimodule-war ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-war] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/src/main/webapp]
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule-war ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-war ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/2.30-SNAPSHOT/ejb-multimodule-war-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/2.30-SNAPSHOT/ejb-multimodule-war-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/2.30-SNAPSHOT/ejb-multimodule-war-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-ear >-----
[INFO] Building jersey-tests-integration-ejb-multimodule-ear 2.30-SNAPSHOT [125/344]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule-ear ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:2.8:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ejb-multimodule-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:2.8:ear (default-ear) @ ejb-multimodule-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-war:2.30-SNAPSHOT] to [ejb-multimodule-war-2.30-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-lib:2.30-SNAPSHOT] to [ejb-multimodule-lib-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT] to [APP-INF/lib/jersey-hk2-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT] to [APP-INF/lib/jersey-common-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:2.1.6] to [APP-INF/lib/jakarta.ws.rs-api-2.1.6.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:1.3.5] to [APP-INF/lib/jakarta.annotation-api-1.3.5.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:jakarta.inject:2.6.1] to [APP-INF/lib/jakarta.inject-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:2.5.0-b42] to [APP-INF/lib/osgi-resource-locator-2.5.0-b42.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:2.6.1] to [APP-INF/lib/hk2-locator-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:2.6.1] to [APP-INF/lib/aopalliance-repackaged-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:2.6.1] to [APP-INF/lib/hk2-api-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:2.6.1] to [APP-INF/lib/hk2-utils-2.6.1.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.25.0-GA] to [APP-INF/lib/javassist-3.25.0-GA.jar]
[INFO] Copy ear sources to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-2.30-SNAPSHOT
[INFO] Including custom manifest file [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-2.30-SNAPSHOT/META-INF/MANIFEST.MF]
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-2.30-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-ear ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:ejb-multimodule >-------
[INFO] Building jersey-tests-integration-ejb-multimodule 2.30-SNAPSHOT [126/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-lib 2.30-SNAPSHOT [127/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule-reload-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule-reload-lib ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ejb-multimodule-reload-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ejb-multimodule-reload-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ ejb-multimodule-reload-lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ejb-multimodule-reload-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-reload-lib ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/2.30-SNAPSHOT/ejb-multimodule-reload-lib-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/2.30-SNAPSHOT/ejb-multimodule-reload-lib-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/2.30-SNAPSHOT/ejb-multimodule-reload-lib-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-war1 2.30-SNAPSHOT [128/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule-reload-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule-reload-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ejb-multimodule-reload-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ejb-multimodule-reload-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ ejb-multimodule-reload-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ ejb-multimodule-reload-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-reload-war1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1]
[INFO] Processing war project
[INFO] Webapp assembled in [16 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-reload-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/ejb-multimodule-reload-war1-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/2.30-SNAPSHOT/ejb-multimodule-reload-war1-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/ejb-multimodule-reload-war1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-war2 2.30-SNAPSHOT [129/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule-reload-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule-reload-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ejb-multimodule-reload-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-multimodule-reload-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ejb-multimodule-reload-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ ejb-multimodule-reload-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ ejb-multimodule-reload-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-multimodule-reload-war2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2]
[INFO] Processing war project
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-reload-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/ejb-multimodule-reload-war2-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/2.30-SNAPSHOT/ejb-multimodule-reload-war2-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/2.30-SNAPSHOT/ejb-multimodule-reload-war2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear >--
[INFO] Building jersey-tests-integration-ejb-multimodule-reload-ear 2.30-SNAPSHOT [130/344]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule-reload-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule-reload-ear ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:2.8:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-reload-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ejb-multimodule-reload-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:2.8:ear (default-ear) @ ejb-multimodule-reload-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:2.30-SNAPSHOT] to [ejb-multimodule-reload-war1-2.30-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:2.30-SNAPSHOT] to [ejb-multimodule-reload-war2-2.30-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:2.30-SNAPSHOT] to [ejb-multimodule-reload-lib-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT] to [APP-INF/lib/jersey-hk2-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT] to [APP-INF/lib/jersey-common-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:2.1.6] to [APP-INF/lib/jakarta.ws.rs-api-2.1.6.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:1.3.5] to [APP-INF/lib/jakarta.annotation-api-1.3.5.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:jakarta.inject:2.6.1] to [APP-INF/lib/jakarta.inject-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:2.5.0-b42] to [APP-INF/lib/osgi-resource-locator-2.5.0-b42.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:2.6.1] to [APP-INF/lib/hk2-locator-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:2.6.1] to [APP-INF/lib/aopalliance-repackaged-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:2.6.1] to [APP-INF/lib/hk2-api-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:2.6.1] to [APP-INF/lib/hk2-utils-2.6.1.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.25.0-GA] to [APP-INF/lib/javassist-3.25.0-GA.jar]
[INFO] Could not find manifest file: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-2.30-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-2.30-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-reload-ear ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:ejb-multimodule-reload >----
[INFO] Building jersey-tests-integration-ejb-multimodule-reload 2.30-SNAPSHOT [131/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-multimodule-reload ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-multimodule-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-multimodule-reload ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-multimodule-reload ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:ejb-test-webapp >-------
[INFO] Building jersey-tests-ejb-webapp 2.30-SNAPSHOT                 [132/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejb-test-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ ejb-test-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ ejb-test-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-test-webapp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-test-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ejb-test-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-test-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ejb-test-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-test-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ ejb-test-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ ejb-test-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ejb-test-webapp] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-test-webapp/target/ejb-test-webapp]
[INFO] Processing war project
[INFO] Webapp assembled in [24 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ ejb-test-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ ejb-test-webapp ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------
[INFO] Building j-376-reproducer 2.30-SNAPSHOT                        [133/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-376 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-376 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-376 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-376 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-376 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-376 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j-376 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-376 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-376/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ j-376 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-376/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-376 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-376/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ j-376 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.j376.J376Test
Dec 19, 2019 1:03:59 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 19, 2019 1:03: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.
Dec 19, 2019 1:03:59 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 19, 2019 1:03:59 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 19, 2019 1:03: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:04:01 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 19, 2019 1:04:01 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:04:01 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.896 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] --- maven-jar-plugin:2.4:jar (default-jar) @ j-376 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-376/target/j-376-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-376 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-376/target/j-376-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-376 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war1 >----------
[INFO] Building jersey-tests-integration-j-441-war1 2.30-SNAPSHOT     [134/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-war1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-441-war1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-441-war1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-441-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-441-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j-441-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-441-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ j-441-war1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-441-war1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ j-441-war1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ j-441-war1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-441-war1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/target/j-441-war1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/src/main/webapp]
[INFO] Webapp assembled in [16 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/target/j-441-war1-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-441-war1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/target/j-441-war1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-441-war1 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/target/j-441-war1-2.30-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/2.30-SNAPSHOT/j-441-war1-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/2.30-SNAPSHOT/j-441-war1-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war1/target/j-441-war1-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/2.30-SNAPSHOT/j-441-war1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war2 >----------
[INFO] Building jersey-tests-integration-j-441-war2 2.30-SNAPSHOT     [135/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-war2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-441-war2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-441-war2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-441-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-441-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j-441-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-441-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ j-441-war2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-441-war2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ j-441-war2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ j-441-war2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-441-war2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/target/j-441-war2-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/src/main/webapp]
[INFO] Webapp assembled in [22 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/target/j-441-war2-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-441-war2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/target/j-441-war2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-441-war2 ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/target/j-441-war2-2.30-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/2.30-SNAPSHOT/j-441-war2-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/2.30-SNAPSHOT/j-441-war2-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/war2/target/j-441-war2-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/2.30-SNAPSHOT/j-441-war2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests.integration:j-441-ear >----------
[INFO] Building jersey-tests-integration-j-441-ear 2.30-SNAPSHOT      [136/344]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-441-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-441-ear ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-441-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-441-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:2.8:generate-application-xml (default-generate-application-xml) @ j-441-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j-441-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:2.8:ear (default-ear) @ j-441-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war1:2.30-SNAPSHOT] to [j-441-war1-2.30-SNAPSHOT.war]
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war2:2.30-SNAPSHOT] to [j-441-war2-2.30-SNAPSHOT.war]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT] to [APP-INF/lib/jersey-hk2-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT] to [APP-INF/lib/jersey-common-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:2.1.6] to [APP-INF/lib/jakarta.ws.rs-api-2.1.6.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:1.3.5] to [APP-INF/lib/jakarta.annotation-api-1.3.5.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:jakarta.inject:2.6.1] to [APP-INF/lib/jakarta.inject-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:2.5.0-b42] to [APP-INF/lib/osgi-resource-locator-2.5.0-b42.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:2.6.1] to [APP-INF/lib/hk2-locator-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:2.6.1] to [APP-INF/lib/aopalliance-repackaged-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:2.6.1] to [APP-INF/lib/hk2-api-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:2.6.1] to [APP-INF/lib/hk2-utils-2.6.1.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.25.0-GA] to [APP-INF/lib/javassist-3.25.0-GA.jar]
[INFO] Could not find manifest file: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/ear/target/j-441-ear-2.30-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-441/ear/target/j-441-ear-2.30-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-441-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-441-ear ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-441 >------------
[INFO] Building jersey-tests-integration-j-441 2.30-SNAPSHOT          [137/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-441 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-441 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-441 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-441 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-441 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-441 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-441 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:j-59-ejb-lib >---------
[INFO] Building jersey-tests-integration-j-59-ejb-lib 2.30-SNAPSHOT   [138/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-ejb-lib ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-59-ejb-lib ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-59-ejb-lib ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-59-ejb-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-59-ejb-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ejb-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j-59-ejb-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/lib/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-59-ejb-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/lib/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ j-59-ejb-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/lib/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-59-ejb-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ j-59-ejb-lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ j-59-ejb-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/lib/target/j-59-ejb-lib-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-59-ejb-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/lib/target/j-59-ejb-lib-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-59-ejb-lib ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/lib/target/j-59-ejb-lib-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/2.30-SNAPSHOT/j-59-ejb-lib-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/2.30-SNAPSHOT/j-59-ejb-lib-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/lib/target/j-59-ejb-lib-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/2.30-SNAPSHOT/j-59-ejb-lib-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:j-59-cdi-war >---------
[INFO] Building jersey-tests-integration-j-59-cdi-war 2.30-SNAPSHOT   [139/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-cdi-war ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-59-cdi-war ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-59-cdi-war ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-59-cdi-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-59-cdi-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-cdi-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j-59-cdi-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ j-59-cdi-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ j-59-cdi-war ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ j-59-cdi-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ j-59-cdi-war ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ j-59-cdi-war ---
[INFO] Packaging webapp
[INFO] Assembling webapp [j-59-cdi-war] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/target/j-59-cdi-war-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/src/main/webapp]
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/target/j-59-cdi-war-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-59-cdi-war ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/target/j-59-cdi-war-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-59-cdi-war ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/target/j-59-cdi-war-2.30-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/2.30-SNAPSHOT/j-59-cdi-war-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/2.30-SNAPSHOT/j-59-cdi-war-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/war/target/j-59-cdi-war-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/2.30-SNAPSHOT/j-59-cdi-war-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests.integration:j-59-ear >-----------
[INFO] Building jersey-tests-integration-j-59-ear 2.30-SNAPSHOT       [140/344]
[INFO] --------------------------------[ ear ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59-ear ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-59-ear ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-59-ear ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-59-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-59-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-ear-plugin:2.8:generate-application-xml (default-generate-application-xml) @ j-59-ear ---
[INFO] Generating application.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ j-59-ear ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/ear/src/main/resources
[INFO] 
[INFO] --- maven-ear-plugin:2.8:ear (default-ear) @ j-59-ear ---
[INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-59-cdi-war:2.30-SNAPSHOT] to [j-59-cdi-war-2.30-SNAPSHOT.war]
[INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:j-59-ejb-lib:2.30-SNAPSHOT] to [j-59-ejb-lib-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT] to [APP-INF/lib/jersey-hk2-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT] to [APP-INF/lib/jersey-common-2.30-SNAPSHOT.jar]
[INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:2.1.6] to [APP-INF/lib/jakarta.ws.rs-api-2.1.6.jar]
[INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:1.3.5] to [APP-INF/lib/jakarta.annotation-api-1.3.5.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:jakarta.inject:2.6.1] to [APP-INF/lib/jakarta.inject-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:2.5.0-b42] to [APP-INF/lib/osgi-resource-locator-2.5.0-b42.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:2.6.1] to [APP-INF/lib/hk2-locator-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:2.6.1] to [APP-INF/lib/aopalliance-repackaged-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:2.6.1] to [APP-INF/lib/hk2-api-2.6.1.jar]
[INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:2.6.1] to [APP-INF/lib/hk2-utils-2.6.1.jar]
[INFO] Copying artifact [jar:org.javassist:javassist:3.25.0-GA] to [APP-INF/lib/javassist-3.25.0-GA.jar]
[INFO] Could not find manifest file: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/ear/target/j-59-ear-2.30-SNAPSHOT/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/j-59/ear/target/j-59-ear-2.30-SNAPSHOT.ear
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-59-ear ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-59-ear ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.integration:j-59 >-------------
[INFO] Building jersey-tests-integration-j-59 2.30-SNAPSHOT           [141/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j-59 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ j-59 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ j-59 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ j-59 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ j-59 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ j-59 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ j-59 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:jaxrs-component-inject >----
[INFO] Building jersey-tests-component-inject 2.30-SNAPSHOT           [142/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrs-component-inject ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jaxrs-component-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jaxrs-component-inject ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-component-inject ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-component-inject ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jaxrs-component-inject ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jaxrs-component-inject ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jaxrs-component-inject] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp]
[INFO] Webapp assembled in [22 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jaxrs-component-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/target/jaxrs-component-inject-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jaxrs-component-inject >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jaxrs-component-inject ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jaxrs-component-inject ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-component-inject ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrs-component-inject ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-component-inject ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jaxrs-component-inject <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jaxrs-component-inject ---
[INFO] Configuring Jetty for project: jersey-tests-component-inject
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/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/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/
Dec 19, 2019 1:04:07 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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jaxrs-component-inject ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.jaxrs.inject.ApplicationInjectITCase
Dec 19, 2019 1:04:08 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jaxrs-component-inject ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jaxrs-component-inject ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jaxrs-component-inject ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1107 >---------
[INFO] Building jersey-tests-integration-jersey-1107 2.30-SNAPSHOT    [143/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1107 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1107 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1107 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1107 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1107 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1107 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1107 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1107] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/target/jersey-1107-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/target/jersey-1107-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jaxrs-component-inject/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1107 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/target/jersey-1107-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1107 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1107 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1107 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1107 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1107 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1107 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1107 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1107 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1107
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/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/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1107 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1107.ApplicationHandlerITCase
Dec 19, 2019 1:04:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:14 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.
Dec 19, 2019 1:04:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[WARNING] /ioe
org.glassfish.jersey.server.ContainerException: java.io.IOException
    at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow (ResponseWriter.java:254)
    at org.glassfish.jersey.servlet.internal.ResponseWriter.failure (ResponseWriter.java:236)
    at org.glassfish.jersey.server.ServerRuntime$Responder.process (ServerRuntime.java:436)
    at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:261)
    at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248)
    at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:292)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:274)
    at org.glassfish.jersey.internal.Errors.proces[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 s - in org.glassfish.jersey.tests.integration.jersey1107.ApplicationHandlerITCase
s (Errors.java:244)
    at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265)
    at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:232)
    at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:680)
    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:365)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:318)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205)
    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:669)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:455)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:560)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle (Server.java:365)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest (AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete (AbstractHttpConnection.java:926)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete (AbstractHttpConnection.java:988)
    at org.eclipse.jetty.http.HttpParser.parseNext (HttpParser.java:635)
    at org.eclipse.jetty.http.HttpParser.parseAvailable (HttpParser.java:235)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle (AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle (SelectChannelEndPoint.java:628)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run (SelectChannelEndPoint.java:52)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:543)
    at java.lang.Thread.run (Thread.java:748)
Caused by: java.io.IOException
    at org.glassfish.jersey.tests.integration.jersey1107.Jersey1107$Resource.getIoe (Jersey1107.java:100)
    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:124)
    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke (AbstractJavaResourceMethodDispatcher.java:167)
    at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch (JavaResourceMethodDispatcherProvider.java:219)
    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch (AbstractJavaResourceMethodDispatcher.java:79)
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke (ResourceMethodInvoker.java:469)
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:391)
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:80)
    at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:253)
    at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248)
    at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:292)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:274)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:244)
    at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265)
    at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:232)
    at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:680)
    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:365)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:318)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205)
    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:669)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:455)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:560)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle (Server.java:365)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest (AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete (AbstractHttpConnection.java:926)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete (AbstractHttpConnection.java:988)
    at org.eclipse.jetty.http.HttpParser.parseNext (HttpParser.java:635)
    at org.eclipse.jetty.http.HttpParser.parseAvailable (HttpParser.java:235)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle (AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle (SelectChannelEndPoint.java:628)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run (SelectChannelEndPoint.java:52)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:543)
    at java.lang.Thread.run (Thread.java:748)
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1107 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1107 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1107 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1223 >---------
[INFO] Building jersey-tests-integration-jersey-1223 2.30-SNAPSHOT    [144/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1223 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1223 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1223 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1223 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1223 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1223 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1223 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1223] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/target/jersey-1223-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/target/jersey-1223-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1107/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1223 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/target/jersey-1223-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1223 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1223 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1223 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1223 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1223 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1223 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1223 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1223 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1223
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/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/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1223 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1223.ApplicationHandlerITCase
Dec 19, 2019 1:04:16 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1223 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1223 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1223 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1604 >---------
[INFO] Building jersey-tests-integration-jersey-1604 2.30-SNAPSHOT    [145/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1604 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1604 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1604 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1604 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1604 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1604 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1604 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1604] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/target/jersey-1604-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp]
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/target/jersey-1604-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1223/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1604 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/target/jersey-1604-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1604 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1604 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1604 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1604 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1604 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1604 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1604 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1604 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1604
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/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/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1604 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1604.ConnectionCloseITCase
Dec 19, 2019 1:04:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.212 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1604 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1604 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1604 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1667 >---------
[INFO] Building jersey-tests-integration-jersey-1667 2.30-SNAPSHOT    [146/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1667 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1667 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1667 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1667 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1667 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1667 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1667 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1667] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/target/jersey-1667-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/target/jersey-1667-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1604/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1667 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/target/jersey-1667-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1667 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1667 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1667 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1667 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1667 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1667 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1667 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1667 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1667
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/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/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/
Dec 19, 2019 1:04:23 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.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.createTempFile(File.java:2024)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.createMimeConfig(MultiPartReaderClientSide.java:119)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.<init>(MultiPartReaderClientSide.java:101)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.<init>(MultiPartReaderServerSide.java:57)
	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.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356)
	at org.jvnet.hk2.internal.ClazzCreator.createMe(ClazzCreator.java:248)
	at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:342)
	at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
	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:2102)
	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.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
	at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1235)
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
	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:349)
	at java.util.Arrays$ArrayList.forEach(Arrays.java:3880)
	at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:349)
	at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:293)
	at org.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:292)
	at org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:259)
	at org.glassfish.jersey.servlet.WebComponent.<init>(WebComponent.java:311)
	at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:154)
	at org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:346)
	at javax.servlet.GenericServlet.init(GenericServlet.java:244)
	at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:519)
	at org.eclipse.jetty.servlet.ServletHolder.doStart(ServletHolder.java:331)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:747)
	at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265)
	at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
	at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706)
	at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492)
	at org.mortbay.jetty.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:293)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
	at org.eclipse.jetty.server.Server.doStart(Server.java:277)
	at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:511)
	at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:364)
	at org.mortbay.jetty.plugin.JettyRunMojo.execute(JettyRunMojo.java:523)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)

[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1667 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1667.Jersey1667ITCase
Dec 19, 2019 1:04:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:24 PM org.jvnet.mimepull.TempFiles createTempFile
SEVERE: Exception caught
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.jvnet.mimepull.TempFiles.createTempFile(TempFiles.java:106)
	at org.jvnet.mimepull.MemoryData.createNext(MemoryData.java:66)
	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:214)
	at org.jvnet.mimepull.MIMEMessage.makeProgress(MIMEMessage.java:241)
	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:248)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readMultiPart(MultiPartReaderClientSide.java:207)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.readMultiPart(MultiPartReaderServerSide.java:67)
	at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom(MultiPartReaderClientSide.java:159)
	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:877)
	at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity(InboundMessageContext.java:811)
	at org.glassfish.jersey.server.ContainerRequest.readEntity(ContainerRequest.java:237)
	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:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	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:365)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:318)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:365)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.nio.file.NoSuchFileException: /non-existent-directory/MIME5940829048492288814.tmp
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
	at java.nio.file.Files.newByteChannel(Files.java:361)
	at java.nio.file.Files.createFile(Files.java:632)
	at java.nio.file.TempFileHelper.create(TempFileHelper.java:138)
	at java.nio.file.TempFileHelper.createTempFile(TempFileHelper.java:161)
	at java.nio.file.Files.createTempFile(Files.java:852)
	... 76 more

Dec 19, 2019 1:04:24 PM org.jvnet.mimepull.TempFiles createTempFile
WARNING: Error invoking java.nio API, temp file (path: /non-existent-directory, prefix:MIME, suffix:null) being created using old java.io API.
[WARNING] /part-file-name
org.glassfish.jersey.server.ContainerException: java.io.IOException: No such file or directory
    at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow (ResponseWriter.java:254)
    at org.glassfish.jersey.servlet.internal.ResponseWriter.failure (ResponseWriter.java:236)
    at org.glassfish.jersey.server.ServerRuntime$Responder.process (ServerRuntime.java:436)
    at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:261)
    at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248)
    at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:292)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:274)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:244)
    at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265)
    at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:232)
    at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:680)
    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:365)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:318)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205)
    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:669)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:455)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:560)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle (Server.java:365)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest (AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.content (AbstractHttpConnection.java:937)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content (AbstractHttpConnection.java:998)
    at org.eclipse.jetty.http.HttpParser.parseNext (HttpParser.java:856)
    at org.eclipse.jetty.http.HttpParser.parseAvailable (HttpParser.java:240)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle (AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle (SelectChannelEndPoint.java:628)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run (SelectChannelEndPoint.java:52)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:543)
    at java.lang.Thread.run (Thread.java:748)
Caused by: java.io.IOException: No such file or directory
    at java.io.UnixFileSystem.createFileExclusively (Native Method)
    at java.io.File.createTempFile (File.java:2024)
    at org.jvnet.mimepull.TempFiles.createTempFile (TempFiles.java:122)
    at org.jvnet.mimepull.MemoryData.createNext (MemoryData.java:66)
    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:214)
    at org.jvnet.mimepull.MIMEMessage.makeProgress (MIMEMessage.java:241)
    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:248)
    at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readMultiPart (MultiPartReaderClientSide.java:207)
    at org.glassfish.jersey.media.multipart.internal.MultiPartReaderServerSide.readMultiPart (MultiPartReaderServerSide.java:67)
    at org.glassfish.jersey.media.multipart.internal.MultiPartReaderClientSide.readFrom (MultiPartReaderClientSide.java:159)
    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.Messag[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s - in org.glassfish.jersey.tests.integration.jersey1667.Jersey1667ITCase
eBodyFactory.readFrom (MessageBodyFactory.java:1072)
    at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity (InboundMessageContext.java:877)
    at org.glassfish.jersey.message.internal.InboundMessageContext.readEntity (InboundMessageContext.java:811)
    at org.glassfish.jersey.server.ContainerRequest.readEntity (ContainerRequest.java:237)
    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:79)
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke (ResourceMethodInvoker.java:469)
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:391)
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply (ResourceMethodInvoker.java:80)
    at org.glassfish.jersey.server.ServerRuntime$1.run (ServerRuntime.java:253)
    at org.glassfish.jersey.internal.Errors$1.call (Errors.java:248)
    at org.glassfish.jersey.internal.Errors$1.call (Errors.java:244)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:292)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:274)
    at org.glassfish.jersey.internal.Errors.process (Errors.java:244)
    at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:265)
    at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:232)
    at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:680)
    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:365)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:318)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205)
    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:669)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:455)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:560)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle (Server.java:365)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest (AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.content (AbstractHttpConnection.java:937)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content (AbstractHttpConnection.java:998)
    at org.eclipse.jetty.http.HttpParser.parseNext (HttpParser.java:856)
    at org.eclipse.jetty.http.HttpParser.parseAvailable (HttpParser.java:240)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle (AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle (SelectChannelEndPoint.java:628)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run (SelectChannelEndPoint.java:52)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:543)
    at java.lang.Thread.run (Thread.java:748)
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1667 ---
Stopping server 0
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1667 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1667 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1829 >---------
[INFO] Building jersey-tests-integration-jersey-1829 2.30-SNAPSHOT    [147/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1829 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1829 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1829 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1829 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1829 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1829 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1829 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1829] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/target/jersey-1829-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/target/jersey-1829-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1667/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1829 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/target/jersey-1829-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1829 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1829 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1829 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1829 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1829 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1829 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1829 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1829 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1829
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/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/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1829 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1829.ApplicationHandlerITCase
Dec 19, 2019 1:04:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s - in org.glassfish.jersey.tests.integration.jersey1829.ApplicationHandlerITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1829 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1829 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1829 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1883 >---------
[INFO] Building jersey-tests-integration-jersey-1883 2.30-SNAPSHOT    [148/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1883 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1883 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1883 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1883 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1883 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1883 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1883 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1883] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/target/jersey-1883-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/target/jersey-1883-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1829/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1883 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/target/jersey-1883-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1883 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1883 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1883 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1883 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1883 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1883 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1883 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1883 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1883
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/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/Jersey_master_build_pipeline/tests/integration/jersey-1883/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/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1883 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1883.Jersey1883ITCase
Dec 19, 2019 1:04:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1883 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1883 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1883 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1928 >---------
[INFO] Building jersey-tests-integration-jersey-1928 2.30-SNAPSHOT    [149/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1928 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1928 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1928 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1928 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1928 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1928 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1928 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1928] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/target/jersey-1928-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/target/jersey-1928-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1883/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1928 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/target/jersey-1928-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1928 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1928 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1928 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1928 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1928 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1928 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1928 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1928 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1928
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/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/Jersey_master_build_pipeline/tests/integration/jersey-1928/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/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1928 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1928.Jersey1928ITCase
Dec 19, 2019 1:04:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1928 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1928 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1928 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1960 >---------
[INFO] Building jersey-tests-integration-jersey-1960 2.30-SNAPSHOT    [150/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1960 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1960 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1960 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1960 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1960 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1960 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1960 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1960] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/target/jersey-1960-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp]
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1928/src/main/webapp
[INFO] Webapp assembled in [27 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/target/jersey-1960-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1960 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/target/jersey-1960-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1960 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1960 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1960 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1960 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1960 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1960 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1960 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1960 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1960
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/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/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1960 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1960.Jersey1960ITCase
Dec 19, 2019 1:04:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.874 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1960 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1960 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1960 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-1964 >---------
[INFO] Building jersey-tests-integration-jersey-1964 2.30-SNAPSHOT    [151/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-1964 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1964 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1964 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1964 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1964 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-1964 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-1964 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1964] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/target/jersey-1964-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp]
[INFO] Webapp assembled in [27 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/target/jersey-1964-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1960/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-1964 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/target/jersey-1964-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-1964 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-1964 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-1964 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-1964 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-1964 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-1964 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-1964 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-1964 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-1964
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/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/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-1964 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey1964.Jersey1964ITCase
Dec 19, 2019 1:04:41 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.465 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-1964 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-1964 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-1964 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >---------
[INFO] Building jersey-tests-integration-jersey-2136 2.30-SNAPSHOT    [152/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2136 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2136 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2136 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2136 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2136 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2136 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2136 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2136/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2136 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2136/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2136 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2136/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2136 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2136/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2136 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2136 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2136] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2136/target/jersey-2136-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2136/src/main/webapp]
[INFO] Webapp assembled in [40 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2136/target/jersey-2136-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-1964/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2136 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2136/target/jersey-2136-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2136 ---
[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.104 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] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2136 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2136 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2137 >---------
[INFO] Building jersey-tests-integration-jersey-2137 2.30-SNAPSHOT    [153/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2137 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2137 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2137 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2137 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2137 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2137 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2137 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2137/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2137 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2137/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2137 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2137/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2137 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2137/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2137 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2137 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2137] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2137/target/jersey-2137]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2137/src/main/webapp]
[INFO] Webapp assembled in [16 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2137/target/jersey-2137.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2137 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2137/target/jersey-2137-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2137 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2154 >---------
[INFO] Building jersey-tests-integration-jersey-2154 2.30-SNAPSHOT    [154/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2154 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2154 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2154 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2154 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2154 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2154 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2154 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2154/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2154 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2154/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2154 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2154/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2154 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2154/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2154 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2154 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2154] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2154/target/jersey-2154]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2154/src/main/webapp]
[INFO] Webapp assembled in [16 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2154/target/jersey-2154.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2154 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2154/target/jersey-2154-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2154 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2160 >---------
[INFO] Building jersey-tests-integration-jersey-2160 2.30-SNAPSHOT    [155/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2160 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2160 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2160 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2160 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2160 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2160 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2160 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2160] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/target/jersey-2160-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/target/jersey-2160-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2160 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/target/jersey-2160-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2160 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2160 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2160 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2160 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2160 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2160 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2160 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2160 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2160
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/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/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2160 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2160.Jersey2160ITCase
Dec 19, 2019 1:04:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2160 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2160 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2160 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2164 >---------
[INFO] Building jersey-tests-integration-jersey-2164 2.30-SNAPSHOT    [156/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2164 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2164 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2164 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2164 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2164 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2164 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2164 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2164] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/target/jersey-2164-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp]
[INFO] Webapp assembled in [24 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/target/jersey-2164-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2160/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2164 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/target/jersey-2164-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2164 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2164 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2164 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2164 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2164 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2164 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2164 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2164 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2164
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/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/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2164 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2164.Jersey2164ITCase
Dec 19, 2019 1:04:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:53 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.813 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2164 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2164 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2164 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2167 >---------
[INFO] Building jersey-tests-integration-jersey-2167 2.30-SNAPSHOT    [157/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2167 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2167 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2167 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2167 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2167 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2167 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2167 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2167] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/target/jersey-2167-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp]
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/target/jersey-2167-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2164/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2167 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/target/jersey-2167-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2167 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2167 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2167 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2167 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2167 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2167 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2167 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2167 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2167
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/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/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2167 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2167.Jersey2167ITCase
Dec 19, 2019 1:04:55 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:04:56 PM org.glassfish.jersey.tests.integration.jersey2167.Issue2167Resource doA
INFO: Resource method doA() called at 1576760696645; param=injected timestamp=1576760696644
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2167 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2167 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2167 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2176 >---------
[INFO] Building jersey-tests-integration-jersey-2176 2.30-SNAPSHOT    [158/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2176 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2176 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2176 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2176 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2176 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2176 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2176 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2176] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/target/jersey-2176-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp]
[INFO] Webapp assembled in [22 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/target/jersey-2176-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2167/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2176 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/target/jersey-2176-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2176 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2176 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2176 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2176 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2176 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2176 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2176 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2176 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2176
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/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/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2176 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SendErrorITCase
Dec 19, 2019 1:04:59 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:04:59 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/send-error
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
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: 1.561 s - in org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SendErrorITCase
[INFO] Running org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/set-status
Dec 19, 2019 1:05:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
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.532 s - in org.glassfish.jersey.tests.integration.jersey2176.Jersey2176SetStatusITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2176 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2176 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2176 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2184 >---------
[INFO] Building jersey-tests-integration-jersey-2184 2.30-SNAPSHOT    [159/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2184 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2184 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2184 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2184 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2184 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2184 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2184 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2184] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/target/jersey-2184-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp]
[INFO] Webapp assembled in [22 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/target/jersey-2184-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2176/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2184 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/target/jersey-2184-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2184 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2184 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2184 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2184 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2184 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2184 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2184 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2184 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2184
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/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/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2184 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2184.Jersey2184ITCase
Dec 19, 2019 1:05:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/zoo
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2184 ---
Stopping server 0
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2184 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2184 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2255 >---------
[INFO] Building jersey-tests-integration-jersey-2255 2.30-SNAPSHOT    [160/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2255 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2255 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2255 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2255 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2255 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2255 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2255 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2255] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/target/jersey-2255-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp]
[INFO] Webapp assembled in [33 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/target/jersey-2255-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2184/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2255 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/target/jersey-2255-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2255 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2255 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2255 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2255 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2255 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2255 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2255 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2255 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2255
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/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/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2255 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2255.Jersey2255ITCase
Dec 19, 2019 1:05:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.903 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2255 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2255 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2255 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2322 >---------
[INFO] Building jersey-tests-integration-jersey-2322 2.30-SNAPSHOT    [161/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2322 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2322 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2322 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2322 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2322 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2322 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2322 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2322] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/target/jersey-2322-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp]
[INFO] Webapp assembled in [26 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/target/jersey-2322-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2255/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2322 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/target/jersey-2322-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2322 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2322 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2322 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2322 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2322 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2322 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2322 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2322 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2322
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/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/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2322 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2322.Jersey2322ITCase
Dec 19, 2019 1:05:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.435 s - in org.glassfish.jersey.tests.integration.jersey2322.Jersey2322ITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2322 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2322 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2322 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2335 >---------
[INFO] Building jersey-tests-integration-jersey-2335 2.30-SNAPSHOT    [162/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2335 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2335 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2335 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2335 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2335 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2335 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2335 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2335] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/target/jersey-2335-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp]
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/target/jersey-2335-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2322/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2335 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/target/jersey-2335-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2335 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2335 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2335 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2335 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2335 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2335 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2335 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2335 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2335
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/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/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2335 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2335.Jersey2335ITCase
Dec 19, 2019 1:05:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:18 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2335 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2335 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2335 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >---------
[INFO] Building jersey-tests-integration-jersey-2421 2.30-SNAPSHOT    [163/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2421 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2421 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2421 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2421 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2421 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2421 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2421 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2421/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2421 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2421 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2421/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2421 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2421/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2421 ---
[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/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2335/src/main/webapp/
[INFO] Running org.glassfish.jersey.tests.integration.jersey2421.Jersey2421Test
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.654 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] --- maven-war-plugin:2.4:war (default-war) @ jersey-2421 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2421] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2421/target/jersey-2421-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [12 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2421/target/jersey-2421-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2421 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2421 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2551 >---------
[INFO] Building jersey-tests-integration-jersey-2551 2.30-SNAPSHOT    [164/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2551 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2551 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2551 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2551 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2551 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2551 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2551 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2551] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/target/jersey-2551-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp]
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/target/jersey-2551-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2551 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/target/jersey-2551-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2551 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2551 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2551 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2551 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2551 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2551 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2551 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2551 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2551
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/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/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2551 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2551.Jersey2551ITCase
Dec 19, 2019 1:05:22 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2551 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2551 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2551 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2612 >---------
[INFO] Building jersey-tests-integration-jersey-2612 2.30-SNAPSHOT    [165/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2612 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2612 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2612 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2612 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2612 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2612 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2612 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2612] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/target/jersey-2612-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp]
[INFO] Webapp assembled in [24 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/target/jersey-2612-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2551/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2612 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/target/jersey-2612-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2612 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2612 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2612 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2612 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2612 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2612 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2612 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2612 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2612
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp
[INFO] jetty-8.1.8.v20121106
[INFO] No Transaction manager found - if your webapp requires one, please configure one.
[WARNING] EXCEPTION 
java.lang.ArrayIndexOutOfBoundsException: 52264
    at org.objectweb.asm.ClassReader.readClass (Unknown Source)
    at org.objectweb.asm.ClassReader.accept (Unknown Source)
    at org.objectweb.asm.ClassReader.accept (Unknown Source)
    at org.eclipse.jetty.annotations.AnnotationParser.scanClass (AnnotationParser.java:888)
    at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:753)
    at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:746)
    at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:746)
    at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:746)
    at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:746)
    at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:746)
    at org.eclipse.jetty.annotations.AnnotationParser.parse (AnnotationParser.java:746)
    at org.mortbay.jetty.plugin.MavenAnnotationConfiguration.doParse (MavenAnnotationConfiguration.java:73)
    at org.mortbay.jetty.plugin.MavenAnnotationConfiguration.parseWebInfClasses (MavenAnnotationConfiguration.java:52)
    at org.eclipse.jetty.annotations.AnnotationConfiguration.configure (AnnotationConfiguration.java:113)
    at org.eclipse.jetty.webapp.WebAppContext.configure (WebAppContext.java:466)
    at org.eclipse.jetty.webapp.WebAppContext.startContext (WebAppContext.java:1245)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart (ContextHandler.java:706)
    at org.eclipse.jetty.webapp.WebAppContext.doStart (WebAppContext.java:492)
    at org.mortbay.jetty.plugin.JettyWebAppContext.doStart (JettyWebAppContext.java:293)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerCollection.doStart (HandlerCollection.java:229)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart (ContextHandlerCollection.java:172)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerCollection.doStart (HandlerCollection.java:229)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:64)
    at org.eclipse.jetty.server.handler.HandlerWrapper.doStart (HandlerWrapper.java:95)
    at org.eclipse.jetty.server.Server.doStart (Server.java:277)
    at org.mortbay.jetty.plugin.JettyServer.doStart (JettyServer.java:65)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:64)
    at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty (AbstractJettyMojo.java:511)
    at org.mortbay.jetty.plugin.AbstractJettyMojo.execute (AbstractJettyMojo.java:364)
    at org.mortbay.jetty.plugin.JettyRunMojo.execute (JettyRunMojo.java:523)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Null identity service, trying login service: null
Finding identity service: null
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2612 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2612.Jersey2612ITCase
Dec 19, 2019 1:05:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.09 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2612 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2612 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2612 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2637 >---------
[INFO] Building jersey-tests-integration-jersey-2637 2.30-SNAPSHOT    [166/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2637 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2637 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2637 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2637 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2637 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2637 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2637 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2637] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/target/jersey-2637-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/target/jersey-2637-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2612/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2637 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/target/jersey-2637-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2637 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2637 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2637 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2637 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2637 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2637 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2637 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2637 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2637
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/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/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2637 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2637.Jersey2637DisabledITCase
Dec 19, 2019 1:05:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.servlet.WebComponent filterFormParameters
WARNING: A servlet request to the URI http://localhost:9998/disabled?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.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s - in org.glassfish.jersey.tests.integration.jersey2637.Jersey2637DisabledITCase
[INFO] Running org.glassfish.jersey.tests.integration.jersey2637.Jersey2637EnabledITCase
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:30 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:30 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.
Dec 19, 2019 1:05:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:31 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.
Dec 19, 2019 1:05:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:31 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.
Dec 19, 2019 1:05:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:31 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.
Dec 19, 2019 1:05:31 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:31 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.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s - in org.glassfish.jersey.tests.integration.jersey2637.Jersey2637EnabledITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2637 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2637 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2637 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2654 >---------
[INFO] Building jersey-tests-integration-jersey-2654 2.30-SNAPSHOT    [167/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2654 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2654 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2654 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2654 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2654 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2654 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2654 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2654] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/target/jersey-2654-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp]
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/target/jersey-2654-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2637/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2654 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/target/jersey-2654-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2654 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2654 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2654 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2654 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2654 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2654 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2654 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2654 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2654
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/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/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/
Dec 19, 2019 1:05: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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2654 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2654.Jersey2654ITCase
Dec 19, 2019 1:05:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2654 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2654 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2654 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2673 >---------
[INFO] Building jersey-tests-integration-jersey-2673 2.30-SNAPSHOT    [168/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2673 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2673 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2673 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2673 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2673 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2673 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/java/org/glassfish/jersey/tests/integration/jersey2673/SampleBean.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2673 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2673 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2673 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2673] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/target/jersey-2673-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/webapp]
[INFO] Webapp assembled in [30 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/target/jersey-2673-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2654/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2673 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/target/jersey-2673-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) > validate @ jersey-2673 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2673 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] <<< jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) < validate @ jersey-2673 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) @ jersey-2673 ---
[INFO] Logging initialized @2056950ms to org.eclipse.jetty.util.log.Slf4jLog
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] nonBlocking:true
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/target/classes
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2673
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/webapp
[INFO] jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
[INFO] Scanning elapsed time=37ms
[INFO] DefaultSessionIdManager workerName=node0
[INFO] No SessionScavenger set, using defaults
[INFO] node0 Scavenging every 600000ms
Dec 19, 2019 1:05:38 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
[INFO] Started o.e.j.m.p.JettyWebAppContext@250c1b74{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/webapp/}
[INFO] Started ServerConnector@6bda05fa{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Started @2058585ms
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2673 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2673.Jersey2673ITCase
Dec 19, 2019 1:05:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:41 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.766 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-maven-plugin:9.4.17.v20190418:stop (stop-jetty) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2673 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2673 ---
[INFO] Stopped ServerConnector@6bda05fa{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Skipping artifact installation
[INFO] node0 Stopped scavenging
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2689 >---------
[INFO] Building jersey-tests-integration-jersey-2689 2.30-SNAPSHOT    [169/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2689 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2689 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2689 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2689 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2689 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2689 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2689 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2689 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/java/org/glassfish/jersey/tests/integration/jersey2689/SampleBean.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2689 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2689 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2689 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2689 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2689] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/target/jersey-2689-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/webapp]
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@250c1b74{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/webapp/,UNAVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2673/src/main/webapp/}
[INFO] Webapp assembled in [45 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/target/jersey-2689-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2689 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/target/jersey-2689-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) > validate @ jersey-2689 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2689 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2689 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] <<< jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) < validate @ jersey-2689 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) @ jersey-2689 ---
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] nonBlocking:true
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/target/classes
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2689
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/webapp
[INFO] jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
[INFO] Scanning elapsed time=16ms
[INFO] DefaultSessionIdManager workerName=node0
[INFO] No SessionScavenger set, using defaults
[INFO] node0 Scavenging every 600000ms
Dec 19, 2019 1:05:44 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
[INFO] Started o.e.j.m.p.JettyWebAppContext@300bd3f7{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/webapp/}
[INFO] Started ServerConnector@2b93c4bf{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Started @2063843ms
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2689 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2689.Jersey2689ITCase
Dec 19, 2019 1:05:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.74 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-maven-plugin:9.4.17.v20190418:stop (stop-jetty) @ jersey-2689 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2689 ---
[INFO] Stopped ServerConnector@2b93c4bf{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] node0 Stopped scavenging
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2689 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2704 >---------
[INFO] Building jersey-tests-integration-jersey-2704 2.30-SNAPSHOT    [170/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2704 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2704 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2704 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2704 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2704 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2704 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2704 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2704] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/target/jersey-2704-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/target/jersey-2704-2.30-SNAPSHOT.war
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@300bd3f7{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/webapp/,UNAVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2689/src/main/webapp/}
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2704 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/target/jersey-2704-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2704 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2704 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2704 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2704 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2704 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2704 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2704 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2704 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2704
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/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/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2704 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2704.Jersey2704ITCase
Dec 19, 2019 1:05:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:05:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2704 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2704 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2704 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >---------
[INFO] Building jersey-tests-integration-jersey-2776 2.30-SNAPSHOT    [171/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2776 ---
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2704/src/main/webapp/
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2776 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2776 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2776 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2776] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/target/jersey-2776-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/target/jersey-2776-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2776 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/target/jersey-2776-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2776 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2776 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2776 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2776 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2776 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2776 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2776 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2776
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2776 ---
[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.013 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2776 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2776 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2776 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2794 >---------
[INFO] Building jersey-tests-integration-jersey-2794 2.30-SNAPSHOT    [172/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2794 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2794 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2794 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2794 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2794 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2794 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2794 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2794] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/target/jersey-2794-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/target/jersey-2794-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2776/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2794 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/target/jersey-2794-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2794 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2794 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2794 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2794 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2794 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2794 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2794 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2794 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2794
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/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/Jersey_master_build_pipeline/tests/integration/jersey-2794/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/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2794 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2794.Jersey2794ITCase
Dec 19, 2019 1:05:55 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2794 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2794 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2794 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2846 >---------
[INFO] Building jersey-tests-integration-jersey-2846 2.30-SNAPSHOT    [173/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2846 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2846 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2846 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2846 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2846 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2846 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2846 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2846] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/target/jersey-2846-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [22 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/target/jersey-2846-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2794/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2846 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/target/jersey-2846-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2846 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2846 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2846 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2846 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2846 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2846 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2846 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2846 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2846
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/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/Jersey_master_build_pipeline/tests/integration/jersey-2846/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/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2846 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2846.Jersey2846ITCase
Dec 19, 2019 1:05:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:01 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.502 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2846 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2846 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2846 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2878 >---------
[INFO] Building jersey-tests-integration-jersey-2878 2.30-SNAPSHOT    [174/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2878 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2878 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2878 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2878 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2878] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/target/jersey-2878-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/target/jersey-2878-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2846/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2878 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/target/jersey-2878-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2878 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2878 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2878 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2878 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2878 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2878 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2878 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2878
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/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/Jersey_master_build_pipeline/tests/integration/jersey-2878/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/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2878 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ApacheITCase
Dec 19, 2019 1:06:06 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 s - in org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ApacheITCase
[INFO] Running org.glassfish.jersey.tests.integration.jersey2878.Jersey2878ITCase
Dec 19, 2019 1:06:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:07 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2878 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2878 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2878 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2892 >---------
[INFO] Building jersey-tests-integration-jersey-2892 2.30-SNAPSHOT    [175/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-2892 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2892 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2892 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2892 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2892 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-2892 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-2892 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-2892] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/target/jersey-2892-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp]
[INFO] Webapp assembled in [44 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/target/jersey-2892-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2878/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-2892 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/target/jersey-2892-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-2892 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-2892 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-2892 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-2892 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-2892 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-2892 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-2892 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-2892 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-2892
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/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/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-2892 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey2892.J605MoxyITCase
Dec 19, 2019 1:06:11 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.367 s - in org.glassfish.jersey.tests.integration.jersey2892.J605MoxyITCase
[INFO] Running org.glassfish.jersey.tests.integration.jersey2892.Jersey2892JacksonITCase
Dec 19, 2019 1:06:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:13 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s - in org.glassfish.jersey.tests.integration.jersey2892.Jersey2892JacksonITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-2892 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-2892 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-2892 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3796 >---------
[INFO] Building jersey-tests-integration-jersey-3796 2.30-SNAPSHOT    [176/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3796 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-3796 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-3796 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3796 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/java/org/glassfish/jersey/tests/integration/jersey3796/MyProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3796 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-3796 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-3796 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3796] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/target/jersey-3796-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp]
[INFO] Webapp assembled in [60 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/target/jersey-3796-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-2892/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-3796 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/target/jersey-3796-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-3796 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-3796 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-3796 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3796 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-3796 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3796 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-3796 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-3796 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-3796
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/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/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-3796 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey3796.Jersey3796ITCase
Dec 19, 2019 1:06:17 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.646 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-3796 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-3796 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-3796 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-780 >----------
[INFO] Building jersey-tests-integration-jersey-780 2.30-SNAPSHOT     [177/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-780 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-780 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-780 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-780 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-780 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-780 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ jersey-780 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-780] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/target/jersey-780-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp]
[INFO] Webapp assembled in [42 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/target/jersey-780-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3796/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-780 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/target/jersey-780-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ jersey-780 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-780 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-780 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-780 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-780 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-780 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ jersey-780 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ jersey-780 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-780
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/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/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ jersey-780 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey780.HelloWorldResourceITCase
Dec 19, 2019 1:06:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ jersey-780 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ jersey-780 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-780 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3670 >---------
[INFO] Building jersey-tests-integration-jersey-3670 2.30-SNAPSHOT    [178/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3670 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-3670 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-3670 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-3670 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-3670 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3670 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-3670 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3670 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-3670 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3670 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-3670 ---
[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/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-780/src/main/webapp/
[INFO] Running org.glassfish.jersey.tests.integration.jersey3670.ExternalApplicationParamConverterTest
Dec 19, 2019 1:06:22 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:23 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:06:23 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:06: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: 1.36 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] --- maven-war-plugin:2.4:war (default-war) @ jersey-3670 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3670] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/target/jersey-3670-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/src/main/webapp]
[INFO] Webapp assembled in [16 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/target/jersey-3670-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-3670 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3670/target/jersey-3670-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-3670 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >---------
[INFO] Building jersey-3992 2.30-SNAPSHOT                             [179/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-3992 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-3992 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-3992 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-3992 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-3992 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3992 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-3992 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-3992 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3992/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-3992 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3992/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-3992 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3992/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-3992 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.cdi.resources.InheritanceTest
Dec 19, 2019 1:06:24 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 19, 2019 1:06: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.
Dec 19, 2019 1:06: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.
Dec 19, 2019 1:06:25 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 19, 2019 1:06:25 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 19, 2019 1:06: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:06:25 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main
Dec 19, 2019 1:06:26 PM org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider bind
WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored.
Dec 19, 2019 1:06: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.
Dec 19, 2019 1:06:26 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:06:26 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:06:27 PM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy
INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY.
Dec 19, 2019 1:06: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: 2.463 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] --- maven-war-plugin:2.4:war (default-war) @ jersey-3992 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3992] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3992/target/jersey-3992]
[INFO] Processing war project
[INFO] Webapp assembled in [13 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3992/target/jersey-3992.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-3992 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-3992/target/jersey-3992-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-3992 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4099 >---------
[INFO] Building jersey-tests-integration-jersey-4099 2.30-SNAPSHOT    [180/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4099 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-4099 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-4099 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-4099 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-4099 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4099 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-4099 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4099/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4099 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4099/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-4099 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4099/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4099 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4099/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-4099 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest
Dec 19, 2019 1:06:28 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.2.14 (Final)
Dec 19, 2019 1:06: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.
Dec 19, 2019 1:06:29 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Dec 19, 2019 1:06:29 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Dec 19, 2019 1:06: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<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
Dec 19, 2019 1:06:29 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:30 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:06:30 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:06: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: 2.273 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] --- maven-war-plugin:2.4:war (default-war) @ jersey-4099 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-4099] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4099/target/jersey-4099-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4099/src/main/webapp]
[INFO] Webapp assembled in [36 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4099/target/jersey-4099-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-4099 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4099/target/jersey-4099-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-4099 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4321 >---------
[INFO] Building jersey-4321 2.30-SNAPSHOT                             [181/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-4321 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-4321 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-4321 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-4321 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-4321 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4321 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-4321 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4321/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-4321 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-4321 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4321/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-4321 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4321/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-4321 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.jersey4321.StreamingTest
Dec 19, 2019 1:06:32 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:33 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:06:33 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:06: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: 1.689 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-4321 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/jersey-4321/target/jersey-4321-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-4321 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-4321 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.integration:portability-jersey-1 >-----
[INFO] Building jersey-tests-integration-portability-jersey-1 2.30-SNAPSHOT [182/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ portability-jersey-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ portability-jersey-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ portability-jersey-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ portability-jersey-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ portability-jersey-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ portability-jersey-1 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ portability-jersey-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [portability-jersey-1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/target/portability-jersey-1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/target/portability-jersey-1-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ portability-jersey-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/target/portability-jersey-1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ portability-jersey-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ portability-jersey-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ portability-jersey-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ portability-jersey-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ portability-jersey-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ portability-jersey-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ portability-jersey-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ portability-jersey-1 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-portability-jersey-1
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/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/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/
Dec 19, 2019 1:06:36 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.3 10/24/2016 03:43 PM'
Dec 19, 2019 1:06:36 PM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.glassfish.jersey.tests.integration.portability
Dec 19, 2019 1:06:36 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class org.glassfish.jersey.tests.integration.portability.HelloWorldResource
Dec 19, 2019 1:06:36 PM com.sun.jersey.api.core.ScanningResourceConfig init
INFO: No provider classes found.
Dec 19, 2019 1:06:36 PM com.sun.jersey.server.impl.application.DeferredResourceConfig$ApplicationHolder <init>
INFO: Instantiated the Application class org.glassfish.jersey.tests.integration.portability.Jersey1Application
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ portability-jersey-1 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.portability.PortabilityITCase
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s - in org.glassfish.jersey.tests.integration.portability.PortabilityITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ portability-jersey-1 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ portability-jersey-1 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ portability-jersey-1 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.integration:portability-jersey-2 >-----
[INFO] Building jersey-tests-integration-portability-jersey-2 2.30-SNAPSHOT [183/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ portability-jersey-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ portability-jersey-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ portability-jersey-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ portability-jersey-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ portability-jersey-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ portability-jersey-2 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ portability-jersey-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [portability-jersey-2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/target/portability-jersey-2-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/target/portability-jersey-2-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-1/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ portability-jersey-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/target/portability-jersey-2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ portability-jersey-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ portability-jersey-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ portability-jersey-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ portability-jersey-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ portability-jersey-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ portability-jersey-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ portability-jersey-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ portability-jersey-2 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-portability-jersey-2
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/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/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ portability-jersey-2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.portability.PortabilityITCase
Dec 19, 2019 1:06:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:40 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s - in org.glassfish.jersey.tests.integration.portability.PortabilityITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ portability-jersey-2 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ portability-jersey-2 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ portability-jersey-2 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:property-check >--------
[INFO] Building jersey-tests-integration-property-check 2.30-SNAPSHOT [184/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ property-check ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ property-check ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ property-check ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ property-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ property-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ property-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ property-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/property-check/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ property-check ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ property-check ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ property-check ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/property-check/target/test-classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/property-check/src/test/java/org/glassfish/jersey/internal/config/SystemPropertiesConfigurationModelTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ property-check ---
[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/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/portability-jersey-2/src/main/webapp/
[INFO] Running org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModelTest
Dec 19, 2019 1:06:41 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.236 s - in org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModelTest
[INFO] Running org.glassfish.jersey.tests.integration.propertycheck.PropertyOverlappingCheckTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.glassfish.jersey.tests.integration.propertycheck.PropertyOverlappingCheckTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ property-check ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/property-check/target/property-check-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ property-check ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ property-check ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:security-digest >-------
[INFO] Building jersey-tests-integration-jersey-security-digest 2.30-SNAPSHOT [185/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ security-digest ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ security-digest ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ security-digest ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ security-digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ security-digest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ security-digest ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ security-digest ---
[INFO] Packaging webapp
[INFO] Assembling webapp [security-digest] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/target/security-digest-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/target/security-digest-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ security-digest ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/target/security-digest-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ security-digest >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ security-digest ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ security-digest ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ security-digest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ security-digest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ security-digest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ security-digest <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ security-digest ---
[INFO] Configuring Jetty for project: jersey-tests-integration-jersey-security-digest
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/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: org.eclipse.jetty.security.DefaultIdentityService@6f7098a3
Finding identity service: org.eclipse.jetty.security.DefaultIdentityService@6f7098a3
LoginService=HashLoginService[my-realm] identityService=org.eclipse.jetty.security.DefaultIdentityService@6f7098a3
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ security-digest ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.securitydigest.SecurityDigestAuthenticationITCase
Dec 19, 2019 1:06:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:06:46 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.235 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ security-digest ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ security-digest ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ security-digest ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1 >--
[INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-1 2.30-SNAPSHOT [186/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-autodiscovery-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-autodiscovery-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-autodiscovery-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-autodiscovery-1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp]
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/security-digest/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/target/servlet-2.5-autodiscovery-1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-autodiscovery-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-autodiscovery-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-autodiscovery-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-autodiscovery-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-autodiscovery-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-autodiscovery-1 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-autodiscovery-1
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_1.LanguageVariantResourceITCase
Dec 19, 2019 1:06:49 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-autodiscovery-1 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-autodiscovery-1 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-autodiscovery-1 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----------------< org.glassfish.jersey.bundles:project >----------------
[INFO] Building jersey-bundles 2.30-SNAPSHOT                          [187/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >----------------
[INFO] Building jersey-bundles-jaxrs-ri 2.30-SNAPSHOT                 [188/344]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrs-ri ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jaxrs-ri ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jaxrs-ri ---
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-1/src/main/webapp/
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jaxrs-ri ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jaxrs-ri ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java added.
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (unpack) @ jaxrs-ri ---
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-client/target/jersey-client-2.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/jersey-common-2.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-server/target/jersey-server-2.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/jersey-hk2-2.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] Unpacking /home/jenkins/agent/workspace/Jersey_master_build_pipeline/containers/jersey-servlet/target/jersey-container-servlet-2.30-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java with includes "" and excludes "**/NOTICE.md,**/NOTICE.markdown"
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 32 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrs-ri ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 979 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/classes
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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
[WARNING] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/server/internal/monitoring/MonitoringStatisticsImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/javax/ws/rs/core/MultivaluedMap.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/unpacked-src/main/java/javax/ws/rs/core/MultivaluedMap.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrs-ri ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrs-ri ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jaxrs-ri ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (default-bundle) @ jaxrs-ri ---
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Unused Import-Package instructions: [javax.servlet.descriptor.*] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jaxrs-ri ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jaxrs-ri ---
[WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Split package, multiple jars provide the same package:javax/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:2.30-SNAPSHOT : Unused Import-Package instructions: [javax.servlet.descriptor.*] 
[INFO] 
[INFO] --- maven-shade-plugin:3.1.0:shade (shade-archive) @ jaxrs-ri ---
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.25.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:1.1.5 in the shaded jar.
[INFO] Including org.eclipse:yasson:jar:1.0.3 in the shaded jar.
[INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:1.0.2 in the shaded jar.
[INFO] Including jakarta.json:jakarta.json-api:jar:1.1.5 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 in the shaded jar.
[INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.1 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] jaxrs-ri.jar, jersey-server-2.30-SNAPSHOT.jar define 599 overlapping classes: 
[WARNING]   - org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider
[WARNING]   - org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
[WARNING]   - org.glassfish.jersey.server.internal.InternalServerProperties
[WARNING]   - org.glassfish.jersey.server.internal.RuntimeDelegateImpl
[WARNING]   - jersey.repackaged.org.objectweb.asm.FieldWriter
[WARNING]   - org.glassfish.jersey.server.internal.monitoring.RequestEventImpl$Builder
[WARNING]   - org.glassfish.jersey.server.ContainerRequest
[WARNING]   - org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler$1
[WARNING]   - org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider$WebTargetValueSupplier
[WARNING]   - org.glassfish.jersey.server.internal.routing.RoutingContext
[WARNING]   - 589 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-2.30-SNAPSHOT.jar define 8 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier
[WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
[WARNING] jersey-container-servlet-core-2.30-SNAPSHOT.jar, jaxrs-ri.jar define 44 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.ServletProperties
[WARNING]   - org.glassfish.jersey.servlet.internal.PersistenceUnitBinder$PersistenceUnitInjectionResolver
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$3
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$WebComponentBinder
[WARNING]   - org.glassfish.jersey.servlet.WebConfig
[WARNING]   - org.glassfish.jersey.servlet.internal.LocalizationMessages
[WARNING]   - org.glassfish.jersey.servlet.ServletContainer
[WARNING]   - org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
[WARNING]   - org.glassfish.jersey.servlet.WebFilterConfig
[WARNING]   - org.glassfish.jersey.servlet.internal.spi.ExtendedServletContainerProvider
[WARNING]   - 34 more...
[WARNING] jakarta.json-1.1.5.jar, jakarta.json-api-1.1.5.jar define 34 overlapping classes: 
[WARNING]   - javax.json.stream.JsonParser
[WARNING]   - javax.json.stream.JsonParserFactory
[WARNING]   - javax.json.JsonString
[WARNING]   - javax.json.JsonValue
[WARNING]   - javax.json.stream.JsonLocation
[WARNING]   - javax.json.Json
[WARNING]   - javax.json.JsonPatch$Operation
[WARNING]   - javax.json.stream.JsonParsingException
[WARNING]   - javax.json.JsonValueImpl
[WARNING]   - javax.json.stream.JsonParser$Event
[WARNING]   - 24 more...
[WARNING] jaxrs-ri.jar, jersey-client-2.30-SNAPSHOT.jar define 153 overlapping classes: 
[WARNING]   - org.glassfish.jersey.client.ChunkParser
[WARNING]   - org.glassfish.jersey.client.HttpUrlConnectorProvider
[WARNING]   - org.glassfish.jersey.client.ResponseCallback
[WARNING]   - org.glassfish.jersey.client.JerseyInvocation$EntityPresence
[WARNING]   - org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider
[WARNING]   - org.glassfish.jersey.client.authentication.RequestAuthenticationException
[WARNING]   - org.glassfish.jersey.client.JerseyInvocation$5
[WARNING]   - org.glassfish.jersey.client.ClientResponse$1
[WARNING]   - org.glassfish.jersey.client.InboundJaxrsResponse$2
[WARNING]   - org.glassfish.jersey.client.internal.inject.AbstractParamValueUpdater
[WARNING]   - 143 more...
[WARNING] jaxrs-ri.jar, jersey-hk2-2.30-SNAPSHOT.jar define 46 overlapping classes: 
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
[WARNING]   - org.glassfish.jersey.inject.hk2.JerseyErrorService$2
[WARNING]   - org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
[WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager$1
[WARNING]   - org.glassfish.jersey.inject.hk2.InjectionResolverWrapper$1
[WARNING]   - org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
[WARNING]   - org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.LocalizationMessages
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey
[WARNING]   - 36 more...
[WARNING] jaxrs-ri.jar, jakarta.ws.rs-api-2.1.6.jar define 137 overlapping classes: 
[WARNING]   - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[WARNING]   - javax.ws.rs.DefaultValue
[WARNING]   - javax.ws.rs.core.StreamingOutput
[WARNING]   - javax.ws.rs.HEAD
[WARNING]   - javax.ws.rs.ext.WriterInterceptor
[WARNING]   - javax.ws.rs.core.Request
[WARNING]   - javax.ws.rs.ext.Providers
[WARNING]   - javax.ws.rs.container.Suspended
[WARNING]   - javax.ws.rs.container.ConnectionCallback
[WARNING]   - javax.ws.rs.client.Invocation
[WARNING]   - 127 more...
[WARNING] jaxrs-ri.jar, jersey-common-2.30-SNAPSHOT.jar define 840 overlapping classes: 
[WARNING]   - org.glassfish.jersey.internal.jsr166.Flow$Publisher
[WARNING]   - org.glassfish.jersey.internal.guava.LocalCache$WriteQueue
[WARNING]   - org.glassfish.jersey.internal.guava.AbstractMapEntry
[WARNING]   - org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
[WARNING]   - org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy
[WARNING]   - org.glassfish.jersey.internal.guava.RemovalCause$2
[WARNING]   - org.glassfish.jersey.internal.util.PropertyAlias
[WARNING]   - org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
[WARNING]   - org.glassfish.jersey.message.internal.BasicTypesMessageProvider$PrimitiveTypes$6
[WARNING]   - org.glassfish.jersey.model.Parameter$ParameterService$2
[WARNING]   - 830 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] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-2.30-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.1.0:shade (default) @ jaxrs-ri ---
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.javassist:javassist:jar:3.25.0-GA in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 in the shaded jar.
[INFO] Including org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 in the shaded jar.
[INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42 in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish:jakarta.json:jar:1.1.5 in the shaded jar.
[INFO] Including org.eclipse:yasson:jar:1.0.3 in the shaded jar.
[INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:1.0.2 in the shaded jar.
[INFO] Including jakarta.json:jakarta.json-api:jar:1.1.5 in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:2.30-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 in the shaded jar.
[INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.1 in the shaded jar.
[INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:2.30-SNAPSHOT
[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] jaxrs-ri.jar, jersey-server-2.30-SNAPSHOT.jar define 599 overlapping classes: 
[WARNING]   - org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider
[WARNING]   - org.glassfish.jersey.server.internal.inject.ParamInjectionResolver
[WARNING]   - org.glassfish.jersey.server.internal.InternalServerProperties
[WARNING]   - org.glassfish.jersey.server.internal.RuntimeDelegateImpl
[WARNING]   - jersey.repackaged.org.objectweb.asm.FieldWriter
[WARNING]   - org.glassfish.jersey.server.internal.monitoring.RequestEventImpl$Builder
[WARNING]   - org.glassfish.jersey.server.ContainerRequest
[WARNING]   - org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler$1
[WARNING]   - org.glassfish.jersey.server.internal.inject.WebTargetValueParamProvider$WebTargetValueSupplier
[WARNING]   - org.glassfish.jersey.server.internal.routing.RoutingContext
[WARNING]   - 589 more...
[WARNING] jakarta.json-1.1.5.jar, jaxrs-ri.jar define 60 overlapping classes: 
[WARNING]   - org.glassfish.json.JsonParserImpl$4
[WARNING]   - org.glassfish.json.JsonMessages
[WARNING]   - org.glassfish.json.JsonGeneratorImpl
[WARNING]   - org.glassfish.json.JsonBuilderFactoryImpl
[WARNING]   - org.glassfish.json.NodeReference$ArrayReference
[WARNING]   - org.glassfish.json.JsonMergePatchImpl
[WARNING]   - org.glassfish.json.NodeReference$ObjectReference
[WARNING]   - org.glassfish.json.JsonStructureParser$Scope
[WARNING]   - org.glassfish.json.JsonStringImpl
[WARNING]   - org.glassfish.json.JsonGeneratorFactoryImpl
[WARNING]   - 50 more...
[WARNING] jaxrs-ri.jar, jersey-container-servlet-2.30-SNAPSHOT.jar define 8 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier
[WARNING]   - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1
[WARNING]   - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
[WARNING]   - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1
[WARNING]   - org.glassfish.jersey.servlet.init.internal.LocalizationMessages
[WARNING] jaxrs-ri.jar, jersey-media-jaxb-2.30-SNAPSHOT.jar define 49 overlapping classes: 
[WARNING]   - org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$General
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$4
[WARNING]   - org.glassfish.jersey.jaxb.internal.XmlCollectionJaxbProvider$General
[WARNING]   - org.glassfish.jersey.jaxb.internal.JaxbMessagingBinder
[WARNING]   - org.glassfish.jersey.jaxb.internal.XmlRootObjectJaxbProvider$App
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$1
[WARNING]   - org.glassfish.jersey.jaxb.internal.AbstractRootElementJaxbProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.JaxbStringReaderProvider$RootElementProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
[WARNING]   - org.glassfish.jersey.jaxb.internal.TransformerFactoryInjectionProvider
[WARNING]   - 39 more...
[WARNING] jersey-container-servlet-core-2.30-SNAPSHOT.jar, jaxrs-ri.jar define 44 overlapping classes: 
[WARNING]   - org.glassfish.jersey.servlet.ServletProperties
[WARNING]   - org.glassfish.jersey.servlet.internal.PersistenceUnitBinder$PersistenceUnitInjectionResolver
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$3
[WARNING]   - org.glassfish.jersey.servlet.WebComponent$WebComponentBinder
[WARNING]   - org.glassfish.jersey.servlet.WebConfig
[WARNING]   - org.glassfish.jersey.servlet.internal.LocalizationMessages
[WARNING]   - org.glassfish.jersey.servlet.ServletContainer
[WARNING]   - org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
[WARNING]   - org.glassfish.jersey.servlet.WebFilterConfig
[WARNING]   - org.glassfish.jersey.servlet.internal.spi.ExtendedServletContainerProvider
[WARNING]   - 34 more...
[WARNING] jaxrs-ri.jar, jakarta.activation-api-1.2.1.jar define 31 overlapping classes: 
[WARNING]   - javax.activation.CommandInfo$Beans$1
[WARNING]   - javax.activation.DataContentHandlerFactory
[WARNING]   - javax.activation.ObjectDataContentHandler
[WARNING]   - javax.activation.DataContentHandler
[WARNING]   - javax.activation.CommandObject
[WARNING]   - javax.activation.SecuritySupport$2
[WARNING]   - javax.activation.FileTypeMap
[WARNING]   - javax.activation.CommandInfo
[WARNING]   - javax.activation.MailcapCommandMap
[WARNING]   - javax.activation.DataHandler$1
[WARNING]   - 21 more...
[WARNING] jaxrs-ri.jar, javassist-3.25.0-GA.jar define 425 overlapping classes: 
[WARNING]   - javassist.util.proxy.ProxyFactory$3
[WARNING]   - javassist.bytecode.FieldInfo
[WARNING]   - javassist.expr.Cast$ProceedForCast
[WARNING]   - javassist.DirClassPath
[WARNING]   - javassist.URLClassPath
[WARNING]   - javassist.CtMethod$LongConstParameter
[WARNING]   - javassist.compiler.Javac$2
[WARNING]   - javassist.bytecode.annotation.ClassMemberValue
[WARNING]   - javassist.bytecode.stackmap.TypeData$ClassName
[WARNING]   - javassist.tools.reflect.Reflection
[WARNING]   - 415 more...
[WARNING] jakarta.json.bind-api-1.0.2.jar, jaxrs-ri.jar define 26 overlapping classes: 
[WARNING]   - javax.json.bind.adapter.JsonbAdapter
[WARNING]   - javax.json.bind.annotation.JsonbTypeAdapter
[WARNING]   - javax.json.bind.annotation.JsonbAnnotation
[WARNING]   - javax.json.bind.annotation.JsonbNumberFormat
[WARNING]   - javax.json.bind.JsonbBuilder
[WARNING]   - javax.json.bind.annotation.JsonbProperty
[WARNING]   - javax.json.bind.config.BinaryDataStrategy
[WARNING]   - javax.json.bind.annotation.JsonbDateFormat
[WARNING]   - javax.json.bind.JsonbException
[WARNING]   - javax.json.bind.annotation.JsonbVisibility
[WARNING]   - 16 more...
[WARNING] jakarta.inject-2.6.1.jar, jaxrs-ri.jar define 6 overlapping classes: 
[WARNING]   - javax.inject.Inject
[WARNING]   - javax.inject.Singleton
[WARNING]   - javax.inject.Scope
[WARNING]   - javax.inject.Named
[WARNING]   - javax.inject.Provider
[WARNING]   - javax.inject.Qualifier
[WARNING] jaxrs-ri.jar, jersey-client-2.30-SNAPSHOT.jar define 153 overlapping classes: 
[WARNING]   - org.glassfish.jersey.client.ChunkParser
[WARNING]   - org.glassfish.jersey.client.HttpUrlConnectorProvider
[WARNING]   - org.glassfish.jersey.client.ResponseCallback
[WARNING]   - org.glassfish.jersey.client.JerseyInvocation$EntityPresence
[WARNING]   - org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider
[WARNING]   - org.glassfish.jersey.client.authentication.RequestAuthenticationException
[WARNING]   - org.glassfish.jersey.client.JerseyInvocation$5
[WARNING]   - org.glassfish.jersey.client.ClientResponse$1
[WARNING]   - org.glassfish.jersey.client.InboundJaxrsResponse$2
[WARNING]   - org.glassfish.jersey.client.internal.inject.AbstractParamValueUpdater
[WARNING]   - 143 more...
[WARNING] jaxrs-ri.jar, jakarta.xml.bind-api-2.3.2.jar define 111 overlapping classes: 
[WARNING]   - javax.xml.bind.annotation.XmlValue
[WARNING]   - javax.xml.bind.annotation.XmlElement
[WARNING]   - javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
[WARNING]   - javax.xml.bind.ContextFinder
[WARNING]   - javax.xml.bind.ContextFinder$3
[WARNING]   - javax.xml.bind.annotation.XmlElementRefs
[WARNING]   - javax.xml.bind.helpers.DefaultValidationEventHandler
[WARNING]   - javax.xml.bind.ParseConversionEvent
[WARNING]   - javax.xml.bind.annotation.XmlSchema
[WARNING]   - javax.xml.bind.ValidationException
[WARNING]   - 101 more...
[WARNING] jaxrs-ri.jar, yasson-1.0.3.jar define 228 overlapping classes: 
[WARNING]   - org.eclipse.yasson.internal.serializer.ZoneOffsetTypeDeserializer
[WARNING]   - org.eclipse.yasson.internal.model.ReflectionPropagation$1
[WARNING]   - org.eclipse.yasson.internal.ComponentMatcher
[WARNING]   - org.eclipse.yasson.internal.JsonbRiParser$LevelContext
[WARNING]   - org.eclipse.yasson.internal.model.customization.naming.DefaultNamingStrategies
[WARNING]   - org.eclipse.yasson.internal.components.JsonbComponentInstanceCreatorFactory
[WARNING]   - org.eclipse.yasson.internal.serializer.OptionalObjectDeserializer
[WARNING]   - org.eclipse.yasson.internal.Unmarshaller
[WARNING]   - org.eclipse.yasson.internal.serializer.LongTypeDeserializer
[WARNING]   - org.eclipse.yasson.internal.serializer.FloatTypeSerializer
[WARNING]   - 218 more...
[WARNING] jaxrs-ri.jar, jersey-hk2-2.30-SNAPSHOT.jar define 46 overlapping classes: 
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1
[WARNING]   - org.glassfish.jersey.inject.hk2.JerseyErrorService$2
[WARNING]   - org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
[WARNING]   - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager$1
[WARNING]   - org.glassfish.jersey.inject.hk2.InjectionResolverWrapper$1
[WARNING]   - org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge
[WARNING]   - org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
[WARNING]   - org.glassfish.jersey.inject.hk2.LocalizationMessages
[WARNING]   - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey
[WARNING]   - 36 more...
[WARNING] jaxrs-ri.jar, osgi-resource-locator-2.5.0-b42.jar define 12 overlapping classes: 
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoader
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$ProvidersPerBundle
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ResourceFinder
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.Activator
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
[WARNING]   - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$BundleTracker
[WARNING]   - 2 more...
[WARNING] jersey-media-json-binding-2.30-SNAPSHOT.jar, jaxrs-ri.jar define 7 overlapping classes: 
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton
[WARNING]   - org.glassfish.jersey.jsonb.JsonBindingFeature
[WARNING]   - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages
[WARNING]   - org.glassfish.jersey.jsonb.LocalizationMessages$1
[WARNING] jaxrs-ri.jar, jakarta.ws.rs-api-2.1.6.jar define 137 overlapping classes: 
[WARNING]   - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[WARNING]   - javax.ws.rs.DefaultValue
[WARNING]   - javax.ws.rs.core.StreamingOutput
[WARNING]   - javax.ws.rs.HEAD
[WARNING]   - javax.ws.rs.ext.WriterInterceptor
[WARNING]   - javax.ws.rs.core.Request
[WARNING]   - javax.ws.rs.ext.Providers
[WARNING]   - javax.ws.rs.container.Suspended
[WARNING]   - javax.ws.rs.container.ConnectionCallback
[WARNING]   - javax.ws.rs.client.Invocation
[WARNING]   - 127 more...
[WARNING] jaxrs-ri.jar, jersey-common-2.30-SNAPSHOT.jar define 841 overlapping classes: 
[WARNING]   - org.glassfish.jersey.internal.jsr166.Flow$Publisher
[WARNING]   - org.glassfish.jersey.internal.guava.LocalCache$WriteQueue
[WARNING]   - org.glassfish.jersey.internal.guava.AbstractMapEntry
[WARNING]   - org.glassfish.jersey.internal.inject.ForeignDescriptorImpl
[WARNING]   - org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy
[WARNING]   - org.glassfish.jersey.internal.guava.RemovalCause$2
[WARNING]   - org.glassfish.jersey.internal.util.PropertyAlias
[WARNING]   - org.glassfish.jersey.message.internal.HttpHeaderReaderImpl
[WARNING]   - org.glassfish.jersey.message.internal.BasicTypesMessageProvider$PrimitiveTypes$6
[WARNING]   - org.glassfish.jersey.model.Parameter$ParameterService$2
[WARNING]   - 831 more...
[WARNING] jakarta.json-1.1.5.jar, jakarta.json-api-1.1.5.jar, jaxrs-ri.jar define 34 overlapping classes: 
[WARNING]   - javax.json.stream.JsonParser
[WARNING]   - javax.json.stream.JsonParserFactory
[WARNING]   - javax.json.JsonString
[WARNING]   - javax.json.JsonValue
[WARNING]   - javax.json.stream.JsonLocation
[WARNING]   - javax.json.Json
[WARNING]   - javax.json.JsonPatch$Operation
[WARNING]   - javax.json.stream.JsonParsingException
[WARNING]   - javax.json.JsonValueImpl
[WARNING]   - javax.json.stream.JsonParser$Event
[WARNING]   - 24 more...
[WARNING] jersey-media-sse-2.30-SNAPSHOT.jar, jaxrs-ri.jar define 42 overlapping classes: 
[WARNING]   - org.glassfish.jersey.media.sse.InboundEventReader$State
[WARNING]   - org.glassfish.jersey.media.sse.internal.JerseySseEventSource$1$1
[WARNING]   - org.glassfish.jersey.media.sse.OutboundEventWriter$1
[WARNING]   - org.glassfish.jersey.media.sse.InboundEventReader$1
[WARNING]   - org.glassfish.jersey.media.sse.internal.JerseySse
[WARNING]   - org.glassfish.jersey.media.sse.OutboundEventWriter
[WARNING]   - org.glassfish.jersey.media.sse.internal.JerseySseEventSource$1
[WARNING]   - org.glassfish.jersey.media.sse.EventSource$Builder
[WARNING]   - org.glassfish.jersey.media.sse.internal.SseAutoDiscoverable
[WARNING]   - org.glassfish.jersey.media.sse.OutboundEvent$Builder
[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 7821 -> 7821 (100%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-2.30-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-binary-archive) @ jaxrs-ri ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building zip: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-source-archive) @ jaxrs-ri ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building zip: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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  'javax.enterprise:cdi-api:jar:*'
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (xcopy) @ jaxrs-ri ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
      [jar] Updating jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar
      [jar] Updating jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jaxrs-ri ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT.tar.bz2
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT-src.zip
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT-src.tar.gz
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT-src.tar.bz2
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:install (default-install) @ jaxrs-ri ---
[INFO] Writing OBR metadata
[INFO] Installing org/glassfish/jersey/bundles/jaxrs-ri/2.30-SNAPSHOT/jaxrs-ri-2.30-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2 >--
[INFO] Building jersey-tests-integration-servlet-2.5-autodiscovery-2 2.30-SNAPSHOT [189/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-autodiscovery-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-autodiscovery-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-autodiscovery-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-autodiscovery-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-autodiscovery-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-autodiscovery-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-autodiscovery-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-autodiscovery-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-autodiscovery-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-autodiscovery-2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp]
[INFO] Webapp assembled in [34 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-autodiscovery-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/target/servlet-2.5-autodiscovery-2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) > validate @ servlet-2.5-autodiscovery-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-autodiscovery-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] <<< jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) < validate @ servlet-2.5-autodiscovery-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) @ servlet-2.5-autodiscovery-2 ---
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] nonBlocking:true
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/target/classes
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-autodiscovery-2
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp
[INFO] jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
[INFO] Scanning elapsed time=15ms
[INFO] DefaultSessionIdManager workerName=node0
[INFO] No SessionScavenger set, using defaults
[INFO] node0 Scavenging every 660000ms
Dec 19, 2019 1:07:31 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 6.0.17.Final
[INFO] Started o.e.j.m.p.JettyWebAppContext@61d2897d{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/}
[INFO] Started ServerConnector@330befa1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Started @2171209ms
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_autodiscovery_2.ValidationResourceITCase
Dec 19, 2019 1:07:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 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-maven-plugin:9.4.17.v20190418:stop (stop-jetty) @ servlet-2.5-autodiscovery-2 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-autodiscovery-2 ---
[INFO] Stopped ServerConnector@330befa1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] node0 Stopped scavenging
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-autodiscovery-2 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-filter >------
[INFO] Building jersey-tests-integration-servlet-2.5-filter 2.30-SNAPSHOT [190/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-filter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-filter ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-filter ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-filter ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-filter] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp]
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-2.30-SNAPSHOT.war
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@61d2897d{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/,UNAVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-autodiscovery-2/src/main/webapp/}
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/target/servlet-2.5-filter-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-filter >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-filter ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-filter ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-filter ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-filter <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-filter ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-filter
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-filter ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_2_5_filter.MyResourceITCase
Dec 19, 2019 1:07:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:36 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.917 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-filter ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-filter ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-filter ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1 >---
[INFO] Building jersey-tests-integration-servlet-2.5-inflector-1 2.30-SNAPSHOT [191/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-inflector-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-inflector-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-inflector-1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp]
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-filter/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-inflector-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/target/servlet-2.5-inflector-1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-inflector-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-inflector-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-inflector-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-inflector-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-inflector-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-inflector-1 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-inflector-1
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_inflector_1.InflectorInjectionTestITCase
Dec 19, 2019 1:07:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:39 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-inflector-1 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-inflector-1 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-inflector-1 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-1 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-1 2.30-SNAPSHOT [192/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-init-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp]
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-inflector-1/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-init-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/target/servlet-2.5-init-1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-init-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-init-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-init-1 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-1
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_1.Servlet25Init1ITCase
Dec 19, 2019 1:07:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-init-1 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-init-1 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-init-1 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-2 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-2 2.30-SNAPSHOT [193/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-init-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-1/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-init-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/target/servlet-2.5-init-2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-init-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-init-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-init-2 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-2
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_2.HelloWorldResourceITCase
Dec 19, 2019 1:07:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-init-2 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-init-2 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-init-2 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-3 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-3 2.30-SNAPSHOT [194/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-3 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-init-3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-3] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp]
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-2/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-init-3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/target/servlet-2.5-init-3-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-init-3 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-3 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-3 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-3 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-init-3 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-init-3 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-3
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_3.HelloWorldResourceITCase
Dec 19, 2019 1:07:48 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-init-3 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-init-3 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-init-3 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-4 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-4 2.30-SNAPSHOT [195/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-4 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-init-4 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-4] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-3/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-init-4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/target/servlet-2.5-init-4-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-init-4 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-4 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-4 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-4 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-init-4 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-init-4 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-4
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_4.HelloWorldResourceITCase
Dec 19, 2019 1:07:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.8 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-init-4 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-init-4 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-init-4 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-5 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-5 2.30-SNAPSHOT [196/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-5 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-init-5 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-5] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp]
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-4/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-init-5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/target/servlet-2.5-init-5-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-init-5 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-5 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-5 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-5 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-init-5 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-init-5 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-5
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/
Dec 19, 2019 1:07:54 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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_5.HelloWorldResourceITCase
Dec 19, 2019 1:07:55 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:55 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:07:55 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.083 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-init-5 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-init-5 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-init-5 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-6 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-6 2.30-SNAPSHOT [197/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-6 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-init-6 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-6] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp]
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-init-6 ---
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-5/src/main/webapp/
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/target/servlet-2.5-init-6-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-init-6 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-6 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-init-6 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-init-6 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-6
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/
Dec 19, 2019 1:07:57 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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_6.HelloWorldResourceITCase
Dec 19, 2019 1:07:58 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-init-6 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-init-6 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-init-6 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-7 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-7 2.30-SNAPSHOT [198/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-7 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-init-7 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-7] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-6/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-init-7 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/target/servlet-2.5-init-7-2.30-SNAPSHOT-sources.jar
[WARNING] 7 threads could not be stopped
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-init-7 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-7 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-7 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-7 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-init-7 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-init-7 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-7
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/
Dec 19, 2019 1:08:01 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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_7.HelloWorldResourceITCase
Dec 19, 2019 1:08:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-init-7 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-init-7 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-init-7 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-init-8 >------
[INFO] Building jersey-tests-integration-servlet-2.5-init-8 2.30-SNAPSHOT [199/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-8 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-init-8 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-init-8] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp]
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-2.30-SNAPSHOT.war
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-7/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-init-8 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/target/servlet-2.5-init-8-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-init-8 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-init-8 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-init-8 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-init-8 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-init-8 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-init-8 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-init-8
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/
Dec 19, 2019 1:08:04 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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_init_8.HelloWorldResourceITCase
Dec 19, 2019 1:08:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-init-8 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-init-8 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-init-8 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1 >------
[INFO] Building jersey-tests-integration-servlet-2.5-mvc-1 2.30-SNAPSHOT [200/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-mvc-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-mvc-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-mvc-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-mvc-1 ---
[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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-init-8/src/main/webapp/
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-mvc-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-mvc-1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp]
[INFO] Webapp assembled in [33 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-mvc-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/target/servlet-2.5-mvc-1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-mvc-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-mvc-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-mvc-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-mvc-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-mvc-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-mvc-1 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-1
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/
Dec 19, 2019 1:08: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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-mvc-1 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_1.ItemITCase
Dec 19, 2019 1:08:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Item XML is: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><book><title>Svejk</title><author>Jaroslav Hasek</author></book>
Dec 19, 2019 1:08:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.549 s - in org.glassfish.jersey.tests.integration.servlet_25_mvc_1.ItemITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_1.BookstoreITCase
Dec 19, 2019 1:08:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 s - in org.glassfish.jersey.tests.integration.servlet_25_mvc_1.BookstoreITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-mvc-1 ---
Stopping server 0
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-mvc-1 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-mvc-1 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2 >------
[INFO] Building jersey-tests-integration-servlet-2.5-mvc-2 2.30-SNAPSHOT [201/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-mvc-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=2036500299@7962874bclazz's classloader=null
[INFO] Clazz: class org.glassfish.jersey.tests.integration.servlet_25_mvc_1.resource.Bookstore loaded by WebAppClassLoader=2036500299@7962874b
[INFO] removed
[INFO] Clazz: class org.glassfish.jersey.tests.integration.servlet_25_mvc_1.resource.Book loaded by WebAppClassLoader=2036500299@7962874b
[INFO] removed
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-1/src/main/webapp/
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-mvc-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-mvc-2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp]
[INFO] Webapp assembled in [29 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-mvc-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/target/servlet-2.5-mvc-2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-mvc-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-mvc-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-mvc-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-mvc-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-mvc-2 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-2
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/
Dec 19, 2019 1:08:13 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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_2.ItemITCase
Dec 19, 2019 1:08:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Item XML is: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><book><title>Svejk</title><author>Jaroslav Hasek</author></book>
Dec 19, 2019 1:08:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 s - in org.glassfish.jersey.tests.integration.servlet_25_mvc_2.ItemITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_2.BookstoreITCase
Dec 19, 2019 1:08:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-mvc-2 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-mvc-2 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-mvc-2 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3 >------
[INFO] Building jersey-tests-integration-servlet-2.5-mvc-3 2.30-SNAPSHOT [202/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-mvc-3 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=125588884@77c5594clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-2/src/main/webapp/
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-mvc-3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-mvc-3] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp]
[INFO] Webapp assembled in [29 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-mvc-3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/target/servlet-2.5-mvc-3-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-mvc-3 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-mvc-3 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-mvc-3 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-mvc-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-mvc-3 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-mvc-3 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-mvc-3 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-mvc-3
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/
Dec 19, 2019 1:08: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 SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_3.ItemITCase
Dec 19, 2019 1:08:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Item XML is: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><book><title>Svejk</title><author>Jaroslav Hašek</author></book>
Dec 19, 2019 1:08:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.632 s - in org.glassfish.jersey.tests.integration.servlet_25_mvc_3.ItemITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_mvc_3.BookstoreITCase
Dec 19, 2019 1:08:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:20 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.glassfish.jersey.tests.integration.servlet_25_mvc_3.BookstoreITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-mvc-3 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-mvc-3 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-mvc-3 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-2.5-reload >------
[INFO] Building jersey-tests-integration-servlet-2.5-reload 2.30-SNAPSHOT [203/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-2.5-reload ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-reload ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-reload ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-2.5-reload ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-2.5-reload ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-2.5-reload] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=759189331@2d404f53clazz's classloader=null
[INFO] Clazz: class org.glassfish.jersey.tests.integration.servlet_25_mvc_3.resource.Book loaded by WebAppClassLoader=759189331@2d404f53
[INFO] removed
[INFO] Clazz: class org.glassfish.jersey.tests.integration.servlet_25_mvc_3.resource.Bookstore loaded by WebAppClassLoader=759189331@2d404f53
[INFO] removed
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-mvc-3/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-2.5-reload ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/target/servlet-2.5-reload-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-2.5-reload >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-2.5-reload ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-2.5-reload ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-2.5-reload ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-2.5-reload ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-2.5-reload ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-2.5-reload <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-2.5-reload ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-2.5-reload
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/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/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-2.5-reload ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_25_config_reload.ReloadTestIT
Dec 19, 2019 1:08:23 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[WARNING] /reload
org.glassfish.hk2.api.MultiException: A MultiException has 1 exceptions.  They are:
1. java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_0,0,982883995) has been shut down

    at org.jvnet.hk2.internal.FactoryCreator.getFactoryHandle (FactoryCreator.java:82)
    at org.jvnet.hk2.internal.FactoryCreator.dispose (FactoryCreator.java:149)
    at org.jvnet.hk2.internal.SystemDescriptor.dispose (SystemDescriptor.java:518)
    at org.glassfish.jersey.inject.hk2.RequestContext.lambda$findOrCreate$0 (RequestContext.java:60)
    at org.glassfish.jersey.internal.inject.ForeignDescriptorImpl.dispose (ForeignDescriptorImpl.java:63)
    at org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance.remove (Hk2RequestScope.java:126)
    at java.lang.Iterable.forEach (Iterable.java:75)
    at org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance.release (Hk2RequestScope.java:143)
    at org.glassfish.jersey.process.internal.RequestScope.release (RequestScope.java:246)
    at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:267)
    at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:232)
    at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:680)
    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:365)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:318)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205)
    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:669)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:455)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:560)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Se[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.968 s - in org.glassfish.jersey.tests.integration.servlet_25_config_reload.ReloadTestIT
rver.handle (Server.java:365)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest (AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete (AbstractHttpConnection.java:926)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete (AbstractHttpConnection.java:988)
    at org.eclipse.jetty.http.HttpParser.parseNext (HttpParser.java:635)
    at org.eclipse.jetty.http.HttpParser.parseAvailable (HttpParser.java:235)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle (AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle (SelectChannelEndPoint.java:628)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run (SelectChannelEndPoint.java:52)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:543)
    at java.lang.Thread.run (Thread.java:748)
Caused by: java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_0,0,982883995) has been shut down
    at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState (ServiceLocatorImpl.java:2383)
    at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandleImpl (ServiceLocatorImpl.java:616)
    at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandle (ServiceLocatorImpl.java:609)
    at org.jvnet.hk2.internal.ServiceLocatorImpl.getServiceHandle (ServiceLocatorImpl.java:627)
    at org.jvnet.hk2.internal.FactoryCreator.getFactoryHandle (FactoryCreator.java:79)
    at org.jvnet.hk2.internal.FactoryCreator.dispose (FactoryCreator.java:149)
    at org.jvnet.hk2.internal.SystemDescriptor.dispose (SystemDescriptor.java:518)
    at org.glassfish.jersey.inject.hk2.RequestContext.lambda$findOrCreate$0 (RequestContext.java:60)
    at org.glassfish.jersey.internal.inject.ForeignDescriptorImpl.dispose (ForeignDescriptorImpl.java:63)
    at org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance.remove (Hk2RequestScope.java:126)
    at java.lang.Iterable.forEach (Iterable.java:75)
    at org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance.release (Hk2RequestScope.java:143)
    at org.glassfish.jersey.process.internal.RequestScope.release (RequestScope.java:246)
    at org.glassfish.jersey.process.internal.RequestScope.runInScope (RequestScope.java:267)
    at org.glassfish.jersey.server.ServerRuntime.process (ServerRuntime.java:232)
    at org.glassfish.jersey.server.ApplicationHandler.handle (ApplicationHandler.java:680)
    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:365)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:318)
    at org.glassfish.jersey.servlet.ServletContainer.service (ServletContainer.java:205)
    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:669)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:455)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:560)
    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle (Server.java:365)
    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest (AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete (AbstractHttpConnection.java:926)
    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete (AbstractHttpConnection.java:988)
    at org.eclipse.jetty.http.HttpParser.parseNext (HttpParser.java:635)
    at org.eclipse.jetty.http.HttpParser.parseAvailable (HttpParser.java:235)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle (AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle (SelectChannelEndPoint.java:628)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run (SelectChannelEndPoint.java:52)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:543)
    at java.lang.Thread.run (Thread.java:748)
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-2.5-reload ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-2.5-reload ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-2.5-reload ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-async >-------
[INFO] Building jersey-tests-integration-servlet-3-async 2.30-SNAPSHOT [204/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-async ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-async ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-async ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-async ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-async ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-async] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/target/servlet-3-async-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/target/servlet-3-async-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1239040673@49da42a1clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-2.5-reload/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-async ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/target/servlet-3-async-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-async >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-async ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-async ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-async ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-async ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-async <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-async ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-async
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/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/Jersey_master_build_pipeline/tests/integration/servlet-3-async/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/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-async ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase
Dec 19, 2019 1:08:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:27 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!"

Dec 19, 2019 1:08:27 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:28 PM org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase testAsyncRequestCanceling
INFO: POST response for message 0: Canceled 1 by POST 0
POST response for message 1: Canceled 9 by POST 1
POST response for message 2: Canceled 6 by POST 2
POST response for message 3: Canceled 3 by POST 3
POST response for message 4: Canceled 5 by POST 4
POST response for message 5: Canceled 4 by POST 5
POST response for message 6: Canceled 0 by POST 6
POST response for message 7: Canceled 2 by POST 7
POST response for message 8: Canceled 8 by POST 8
POST response for message 9: Canceled 7 by POST 9

GET response for message 0: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 1: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 2: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 3: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 4: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 5: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 6: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 7: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 8: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>

GET response for message 9: 503: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 Service Unavailable</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /async/canceled. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
</body>
</html>


[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.812 s - in org.glassfish.jersey.tests.integration.servlet_3_async.AsyncServletResourceITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_async.AsyncTimeoutResourceITCase
Dec 19, 2019 1:08:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-async ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-async ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-async ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-chunked-io >-----
[INFO] Building jersey-tests-integration-servlet-3-chunked-io 2.30-SNAPSHOT [205/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-chunked-io ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-chunked-io ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-chunked-io ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-chunked-io ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-chunked-io ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-chunked-io ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-chunked-io ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-chunked-io] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [32 msecs]
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1145361479@4444d447clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-async/src/main/webapp
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-chunked-io ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/target/servlet-3-chunked-io-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-chunked-io >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-chunked-io ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-chunked-io ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-chunked-io ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-chunked-io ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-chunked-io ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-chunked-io <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-chunked-io ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-chunked-io
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/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/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/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/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-chunked-io ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_chunked_io.ChunkedInputOutputITCase
Dec 19, 2019 1:08:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
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.
Dec 19, 2019 1:08:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
Dec 19, 2019 1:08:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
Dec 19, 2019 1:08:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
Dec 19, 2019 1:08:38 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/resources
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.171 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-chunked-io ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-chunked-io ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-chunked-io ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-filter >-------
[INFO] Building jersey-tests-integration-servlet-3-filter 2.30-SNAPSHOT [206/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-filter ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-filter ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-filter ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-filter ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-filter ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-filter] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/target/servlet-3-filter-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp]
[INFO] Webapp assembled in [16 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/target/servlet-3-filter-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1755767394@68a6e262clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-chunked-io/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-filter ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/target/servlet-3-filter-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-filter >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-filter ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-filter ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-filter ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-filter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-filter ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-filter <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-filter ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-filter
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/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/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-filter ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_filter.MyResourceITCase
Dec 19, 2019 1:08:41 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:42 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-filter ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-filter ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-filter ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.glassfish.jersey.tests.integration:servlet-3-gf-async >------
[INFO] Building jersey-tests-integration-servlet-3-gf-async 2.30-SNAPSHOT [207/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-gf-async ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-gf-async ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-gf-async ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-gf-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-gf-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-gf-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-gf-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-gf-async/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-gf-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-gf-async/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-gf-async ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-gf-async/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-gf-async ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-gf-async/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-gf-async ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-gf-async ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-gf-async] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async]
[INFO] Processing war project
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1657106613@62c570b5clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-filter/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-gf-async ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-gf-async/target/servlet-3-gf-async-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-gf-async ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.integration:servlet-3-inflector-1 >----
[INFO] Building jersey-tests-integration-servlet-3-inflector-1 2.30-SNAPSHOT [208/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-inflector-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-inflector-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-inflector-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-inflector-1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [16 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-inflector-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/target/servlet-3-inflector-1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-inflector-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-inflector-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-inflector-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-inflector-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-inflector-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-inflector-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-inflector-1 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-inflector-1
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/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/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/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/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_inflector_1.InflectorInjectionTestITCase
Dec 19, 2019 1:08:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.876 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-inflector-1 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-inflector-1 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-inflector-1 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-1 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-1 2.30-SNAPSHOT [209/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-1 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/target/servlet-3-init-1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/target/servlet-3-init-1-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=737489553@2bf53291clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-inflector-1/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/target/servlet-3-init-1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-1 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-1 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-1 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-1
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-1 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_1.HelloWorldResourceITCase
Dec 19, 2019 1:08:48 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:48 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-1 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-1 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-1 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-2 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-2 2.30-SNAPSHOT [210/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-2 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/target/servlet-3-init-2-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/target/servlet-3-init-2-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=774540405@2e2a8c75clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-1/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/target/servlet-3-init-2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-2 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-2
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_2.HelloWorldResourceITCase
Dec 19, 2019 1:08:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-2 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-2 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-2 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-3 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-3 2.30-SNAPSHOT [211/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-3 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-3 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-3 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-3 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-3 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-3] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/target/servlet-3-init-3-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/target/servlet-3-init-3-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-3 ---
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1733819416@6757fc18clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-2/src/main/webapp
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/target/servlet-3-init-3-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-3 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-3 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-3 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-3 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-3 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-3 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-3 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-3 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-3
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-3 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_3.EmptyApplicationTestITCase
Dec 19, 2019 1:08:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:54 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-3 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-3 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-3 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-4 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-4 2.30-SNAPSHOT [212/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-4 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-4 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-4 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-4] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/target/servlet-3-init-4-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/target/servlet-3-init-4-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1885715998@7065be1eclazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-3/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/target/servlet-3-init-4-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-4 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-4 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-4 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-4 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-4 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-4 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-4
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_4.EmptyApplicationTestITCase
Dec 19, 2019 1:08:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:08:57 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-4 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-4 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-4 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-5 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-5 2.30-SNAPSHOT [213/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-5 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-5 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-5 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-5 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-5] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/target/servlet-3-init-5-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/target/servlet-3-init-5-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=355702118@15339566clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-4/src/main/webapp
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/target/servlet-3-init-5-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-5 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-5 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-5 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-5 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-5 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-5 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-5
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-5 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_5.HelloWorldResourceITCase
Dec 19, 2019 1:09:00 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-5 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-5 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-5 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-6 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-6 2.30-SNAPSHOT [214/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-6 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-6 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-6 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-6 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-6 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-6] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/target/servlet-3-init-6-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp]
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/target/servlet-3-init-6-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1845546970@6e00cfdaclazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-5/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-6 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/target/servlet-3-init-6-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-6 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-6 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-6 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-6 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-6 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-6 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-6 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-6
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-6 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_6.EmptyApplicationITCase
Dec 19, 2019 1:09:02 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:03 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.365 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-6 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-6 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-6 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-7 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-7 2.30-SNAPSHOT [215/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-7 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-7 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-7 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-7 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-7 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-7 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-7] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/target/servlet-3-init-7-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/target/servlet-3-init-7-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=666090697@27b3bcc9clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-6/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-7 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/target/servlet-3-init-7-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-7 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-7 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-7 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-7 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-7 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-7 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-7 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-7 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-7
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-7 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_7.HelloWorldResourceITCase
Dec 19, 2019 1:09:05 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-7 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-7 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-7 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-init-8 >-------
[INFO] Building jersey-tests-integration-servlet-3-init-8 2.30-SNAPSHOT [216/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-8 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-8 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-8 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-8 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-8 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-8] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/target/servlet-3-init-8-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp]
[INFO] Webapp assembled in [22 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/target/servlet-3-init-8-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=178225124@a9f7fe4clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-7/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-8 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/target/servlet-3-init-8-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-8 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-8 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-8 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-8 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-8 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-8 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-8 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-8
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-8 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceITCase
Dec 19, 2019 1:09:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:09 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.704 s - in org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceUnreachableITCase
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:10 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.glassfish.jersey.tests.integration.servlet_3_init_8.HelloWorldResourceUnreachableITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-8 ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-8 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-8 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:servlet-3-init-provider >---
[INFO] Building jersey-tests-integration-servlet-3-init-provider 2.30-SNAPSHOT [217/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-init-provider ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-provider ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-init-provider ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=951648325@38b90045clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-8/src/main/webapp/
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-init-provider ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-init-provider] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp]
[INFO] Webapp assembled in [27 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-init-provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/target/servlet-3-init-provider-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-init-provider >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-init-provider ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-init-provider ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-init-provider ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-init-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-init-provider ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-init-provider <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-init-provider ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-init-provider
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/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/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-init-provider ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld4ResourceITCase
Dec 19, 2019 1:09:14 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s - in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld4ResourceITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld2ResourceITCase
Dec 19, 2019 1:09:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld2ResourceITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld5ResourceITCase
Dec 19, 2019 1:09:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld5ResourceITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld3ResourceITCase
Dec 19, 2019 1:09:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:15 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld3ResourceITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld1ResourceITCase
Dec 19, 2019 1:09:16 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:16 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:16 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld1ResourceITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-init-provider ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-init-provider ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-init-provider ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.integration:servlet-3-params >-------
[INFO] Building jersey-tests-integration-servlet-3-params 2.30-SNAPSHOT [218/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-params ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-params ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-params ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-params ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-params ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-params ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-params ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-params] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/target/servlet-3-params-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp]
[INFO] Webapp assembled in [19 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/target/servlet-3-params-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=424081284@1946f784clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-init-provider/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-params ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/target/servlet-3-params-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-3-params >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-params ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-params ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-params ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-params ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-params ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-3-params <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-3-params ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-3-params
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/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/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-params ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_params.ParamsTestITCase
Dec 19, 2019 1:09:18 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:19 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-3-params ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-params ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-params ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:servlet-3-sse-1 >-------
[INFO] Building jersey-tests-integration-servlet-3-sse-1 2.30-SNAPSHOT [219/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-3-sse-1 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-3-sse-1 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-3-sse-1 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-3-sse-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-3-sse-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-3-sse-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-3-sse-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-sse-1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-3-sse-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-sse-1/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-3-sse-1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-sse-1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-3-sse-1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-sse-1/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-3-sse-1 ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-3-sse-1 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-3-sse-1] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [17 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1099812163@418dcd43clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-params/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-3-sse-1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-3-sse-1/target/servlet-3-sse-1-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-3-sse-1 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_3_sse_1.ItemStoreResourceITCase
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.012 s - in org.glassfish.jersey.tests.integration.servlet_3_sse_1.ItemStoreResourceITCase
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-3-sse-1 ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-3-sse-1 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2 >--
[INFO] Building jersey-tests-integration-servlet-request-wrapper-binding-2 2.30-SNAPSHOT [220/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-request-wrappper-binding-2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-request-wrappper-binding-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-request-wrappper-binding-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-request-wrappper-binding-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding-2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-request-wrappper-binding-2 ---
[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] --- maven-war-plugin:2.4:war (default-war) @ servlet-request-wrappper-binding-2 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-request-wrappper-binding-2] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp]
[INFO] Webapp assembled in [37 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-request-wrappper-binding-2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/target/servlet-request-wrappper-binding-2-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-request-wrappper-binding-2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-request-wrappper-binding-2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-request-wrappper-binding-2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-request-wrappper-binding-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-request-wrappper-binding-2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-request-wrappper-binding-2 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-request-wrappper-binding-2 ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-request-wrapper-binding-2
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/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/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-request-wrappper-binding-2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper2.AutodetectedAppRequestResponseTypeITCase
Dec 19, 2019 1:09:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:24 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 s - in org.glassfish.jersey.tests.integration.servlet_request_wrapper2.AutodetectedAppRequestResponseTypeITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper2.WebXmlConfiguredAppRequestResponseTypeITCase
Dec 19, 2019 1:09:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:25 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s - in org.glassfish.jersey.tests.integration.servlet_request_wrapper2.WebXmlConfiguredAppRequestResponseTypeITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-request-wrappper-binding-2 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-request-wrappper-binding-2 ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-request-wrappper-binding-2 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding >--
[INFO] Building jersey-tests-integration-servlet-request-wrapper-binding 2.30-SNAPSHOT [221/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-request-wrappper-binding ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-request-wrappper-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1639852433@61be2991clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding-2/src/main/webapp/
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-request-wrappper-binding ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-request-wrappper-binding] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-request-wrappper-binding ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/target/servlet-request-wrappper-binding-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ servlet-request-wrappper-binding >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-request-wrappper-binding ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-request-wrappper-binding ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-request-wrappper-binding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-request-wrappper-binding ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ servlet-request-wrappper-binding <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ servlet-request-wrappper-binding ---
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-request-wrapper-binding
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp
[INFO] jetty-8.1.8.v20121106
[INFO] No Transaction manager found - if your webapp requires one, please configure one.
[WARNING] EXCEPTION 
java.lang.ArrayIndexOutOfBoundsException
Null identity service, trying login service: null
Finding identity service: null
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper.AutodetectedAppRequestResponseTypeITCase
Dec 19, 2019 1:09:28 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s - in org.glassfish.jersey.tests.integration.servlet_request_wrapper.AutodetectedAppRequestResponseTypeITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlet_request_wrapper.WebXmlConfiguredAppRequestResponseTypeITCase
Dec 19, 2019 1:09:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:29 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.glassfish.jersey.tests.integration.servlet_request_wrapper.WebXmlConfiguredAppRequestResponseTypeITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ servlet-request-wrappper-binding ---
[INFO] 
Stopping server 0
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-request-wrappper-binding ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-request-wrappper-binding ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:servlet-tests >--------
[INFO] Building jersey-tests-integration-servlet-tests 2.30-SNAPSHOT  [222/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ servlet-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-tests ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-tests ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ servlet-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ servlet-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ servlet-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ servlet-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ servlet-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ servlet-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ servlet-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ servlet-tests ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ servlet-tests ---
[INFO] Packaging webapp
[INFO] Assembling webapp [servlet-tests] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/target/servlet-tests-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/main/webapp]
[INFO] Webapp assembled in [46 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/target/servlet-tests-2.30-SNAPSHOT.war
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=672711026@2818c172clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-request-wrapper-binding/src/main/webapp/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ servlet-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/target/servlet-tests-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) > validate @ servlet-tests >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ servlet-tests ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ servlet-tests ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] <<< jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) < validate @ servlet-tests <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) @ servlet-tests ---
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] nonBlocking:true
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/target/classes
[INFO] Configuring Jetty for project: jersey-tests-integration-servlet-tests
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/main/webapp
[INFO] jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
[INFO] Scanning elapsed time=14ms
[INFO] DefaultSessionIdManager workerName=node0
[INFO] No SessionScavenger set, using defaults
[INFO] node0 Scavenging every 600000ms
Dec 19, 2019 1:09:31 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.
Dec 19, 2019 1:09:31 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.
Dec 19, 2019 1:09:31 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.JettyWebAppContext@62bd65a{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/main/webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/main/webapp/}
[INFO] Started ServerConnector@6a4bc1c8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Started @2291438ms
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ servlet-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.StaticContentRegexITCase
Dec 19, 2019 1:09:32 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.53 s - in org.glassfish.jersey.tests.integration.servlettests.StaticContentRegexITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.DuplicateHeaderITCase
Dec 19, 2019 1:09:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.jersey.tests.integration.servlettests.DuplicateHeaderITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.FilterContextPathITCase
Dec 19, 2019 1:09:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:33 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 s - in org.glassfish.jersey.tests.integration.servlettests.FilterContextPathITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.FormConsumptionITCase
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:34 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.
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:34 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.
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:34 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.249 s - in org.glassfish.jersey.tests.integration.servlettests.FormConsumptionITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.CacheControlOn404ITCase
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.glassfish.jersey.tests.integration.servlettests.CacheControlOn404ITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.InvalidRequestUriITCase
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.glassfish.jersey.tests.integration.servlettests.InvalidRequestUriITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.RolesAllowedFilterITCase
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.glassfish.jersey.tests.integration.servlettests.RolesAllowedFilterITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.ForwardOn404ITCase
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 s - in org.glassfish.jersey.tests.integration.servlettests.ForwardOn404ITCase
[INFO] Running org.glassfish.jersey.tests.integration.servlettests.Custom404MediaTypeITCase
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:34 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:35 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s - in org.glassfish.jersey.tests.integration.servlettests.Custom404MediaTypeITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:stop (stop-jetty) @ servlet-tests ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ servlet-tests ---
[INFO] Stopped ServerConnector@6a4bc1c8{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] node0 Stopped scavenging
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ servlet-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------< org.glassfish.jersey.tests.integration:sonar-test >----------
[INFO] Building jersey-tests-integration-sonar-test 2.30-SNAPSHOT     [223/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sonar-test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ sonar-test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ sonar-test ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sonar-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sonar-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ sonar-test ---
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ sonar-test ---
[INFO] Packaging webapp
[INFO] Assembling webapp [sonar-test] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/target/sonar-test-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp]
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/target/sonar-test-2.30-SNAPSHOT.war
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@62bd65a{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/main/webapp/,UNAVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/servlet-tests/src/main/webapp/}
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ sonar-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/target/sonar-test-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ sonar-test >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ sonar-test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ sonar-test ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sonar-test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sonar-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sonar-test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ sonar-test <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ sonar-test ---
[INFO] Configuring Jetty for project: jersey-tests-integration-sonar-test
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/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/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ sonar-test ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.integration.sonar.JerseySonarITCase
Dec 19, 2019 1:09:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:37 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 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-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ sonar-test ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ sonar-test ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sonar-test ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests.integration:spring4 >-----------
[INFO] Building jersey-tests-integration-spring4 2.30-SNAPSHOT        [224/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spring4 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ spring4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ spring4 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ spring4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ spring4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ spring4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ spring4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1942440114@73c748b2clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/sonar-test/src/main/webapp/
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ spring4 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [spring4] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/target/spring4-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/src/main/webapp]
[INFO] Webapp assembled in [37 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/target/spring4-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ spring4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/target/spring4-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) > validate @ spring4 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ spring4 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ spring4 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] <<< jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) < validate @ spring4 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) @ spring4 ---
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] nonBlocking:true
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/target/classes
[INFO] Configuring Jetty for project: jersey-tests-integration-spring4
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/src/main/webapp
[INFO] jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
[WARNING] org.aopalliance.aop.Advice scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-aop/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/aop/Advice.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/aop/AspectException.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/intercept/ConstructorInterceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/intercept/ConstructorInvocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/intercept/Interceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/intercept/Invocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/intercept/Joinpoint.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/intercept/MethodInterceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/4.3.20.RELEASE/spring-aop-4.3.20.RELEASE.jar!/org/aopalliance/intercept/MethodInvocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar!/org/aopalliance/intercept/MethodInvocation.class
[INFO] Scanning elapsed time=757ms
[INFO] 1 Spring WebApplicationInitializers detected on classpath
[INFO] DefaultSessionIdManager workerName=node0
[INFO] No SessionScavenger set, using defaults
[INFO] node0 Scavenging every 660000ms
[INFO] Initializing Spring root WebApplicationContext
Dec 19, 2019 1:09:41 PM org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization started
Dec 19, 2019 1:09:41 PM org.springframework.web.context.support.XmlWebApplicationContext prepareRefresh
INFO: Refreshing Root WebApplicationContext: startup date [Thu Dec 19 13:09:41 GMT 2019]; root of context hierarchy
Dec 19, 2019 1:09:41 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [applicationContext.xml]
Dec 19, 2019 1:09:42 PM org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor <init>
INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Dec 19, 2019 1:09:42 PM org.springframework.web.context.ContextLoader initWebApplicationContext
INFO: Root WebApplicationContext: initialization completed in 776 ms
[INFO] Started o.e.j.m.p.JettyWebAppContext@24b3ac8f{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/src/main/webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/src/main/webapp/}
[INFO] Started ServerConnector@6777f8b5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Started @2302600ms
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ spring4 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.server.spring.test.AccountResourceITCase
Dec 19, 2019 1:09:43 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.884 s - in org.glassfish.jersey.server.spring.test.AccountResourceITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedITCase
Dec 19, 2019 1:09:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 s - in org.glassfish.jersey.server.spring.test.SpringManagedITCase
[INFO] Running org.glassfish.jersey.server.spring.test.JerseyManagedITCase
Dec 19, 2019 1:09:44 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s - in org.glassfish.jersey.server.spring.test.JerseyManagedITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedControllerITCase
Dec 19, 2019 1:09:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.jersey.server.spring.test.SpringManagedControllerITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedRepositoryITCase
Dec 19, 2019 1:09:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.glassfish.jersey.server.spring.test.SpringManagedRepositoryITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedEndpointITCase
Dec 19, 2019 1:09:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.glassfish.jersey.server.spring.test.SpringManagedEndpointITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedServiceITCase
Dec 19, 2019 1:09:45 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.glassfish.jersey.server.spring.test.SpringManagedServiceITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:stop (stop-jetty) @ spring4 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ spring4 ---
[INFO] Stopped ServerConnector@6777f8b5{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] node0 Stopped scavenging
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ spring4 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----------< org.glassfish.jersey.tests.integration:spring5 >-----------
[INFO] Building jersey-tests-integration-spring5 2.30-SNAPSHOT        [225/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spring5 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ spring5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ spring5 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ spring5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ spring5 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ spring5 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ spring5 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Dec 19, 2019 1:09:46 PM org.springframework.web.context.support.XmlWebApplicationContext doClose
INFO: Closing Root WebApplicationContext: startup date [Thu Dec 19 13:09:41 GMT 2019]; root of context hierarchy
[INFO] Closing Spring root WebApplicationContext
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@24b3ac8f{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/src/main/webapp/,UNAVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring4/src/main/webapp/}
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ spring5 ---
[INFO] Packaging webapp
[INFO] Assembling webapp [spring5] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/target/spring5-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/src/main/webapp]
[INFO] Webapp assembled in [40 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/target/spring5-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ spring5 ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/target/spring5-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) > validate @ spring5 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ spring5 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ spring5 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] <<< jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) < validate @ spring5 <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:start (start-jetty) @ spring5 ---
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] nonBlocking:true
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/target/classes
[INFO] Configuring Jetty for project: jersey-tests-integration-spring5
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/src/main/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/src/main/webapp
[INFO] jetty-9.4.17.v20190418; built: 2019-04-18T19:45:35.259Z; git: aa1c656c315c011c01e7b21aabb04066635b9f67; jvm 1.8.0_202-b08
[WARNING] org.apache.commons.logging.Log scanned from multiple locations: jar:file:///home/jenkins/.m2/repository/org/springframework/spring-jcl/5.1.5.RELEASE/spring-jcl-5.1.5.RELEASE.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/5.1.5.RELEASE/spring-jcl-5.1.5.RELEASE.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/5.1.5.RELEASE/spring-jcl-5.1.5.RELEASE.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/5.1.5.RELEASE/spring-jcl-5.1.5.RELEASE.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/5.1.5.RELEASE/spring-jcl-5.1.5.RELEASE.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/aop/Advice.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/aop/AspectException.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/intercept/ConstructorInterceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/intercept/ConstructorInvocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/intercept/Interceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/intercept/Invocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/intercept/Joinpoint.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/intercept/MethodInterceptor.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.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/5.1.5.RELEASE/spring-aop-5.1.5.RELEASE.jar!/org/aopalliance/intercept/MethodInvocation.class, jar:file:///home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar!/org/aopalliance/intercept/MethodInvocation.class
[INFO] Scanning elapsed time=854ms
[INFO] 1 Spring WebApplicationInitializers detected on classpath
[INFO] DefaultSessionIdManager workerName=node0
[INFO] No SessionScavenger set, using defaults
[INFO] node0 Scavenging every 660000ms
[INFO] Initializing Spring root WebApplicationContext
[INFO] Root WebApplicationContext: initialization started
[INFO] Root WebApplicationContext initialized in 498 ms
[INFO] Started o.e.j.m.p.JettyWebAppContext@6b26281c{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/src/main/webapp/,AVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/src/main/webapp/}
[INFO] Started ServerConnector@2aca58d1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] Started @2309752ms
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ spring5 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.server.spring.test.AccountResourceITCase
Dec 19, 2019 1:09:50 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s - in org.glassfish.jersey.server.spring.test.AccountResourceITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedITCase
Dec 19, 2019 1:09:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:51 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in org.glassfish.jersey.server.spring.test.SpringManagedITCase
[INFO] Running org.glassfish.jersey.server.spring.test.JerseyManagedITCase
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.glassfish.jersey.server.spring.test.JerseyManagedITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedControllerITCase
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.glassfish.jersey.server.spring.test.SpringManagedControllerITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedRepositoryITCase
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.glassfish.jersey.server.spring.test.SpringManagedRepositoryITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedEndpointITCase
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.glassfish.jersey.server.spring.test.SpringManagedEndpointITCase
[INFO] Running org.glassfish.jersey.server.spring.test.SpringManagedServiceITCase
Dec 19, 2019 1:09:52 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer <init>
INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.glassfish.jersey.server.spring.test.SpringManagedServiceITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:9.4.17.v20190418:stop (stop-jetty) @ spring5 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ spring5 ---
[INFO] Stopped ServerConnector@2aca58d1{HTTP/1.1,[http/1.1]}{0.0.0.0:9998}
[INFO] node0 Stopped scavenging
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ spring5 ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.integration:tracing-support >-------
[INFO] Building jersey-tests-integration-tracing-support 2.30-SNAPSHOT [226/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tracing-support ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ tracing-support ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ tracing-support ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ tracing-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/java/org/glassfish/jersey/tests/integration/tracing/Utils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ tracing-support ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ tracing-support ---
[INFO] Closing Spring root WebApplicationContext
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ tracing-support ---
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@6b26281c{/,file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/src/main/webapp/,UNAVAILABLE}{file:///home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/spring5/src/main/webapp/}
[INFO] Packaging webapp
[INFO] Assembling webapp [tracing-support] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/target/tracing-support-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [38 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/target/tracing-support-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ tracing-support ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/target/tracing-support-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ tracing-support >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ tracing-support ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ tracing-support ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ tracing-support ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tracing-support ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ tracing-support ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ tracing-support <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ tracing-support ---
[INFO] Configuring Jetty for project: jersey-tests-integration-tracing-support
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/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/Jersey_master_build_pipeline/tests/integration/tracing-support/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/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ tracing-support ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[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.internal.ServiceFinder] Running in a non-OSGi environment
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    [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    [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: 7.236 s - in org.glassfish.jersey.tests.integration.tracing.AllTracingSupportITCase
[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.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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.477 s - in org.glassfish.jersey.tests.integration.tracing.OnDemandTracingSupportITCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ tracing-support ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ tracing-support ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tracing-support ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --------< org.glassfish.jersey.tests.integration:config-webapp >--------
[INFO] Building config-webapp 2.30-SNAPSHOT                           [227/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ config-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ config-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ config-webapp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/target/config-webapp-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/target/config-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ config-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ config-webapp ---
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=1513271698@5a32b192clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/tracing-support/src/main/webapp
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ config-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ config-webapp <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ config-webapp ---
[INFO] Configuring Jetty for project: config-webapp
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ config-webapp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ config-webapp ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ config-webapp ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ config-webapp ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.integration:helidon-config-webapp >----
[INFO] Building helidon-config-webapp 2.30-SNAPSHOT                   [228/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ helidon-config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helidon-config-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ helidon-config-webapp ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=469970542@1c032e6eclazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/webapp/src/main/webapp
[INFO] Running org.glassfish.jersey.tests.integration.config.HelidonConfigApplicationTest
Dec 19, 2019 1:10:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
[DEBUG] (main) Using Console logging
Dec 19, 2019 1:10:07 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. 
Dec 19, 2019 1:10:08 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:10:08 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:10:08 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.709 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] --- maven-war-plugin:2.4:war (default-war) @ helidon-config-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helidon-config-webapp] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Webapp assembled in [15 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helidon-config-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/target/helidon-config-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) > test-compile @ helidon-config-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ helidon-config-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ helidon-config-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helidon-config-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) < test-compile @ helidon-config-webapp <<<
[INFO] 
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:run (start-jetty) @ helidon-config-webapp ---
[INFO] Configuring Jetty for project: helidon-config-webapp
[INFO] webAppSourceDirectory not set. Defaulting to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/target/classes
[INFO] Context path = /
[INFO] Tmp directory = /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] started o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] Started SelectChannelConnector@0.0.0.0:9998
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (default) @ helidon-config-webapp ---
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.8.v20121106:stop (stop-jetty) @ helidon-config-webapp ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ helidon-config-webapp ---
Stopping server 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helidon-config-webapp ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.integration:jersey-rest-client-tck >----
[INFO] Building jersey-rest-client-tck 2.30-SNAPSHOT                  [229/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Clazz: class java.util.TreeMap$Entry loaded by null
[INFO] not removed: contextclassloader=WebAppClassLoader=444472087@1a7e1b17clazz's classloader=null
[INFO] javax.el.BeanELResolver purged
[INFO] stopped o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp},file:/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/config/helidon/src/main/webapp
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-rest-client-tck ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-rest-client-tck ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-rest-client-tck ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/rest-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-rest-client-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-rest-client-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-rest-client-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/rest-client/target/test-classes
[INFO] 
[INFO] --- wiremock-maven-plugin:2.7.0:run (default) @ jersey-rest-client-tck ---
[INFO] Adding /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/rest-client/target/test-classes to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/rest-client/target/classes to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/javax/enterprise/cdi-api/2.0/cdi-api-2.0.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/javax/interceptor/javax.interceptor-api/1.2/javax.interceptor-api-1.2.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/agent/workspace/Jersey_master_build_pipeline/core-common/target/jersey-common-2.30-SNAPSHOT.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/agent/workspace/Jersey_master_build_pipeline/inject/hk2/target/jersey-hk2-2.30-SNAPSHOT.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar to wiremock-maven-plugin classpath
[INFO] Adding /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar to wiremock-maven-plugin classpath
[INFO] Starting WireMock with following params: --root-dir=/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/rest-client/target/classes --port=8765
[INFO] Logging initialized @2333827ms
[INFO] jetty-9.2.22.v20170606
[INFO] Started o.e.j.s.ServletContextHandler@68b5a8f9{/__admin,null,AVAILABLE}
[INFO] Started o.e.j.s.ServletContextHandler@32d59126{/,null,AVAILABLE}
[INFO] Started NetworkTrafficServerConnector@6521e94a{HTTP/1.1}{0.0.0.0:8765}
[INFO] Started @2333954ms
 /$$      /$$ /$$                     /$$      /$$                     /$$      
| $$  /$ | $$|__/                    | $$$    /$$$                    | $$      
| $$ /$$$| $$ /$$  /$$$$$$   /$$$$$$ | $$$$  /$$$$  /$$$$$$   /$$$$$$$| $$   /$$
| $$/$$ $$ $$| $$ /$$__  $$ /$$__  $$| $$ $$/$$ $$ /$$__  $$ /$$_____/| $$  /$$/
| $$$$_  $$$$| $$| $$  \__/| $$$$$$$$| $$  $$$| $$| $$  \ $$| $$      | $$$$$$/ 
| $$$/ \  $$$| $$| $$      | $$_____/| $$\  $ | $$| $$  | $$| $$      | $$_  $$ 
| $$/   \  $$| $$| $$      |  $$$$$$$| $$ \/  | $$|  $$$$$$/|  $$$$$$$| $$ \  $$
|__/     \__/|__/|__/       \_______/|__/     |__/ \______/  \_______/|__/  \__/

port:                         8765
enable-browser-proxying:      false
no-request-journal:           false
verbose:                      false

[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-rest-client-tck ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.restclient.RestClientModelTest
Dec 19, 2019 1:10:15 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:10:17 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:10:17 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:10: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: 2.764 s - in org.glassfish.jersey.restclient.RestClientModelTest
[INFO] Running org.glassfish.jersey.restclient.ConnectorTest
Dec 19, 2019 1:10:18 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:10:18 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:10:18 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:10:19 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.937 s - in org.glassfish.jersey.restclient.ConnectorTest
[INFO] Running org.glassfish.jersey.restclient.ConsumesAndProducesTest
Dec 19, 2019 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:10:19 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:10:19 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Dec 19, 2019 1:10:20 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.73 s - in org.glassfish.jersey.restclient.ConsumesAndProducesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
...
... TestNG 6.9.6 by Cédric Beust (cedric@beust.com)
...

[INFO] RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.AdminRequestHandler. Normalized mapped under returned 'null'
Dec 19, 2019 1:10:26 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.3 (Final)
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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] RequestHandlerClass from context returned com.github.tomakehurst.wiremock.http.StubRequestHandler. Normalized mapped under returned 'null'
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10:31 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!
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:10: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11:08 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!
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11:10 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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11:10 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!
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11:11 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!
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11:24 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.

Dec 19, 2019 1:11:24 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.

Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface
INFO: testProducesConsumesAnnotationOnInterface @Produce(text/html) @Consume(text/plain)
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface
INFO: testProducesConsumesAnnotationOnInterfaceSent-Accept: text/html
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnInterface
INFO: testProducesConsumesAnnotationOnInterfaceSent-ContentType: text/plain
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/json) @Consume(application/xml)
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/json
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/xml
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterface @Produce(application/xml) @Consume(application/json)
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterfaceSent-Accept: application/xml
Dec 19, 2019 1:11:26 PM org.eclipse.microprofile.rest.client.tck.ProducesConsumesTest testProducesConsumesAnnotationOnMethod
INFO: testProducesConsumesAnnotationOnClientInterfaceSent-ContentType: application/json
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1: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.
Dec 19, 2019 1: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.
Dec 19, 2019 1: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.
Dec 19, 2019 1: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.
Dec 19, 2019 1: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.
Dec 19, 2019 1: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Reusing single thread pool thread
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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.
Dec 19, 2019 1:11: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] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.707 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-rest-client-tck ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/integration/microprofile/rest-client/target/jersey-rest-client-tck-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-rest-client-tck ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-rest-client-tck ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----------< org.glassfish.jersey.tests:jersey-tests-jmockit >-----------
[INFO] Building jersey-tests-jmockit 2.30-SNAPSHOT                    [230/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-tests-jmockit ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-tests-jmockit ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-tests-jmockit ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-tests-jmockit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-jmockit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-jmockit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-tests-jmockit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/jmockit/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-tests-jmockit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/jmockit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-tests-jmockit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/jmockit/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-tests-jmockit ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/jmockit/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-tests-jmockit ---
[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.265 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.257 s - in org.glassfish.jersey.tests.jmockit.server.internal.scanning.PackageNamesScannerTest
[INFO] Running org.glassfish.jersey.tests.jmockit.media.multipart.internal.FormDataMultiPartReaderWriterTest
Dec 19, 2019 1:11:55 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:11:56 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:11:56 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:11:57 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Dec 19, 2019 1:11:57 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/
Dec 19, 2019 1:11:57 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:11:57 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Dec 19, 2019 1:11:57 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.522 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] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-tests-jmockit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/jmockit/target/jersey-tests-jmockit-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-tests-jmockit ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/jmockit/target/jersey-tests-jmockit-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-tests-jmockit ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.test-framework:memleak-test-common >-------
[INFO] Building jersey-test-framework-memleak-test-common 2.30-SNAPSHOT [231/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ memleak-test-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ memleak-test-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ memleak-test-common ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ memleak-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ memleak-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ memleak-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ memleak-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/src/main/resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ memleak-test-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/target/classes
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakSucceedingTimeout.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakSucceedingTimeout.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakSucceedingTimeout.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/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/Jersey_master_build_pipeline/test-framework/memleak-test-common/src/main/java/org/glassfish/jersey/test/memleak/common/MemoryLeakUtils.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ memleak-test-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ memleak-test-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ memleak-test-common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ memleak-test-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/target/memleak-test-common-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ memleak-test-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/target/memleak-test-common-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ memleak-test-common ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/target/memleak-test-common-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/2.30-SNAPSHOT/memleak-test-common-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/2.30-SNAPSHOT/memleak-test-common-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/memleak-test-common/target/memleak-test-common-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/memleak-test-common/2.30-SNAPSHOT/memleak-test-common-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.glassfish.jersey.tests.memleaks:project >-------------
[INFO] Building jersey-tests-memleak 2.30-SNAPSHOT                    [232/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ------< org.glassfish.jersey.tests.memleaks.redeployment:project >------
[INFO] Building jersey-tests-memleak-redeployment 2.30-SNAPSHOT       [233/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app >--
[INFO] Building jersey-tests-memleak-redeployment-leaking-test-app 2.30-SNAPSHOT [234/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-leaking-test-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ redeployment-leaking-test-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ redeployment-leaking-test-app ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ redeployment-leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ redeployment-leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redeployment-leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redeployment-leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-leaking-test-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ redeployment-leaking-test-app ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ redeployment-leaking-test-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-leaking-test-app] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/src/main/webapp]
[INFO] Webapp assembled in [42 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ redeployment-leaking-test-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-leaking-test-app/target/redeployment-leaking-test-app-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ redeployment-leaking-test-app ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:project >----------------
[INFO] Building jersey-examples 2.30-SNAPSHOT                         [235/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.examples:webapp-example-parent >---------
[INFO] Building jersey-examples-webapp-parent-pom 2.30-SNAPSHOT       [236/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ webapp-example-parent ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ webapp-example-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ webapp-example-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ webapp-example-parent ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/webapp-example-parent/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/webapp-example-parent/2.30-SNAPSHOT/webapp-example-parent-2.30-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.glassfish.jersey.examples:helloworld-webapp >-----------
[INFO] Building jersey-examples-helloworld-webapp 2.30-SNAPSHOT       [237/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helloworld-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ helloworld-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ helloworld-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ helloworld-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/tools/apache-maven/3.6.2/examples
[INFO] 
[INFO] --- maven-resources-plugin: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/Jersey_master_build_pipeline/examples/helloworld-webapp/src/main/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/target/legal
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin: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/Jersey_master_build_pipeline/examples/helloworld-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ helloworld-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ helloworld-webapp ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.examples.helloworld.webapp.HelloWorldTest
Dec 19, 2019 1:12:01 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/helloworld-webapp
Dec 19, 2019 1:12:02 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Dec 19, 2019 1:12:02 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:12: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: 1.361 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] --- maven-war-plugin:2.4:war (default-war) @ helloworld-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [helloworld-webapp] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/target/helloworld-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/src/main/webapp]
[INFO] Webapp assembled in [28 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/target/helloworld-webapp.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ helloworld-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/target/helloworld-webapp-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helloworld-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/target/helloworld-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/2.30-SNAPSHOT/helloworld-webapp-2.30-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/2.30-SNAPSHOT/helloworld-webapp-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/examples/helloworld-webapp/target/helloworld-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/helloworld-webapp/2.30-SNAPSHOT/helloworld-webapp-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.glassfish.jersey.test-framework.maven:project >----------
[INFO] Building jersey-test-framework-maven 2.30-SNAPSHOT             [238/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/project/2.30-SNAPSHOT/project-2.30-SNAPSHOT.pom
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin >--
[INFO] Building jersey-test-framework-maven-container-runner-plugin 2.30-SNAPSHOT [239/344]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ container-runner-maven-plugin ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- groovy-eclipse-compiler:2.9.2-01: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] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ container-runner-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ container-runner-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ container-runner-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ container-runner-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ container-runner-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ container-runner-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 12 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ container-runner-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ container-runner-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ container-runner-maven-plugin ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.test.maven.runner.gf4.Gf4RunnerMojoTest
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] Re-executable shell written to: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/tmp/stop.sh
[INFO] Running stop-domain --port 0 --force=true memleak_test_domain
[INFO] sh: can't kill pid 35215: No such process
[INFO] sh: can't kill pid 35215: No such process
[INFO] Re-executable shell written to: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/tmp/download.sh
[INFO] Archive:  /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/latest-glassfish.zip
[INFO]    creating: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/test-classes/gf4/glassfish4/
[INFO]    creating: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/test-classes/gf4/glassfish4/glassfish/
[INFO]    creating: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/test-classes/gf4/glassfish4/glassfish/bin/
[INFO]   inflating: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/test-classes/gf4/glassfish4/glassfish/bin/asadmin  
[INFO] Re-executable shell written to: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/tmp/start.sh
[INFO] Running create-domain --adminport 0 --instanceport 0 --nopassword memleak_test_domain
[INFO] Running start-domain --port 0 memleak_test_domain
[INFO] Running delete-jvm-options --port 0 --target default-config -Xmx512m
[INFO] Running delete-jvm-options --port 0 --target default-config -Xmx256m
[INFO] Running delete-jvm-options --port 0 --target server-config -Xmx512m
[INFO] Running delete-jvm-options --port 0 --target server-config -Xmx256m
[INFO] Running create-jvm-options --port 0 --target default-config -Xmx256m
[INFO] Running create-jvm-options --port 0 --target server-config -Xmx256m
[INFO] Running create-jvm-options --port 0 --target default-config -Djersey.config.test.memleak.gf4.magicRunnerIdentifier
[INFO] Running create-jvm-options --port 0 --target server-config -Djersey.config.test.memleak.gf4.magicRunnerIdentifier
[INFO] Running create-jvm-options --port 0 --target server-config -XX\:GCTimeLimit=20
[INFO] Running create-jvm-options --port 0 --target server-config -XX\:GCHeapFreeLimit=30
[INFO] Running stop-domain --port 0 --force=true memleak_test_domain
[INFO] Running start-domain --port 0 memleak_test_domain
[INFO] Running deploy --port 0 --contextroot app --name jax-rs-memleak-test-app /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/test-classes/test.war
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.209 s - in org.glassfish.jersey.test.maven.runner.gf4.Gf4RunnerMojoTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ container-runner-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ container-runner-maven-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ container-runner-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ container-runner-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-2.30-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/2.30-SNAPSHOT/container-runner-maven-plugin-2.30-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/2.30-SNAPSHOT/container-runner-maven-plugin-2.30-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/Jersey_master_build_pipeline/test-framework/maven/container-runner-maven-plugin/target/container-runner-maven-plugin-2.30-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/container-runner-maven-plugin/2.30-SNAPSHOT/container-runner-maven-plugin-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref >--
[INFO] Building jersey-tests-memleak-redeployment-hello-world-app-ref 2.30-SNAPSHOT [240/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ redeployment-hello-world-app-ref ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:properties (resolve-maven-dependencies) @ redeployment-hello-world-app-ref ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ redeployment-hello-world-app-ref ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ redeployment-hello-world-app-ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ redeployment-hello-world-app-ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-hello-world-app-ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redeployment-hello-world-app-ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-hello-world-app-ref ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redeployment-hello-world-app-ref ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-hello-world-app-ref ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ redeployment-hello-world-app-ref ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redeployment-hello-world-app-ref ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/target/redeployment-hello-world-app-ref-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ redeployment-hello-world-app-ref ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ redeployment-hello-world-app-ref ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app >--
[INFO] Building jersey-tests-memleak-redeployment-no-jersey-app 2.30-SNAPSHOT [241/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ redeployment-no-jersey-app ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ redeployment-no-jersey-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ redeployment-no-jersey-app ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ redeployment-no-jersey-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ redeployment-no-jersey-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-no-jersey-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redeployment-no-jersey-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-no-jersey-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redeployment-no-jersey-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-no-jersey-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ redeployment-no-jersey-app ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ redeployment-no-jersey-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-no-jersey-app] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/src/main/webapp]
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ redeployment-no-jersey-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-no-jersey-app/target/redeployment-no-jersey-app-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ redeployment-no-jersey-app ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app >--
[INFO] Building jersey-tests-memleak-redeployment-threadlocals-app 2.30-SNAPSHOT [242/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redeployment-threadlocals-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ redeployment-threadlocals-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ redeployment-threadlocals-app ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ redeployment-threadlocals-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ redeployment-threadlocals-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ redeployment-threadlocals-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redeployment-threadlocals-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ redeployment-threadlocals-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redeployment-threadlocals-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ redeployment-threadlocals-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ redeployment-threadlocals-app ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ redeployment-threadlocals-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [redeployment-threadlocals-app] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/src/main/webapp]
[INFO] Webapp assembled in [18 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ redeployment-threadlocals-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/redeployment/redeployment-threadlocals-app/target/redeployment-threadlocals-app-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ redeployment-threadlocals-app ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.glassfish.jersey.tests.memleaks.testcases:project >--------
[INFO] Building jersey-tests-memleak-testcase 2.30-SNAPSHOT           [243/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak >----
[INFO] Building jersey-tests-memleak-testcase-bean-param-leak 2.30-SNAPSHOT [244/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bean-param-leak ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ bean-param-leak ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ bean-param-leak ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ bean-param-leak ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ bean-param-leak ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ bean-param-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ bean-param-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ bean-param-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bean-param-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ bean-param-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bean-param-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ bean-param-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ bean-param-leak ---
[INFO] Packaging webapp
[INFO] Assembling webapp [bean-param-leak] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/src/main/webapp]
[INFO] Webapp assembled in [20 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ bean-param-leak ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/bean-param-leak/target/bean-param-leak-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ bean-param-leak ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak >--
[INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak 2.30-SNAPSHOT [245/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ shutdown-hook-leak ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ shutdown-hook-leak ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ shutdown-hook-leak ---
[INFO] Source directory: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ shutdown-hook-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shutdown-hook-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ shutdown-hook-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shutdown-hook-leak ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ shutdown-hook-leak ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ shutdown-hook-leak ---
[INFO] Packaging webapp
[INFO] Assembling webapp [shutdown-hook-leak] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ shutdown-hook-leak ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak/target/shutdown-hook-leak-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ shutdown-hook-leak ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --< org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client >--
[INFO] Building jersey-tests-memleak-testcase-shutdown-hook-leak-client 2.30-SNAPSHOT [246/344]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shutdown-hook-leak-client ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ shutdown-hook-leak-client ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ shutdown-hook-leak-client ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ shutdown-hook-leak-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ shutdown-hook-leak-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ shutdown-hook-leak-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shutdown-hook-leak-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ shutdown-hook-leak-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shutdown-hook-leak-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ shutdown-hook-leak-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/test-classes
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ shutdown-hook-leak-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/shutdown-hook-leak-client/target/shutdown-hook-leak-client-2.30-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ shutdown-hook-leak-client ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ shutdown-hook-leak-client ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ---< org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app >---
[INFO] Building jersey-tests-memleak-testcase-leaking-test-app 2.30-SNAPSHOT [247/344]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ leaking-test-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ leaking-test-app ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ leaking-test-app ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/leaking-test-app/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ leaking-test-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/leaking-test-app/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ leaking-test-app ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/test-classes
[INFO] 
[INFO] --- maven-war-plugin:2.4:war (default-war) @ leaking-test-app ---
[INFO] Packaging webapp
[INFO] Assembling webapp [leaking-test-app] in [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-2.30-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/leaking-test-app/src/main/webapp]
[INFO] Webapp assembled in [21 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-2.30-SNAPSHOT.war
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ leaking-test-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/mem-leaks/test-cases/leaking-test-app/target/leaking-test-app-2.30-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ leaking-test-app ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] --------------< org.glassfish.jersey.tests.osgi:project >---------------
[INFO] Building jersey-tests-osgi 2.30-SNAPSHOT                       [248/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ project ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] ----< org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional >----
[INFO] Building jersey-tests-osgi-functional 2.30-SNAPSHOT            [249/344]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-tests-osgi-functional ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-tests-osgi-functional ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.16:check (verify) @ jersey-tests-osgi-functional ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-tests-osgi-functional ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-tests-osgi-functional ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-tests-osgi-functional ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource to META-INF/
[INFO] 
[INFO] --- maven-paxexam-plugin:1.2.4:generate-depends-file (generate-config) @ jersey-tests-osgi-functional ---
[INFO] Created: /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional/target/classes/META-INF/maven/dependencies.properties
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default) @ jersey-tests-osgi-functional ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (test-compile) @ jersey-tests-osgi-functional ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (test) @ jersey-tests-osgi-functional ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.osgi.test.basic.PackageScanningTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.3/pax-logging-api-1.8.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory]
[org.ops4j.pax.exam.spi.DefaultExamSystem] : Pax Exam System (Version: 4.9.1) created.
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.PackageScanningTest
[org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory
[org.ops4j.pax.exam.spi.DefaultExamSystem] : creating default probe
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 parent=null root=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] args=[Ljava.lang.Object;@a7e666
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb parent=null root=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] args=[Ljava.lang.Object;@7494e528
[org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@5a8806ef
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-f6464596-455d-4f47-8680-29111599df65 parent=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] root=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] args=[Ljava.lang.Object;@2833cc44
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-4f38d8c7-4eed-44c8-9527-a4ddc27580f0 parent=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] root=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] args=[Ljava.lang.Object;@33f88ab
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.PackageScanningTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testSimpleResourceInitParameters @ [TestAddress:PaxExam-f6464596-455d-4f47-8680-29111599df65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] Arguments: [Ljava.lang.Object;@a7e666
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000
[org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-c582e8a3-8df5-4625-ba3e-ca7c516a9d22, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576761151408-0, -Forg.osgi.framework.system.packages.extra=sun.misc]]
[org.ops4j.exec.DefaultJavaRunner] : Starting platform process.
[org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook.
[org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/112124771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 40490kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/112124771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/344876718.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/344876718.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2007868628.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2007868628.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-869645532.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 767142kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-869645532.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/146328771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/146328771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1257848056.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1257848056.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1849587615.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1849587615.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419182688.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419182688.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1964747218.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1964747218.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2038907288.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2038907288.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2113721367.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using connector WagonRepositoryConnector with priority 0 for https://repo.eclipse.org/content/repositories/maven_central/
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2113721367.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/676846097.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/676846097.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-820698300.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-820698300.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/359048488.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/359048488.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 852008kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1637779030.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1637779030.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/951341823.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/951341823.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27650 bytes @ [ 27650kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/848570821.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/848570821.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/59179110.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144883 bytes @ [ 40888kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/59179110.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1506057536.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72465 bytes @ [ 9058kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1506057536.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914180 bytes @ [ 457090kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1015284294.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230965 bytes @ [ 20996kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1015284294.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63195 bytes @ [ 15798kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/576283824.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/576283824.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1226579656.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-sse:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.30-SNAPSHOT/jersey-media-sse-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT : 64164 bytes @ [ 64164kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1226579656.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/4.0.3]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419232231.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.servlet/jakarta.servlet-api/4.0.3 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/4.0.3]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.servlet:jakarta.servlet-api:jar:4.0.3) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.servlet/jakarta.servlet-api/4.0.3 : 82872 bytes @ [ 82872kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419232231.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1906338510.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/2.4.4/grizzly-http-servlet-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4 : 147063 bytes @ [ 147063kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1906338510.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1065909087.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-servlet-core:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30-SNAPSHOT/jersey-container-servlet-core-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.30-SNAPSHOT : 59792 bytes @ [ 59792kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1065909087.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1094818471.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT/jersey-container-grizzly2-servlet-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT : 6621 bytes @ [ 6621kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1094818471.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish/jakarta.json/1.1.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-817544854.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish/jakarta.json/1.1.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish/jakarta.json/1.1.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish:jakarta.json:jar:1.1.5) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/1.1.5/jakarta.json-1.1.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish/jakarta.json/1.1.5 : 140564 bytes @ [ 140564kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-817544854.jar]
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + 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] : + 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] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='4.0.3', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-servlet-core', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-servlet', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='1.1.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@163a700d]...
[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.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn]
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.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.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.jakarta.inject]
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 [javax.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] : make()
[org.ops4j.store.intern.TemporaryStore] : Enter store()
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers.
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = 
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = *
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class
[org.ops4j.store.intern.TemporaryStore] : Exit store(): a55bd8b4642da60e7e680b6155636d5f6dd7800a
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65" 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
Dec 19, 2019 1:12:40 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 19, 2019 1:12:40 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:12:40 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Starting application [GrizzlyContext] ...
Dec 19, 2019 1:12:40 PM org.glassfish.grizzly.servlet.WebappContext initServlets
INFO: [GrizzlyContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]].
Dec 19, 2019 1:12:40 PM org.glassfish.grizzly.servlet.WebappContext deploy
INFO: Application [GrizzlyContext] is ready to service requests.  Root: [/jersey].
Dec 19, 2019 1:12:40 PM org.glassfish.grizzly.servlet.ServletHandler loadServlet
INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer
Dec 19, 2019 1:12:41 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.
Dec 19, 2019 1:12:41 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.

Dec 19, 2019 1:12:41 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
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 [javax.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.external.jakarta.inject]
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.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.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 [osgi.cmpn]
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-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, 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@7a740d75.]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
[org.ops4j.exec.DefaultJavaRunner] : Shutdown in progress...

[org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown.
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testSimpleResource @ [TestAddress:PaxExam-4f38d8c7-4eed-44c8-9527-a4ddc27580f0 root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] Arguments: [Ljava.lang.Object;@7494e528
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000
[org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-c7ad6282-4f00-4004-bd07-a15a8b1fed27, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576761151408-0, -Forg.osgi.framework.system.packages.extra=sun.misc]]
[org.ops4j.exec.DefaultJavaRunner] : Starting platform process.
[org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook.
[org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/112124771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/112124771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/344876718.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/344876718.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2007868628.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2007868628.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-869645532.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 767142kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-869645532.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/146328771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/146328771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1257848056.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1257848056.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1849587615.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1849587615.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419182688.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419182688.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1964747218.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1964747218.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2038907288.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2038907288.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2113721367.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2113721367.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/676846097.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/676846097.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-820698300.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-820698300.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/359048488.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/359048488.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 852008kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1637779030.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1637779030.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/951341823.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/951341823.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27650 bytes @ [ 27650kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/848570821.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/848570821.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/59179110.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144883 bytes @ [ 572441kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/59179110.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1506057536.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72465 bytes @ [ 72465kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1506057536.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914180 bytes @ [ 914180kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1015284294.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230965 bytes @ [ 230965kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1015284294.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63195 bytes @ [ 63195kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/576283824.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/576283824.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1226579656.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-sse:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-sse:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/2.30-SNAPSHOT/jersey-media-sse-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-sse/2.30-SNAPSHOT : 64164 bytes @ [ 64164kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1226579656.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.servlet/jakarta.servlet-api/4.0.3]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419232231.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.servlet/jakarta.servlet-api/4.0.3 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.servlet/jakarta.servlet-api/4.0.3]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.servlet:jakarta.servlet-api:jar:4.0.3) as /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.servlet/jakarta.servlet-api/4.0.3 : 82872 bytes @ [ 82872kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419232231.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1906338510.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-servlet:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/2.4.4/grizzly-http-servlet-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-servlet/2.4.4 : 147063 bytes @ [ 147063kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1906338510.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1065909087.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-servlet-core:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30-SNAPSHOT/jersey-container-servlet-core-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.30-SNAPSHOT : 59792 bytes @ [ 59792kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1065909087.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1094818471.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT/jersey-container-grizzly2-servlet-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-servlet/2.30-SNAPSHOT : 6621 bytes @ [ 6621kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1094818471.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish/jakarta.json/1.1.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-817544854.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish/jakarta.json/1.1.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish/jakarta.json/1.1.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish:jakarta.json:jar:1.1.5) as /home/jenkins/.m2/repository/org/glassfish/jakarta.json/1.1.5/jakarta.json-1.1.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish/jakarta.json/1.1.5 : 140564 bytes @ [ 140564kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-817544854.jar]
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + 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] : + 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] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-sse', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.servlet', artifactId='jakarta.servlet-api', version='4.0.3', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-servlet', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-servlet-core', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-servlet', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish', artifactId='jakarta.json', version='1.1.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@782e25cc]...
[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.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn]
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.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.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.jakarta.inject]
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 [javax.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] : make()
[org.ops4j.store.intern.TemporaryStore] : Enter store()
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers.
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = 
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = *
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class
[org.ops4j.store.intern.TemporaryStore] : Exit store(): 9adc4e0e08499fa7115a1fe211e1651f4589d6b0
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65" 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
Dec 19, 2019 1:12:44 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.
Dec 19, 2019 1:12:44 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.

Dec 19, 2019 1:12:44 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 19, 2019 1:12:44 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Dec 19, 2019 1:12:44 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
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 [javax.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.external.jakarta.inject]
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.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.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 [osgi.cmpn]
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 [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, 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@7b559103.]
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.exec.DefaultJavaRunner] : Shutdown in progress...

[org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.608 s - in org.glassfish.jersey.osgi.test.basic.PackageScanningTest
[INFO] Running org.glassfish.jersey.osgi.test.basic.MultiPartTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.MultiPartTest
[org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 parent=null root=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] args=[Ljava.lang.Object;@5f8edcc5
[org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@5a8806ef
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-f9151ff2-7741-4c6f-8c61-8df44a6fa258 parent=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] root=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] args=[Ljava.lang.Object;@3c0be339
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-98a52186-9936-4198-a249-3ab206753089 parent=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] root=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] args=[Ljava.lang.Object;@15ca7889
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-c4718a94-915e-4841-8d46-ec9767c1f0b9 parent=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] root=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] args=[Ljava.lang.Object;@7a675056
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.MultiPartTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testMultiPartResource @ [TestAddress:PaxExam-c4718a94-915e-4841-8d46-ec9767c1f0b9 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] Arguments: [Ljava.lang.Object;@5f8edcc5
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000
[org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-c229c54d-8f6a-4a97-a35c-1f6d9a90692d, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576761151408-0, -Forg.osgi.framework.system.packages.extra=sun.misc]]
[org.ops4j.exec.DefaultJavaRunner] : Starting platform process.
[org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook.
[org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/112124771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/112124771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/344876718.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/344876718.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2007868628.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2007868628.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-869645532.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 19670kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-869645532.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/146328771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/146328771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1257848056.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1257848056.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1849587615.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1849587615.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419182688.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419182688.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1964747218.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1964747218.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2038907288.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2038907288.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2113721367.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2113721367.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/676846097.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/676846097.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-820698300.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-820698300.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/359048488.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/359048488.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 426004kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1637779030.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1637779030.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/951341823.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/951341823.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27650 bytes @ [ 27650kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/848570821.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/848570821.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/59179110.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144883 bytes @ [ 572441kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/59179110.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1506057536.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72465 bytes @ [ 72465kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1506057536.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914180 bytes @ [ 457090kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1015284294.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230965 bytes @ [ 230965kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1015284294.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63195 bytes @ [ 63195kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/576283824.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/576283824.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-multipart/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1246754785.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-multipart/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-multipart/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-multipart:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-multipart:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.30-SNAPSHOT/jersey-media-multipart-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-multipart/2.30-SNAPSHOT : 66801 bytes @ [ 66801kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1246754785.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.jvnet.mimepull/mimepull/1.9.11]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/979631822.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.jvnet.mimepull/mimepull/1.9.11 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.jvnet.mimepull/mimepull/1.9.11]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.jvnet.mimepull:mimepull:jar:1.9.11) as /home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.9.11/mimepull-1.9.11.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.jvnet.mimepull/mimepull/1.9.11 : 67125 bytes @ [ 67125kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/979631822.jar]
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + 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] : + 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] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-multipart', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.jvnet.mimepull', artifactId='mimepull', version='1.9.11', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@4a7ba7be]...
[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.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn]
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.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.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.jakarta.inject]
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 [javax.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] : make()
[org.ops4j.store.intern.TemporaryStore] : Enter store()
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers.
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = 
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 = org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = *
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class
[org.ops4j.store.intern.TemporaryStore] : Exit store(): 6f687c1b52db457ce85a9cac309c416da5f88d4e
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62" and expression="org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65" 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 testMultiPartResource in reactor
Dec 19, 2019 1:12:48 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 19, 2019 1:12:48 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
RESULT = org.glassfish.jersey.media.multipart.MultiPart@6486a82
Dec 19, 2019 1:12:48 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
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 [javax.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.external.jakarta.inject]
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.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.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 [osgi.cmpn]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, 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@7f7c948a.]
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.exec.DefaultJavaRunner] : Shutdown in progress...

[org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 s - in org.glassfish.jersey.osgi.test.basic.MultiPartTest
[INFO] Running org.glassfish.jersey.osgi.test.basic.JsonJackson1Test
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonJackson1Test
[org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba parent=null root=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] args=[Ljava.lang.Object;@15aab8c6
[org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@5a8806ef
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-f834d801-e323-4beb-bec0-64adf0c2ad1b parent=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] root=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] args=[Ljava.lang.Object;@6babf3bf
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-94e99fef-dc78-4f89-be09-6d4f28c52af3 parent=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] root=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] args=[Ljava.lang.Object;@3059cbc
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-dc3cc053-9108-421f-8380-0943e4688531 parent=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] root=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] args=[Ljava.lang.Object;@7ea9e1e2
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-f8b84013-e0ed-4aed-913e-d4760c6b62d2 parent=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] root=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] args=[Ljava.lang.Object;@24fcf36f
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.JsonJackson1Test
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testJson @ [TestAddress:PaxExam-f8b84013-e0ed-4aed-913e-d4760c6b62d2 root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] Arguments: [Ljava.lang.Object;@15aab8c6
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000
[org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-5df9c5f6-3df3-476f-8f7f-531678c6c64f, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576761151408-0, -Forg.osgi.framework.system.packages.extra=sun.misc]]
[org.ops4j.exec.DefaultJavaRunner] : Starting platform process.
[org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook.
[org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/112124771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/112124771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/344876718.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/344876718.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2007868628.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2007868628.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-869645532.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 767142kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-869645532.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/146328771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/146328771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1257848056.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1257848056.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1849587615.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1849587615.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419182688.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419182688.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1964747218.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1964747218.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2038907288.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2038907288.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2113721367.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2113721367.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/676846097.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/676846097.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-820698300.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-820698300.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/359048488.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/359048488.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 426004kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1637779030.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1637779030.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/951341823.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/951341823.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27650 bytes @ [ 27650kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/848570821.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/848570821.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/59179110.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144883 bytes @ [ 572441kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/59179110.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1506057536.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72465 bytes @ [ 72465kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1506057536.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914180 bytes @ [ 457090kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1015284294.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230965 bytes @ [ 230965kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1015284294.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63195 bytes @ [ 63195kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/576283824.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/576283824.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-jackson1/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/702270134.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-json-jackson1/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-jackson1/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-json-jackson1:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-json-jackson1:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson1/2.30-SNAPSHOT/jersey-media-json-jackson1-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-json-jackson1/2.30-SNAPSHOT : 4911 bytes @ [ 4911kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/702270134.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.codehaus.jackson/jackson-core-asl/1.9.13]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1311379818.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.codehaus.jackson/jackson-core-asl/1.9.13 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.codehaus.jackson/jackson-core-asl/1.9.13]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.codehaus.jackson:jackson-core-asl:jar:1.9.13) as /home/jenkins/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.codehaus.jackson/jackson-core-asl/1.9.13 : 232248 bytes @ [ 232248kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1311379818.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1504217844.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13) as /home/jenkins/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13 : 780664 bytes @ [ 780664kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1504217844.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.codehaus.jackson/jackson-jaxrs/1.9.13]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-516064350.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.codehaus.jackson/jackson-jaxrs/1.9.13 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.codehaus.jackson/jackson-jaxrs/1.9.13]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.codehaus.jackson:jackson-jaxrs:jar:1.9.13) as /home/jenkins/.m2/repository/org/codehaus/jackson/jackson-jaxrs/1.9.13/jackson-jaxrs-1.9.13.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.codehaus.jackson/jackson-jaxrs/1.9.13 : 18336 bytes @ [ 18336kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-516064350.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.codehaus.jackson/jackson-xc/1.9.13]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1286543017.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.codehaus.jackson/jackson-xc/1.9.13 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.codehaus.jackson/jackson-xc/1.9.13]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.codehaus.jackson:jackson-xc:jar:1.9.13) as /home/jenkins/.m2/repository/org/codehaus/jackson/jackson-xc/1.9.13/jackson-xc-1.9.13.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.codehaus.jackson/jackson-xc/1.9.13 : 27084 bytes @ [ 27084kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1286543017.jar]
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + 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] : + 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] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-jackson1', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.codehaus.jackson', artifactId='jackson-core-asl', version='1.9.13', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.codehaus.jackson', artifactId='jackson-mapper-asl', version='1.9.13', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.codehaus.jackson', artifactId='jackson-jaxrs', version='1.9.13', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.codehaus.jackson', artifactId='jackson-xc', version='1.9.13', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@4a7ba7be]...
[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.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn]
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.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.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.jakarta.inject]
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 [javax.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-jackson1]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jackson-core-asl]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jackson-mapper-asl]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jackson-jaxrs]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jackson-xc]
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : make()
[org.ops4j.store.intern.TemporaryStore] : Enter store()
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers.
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba = org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = 
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 = org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = *
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class
[org.ops4j.store.intern.TemporaryStore] : Exit store(): 7ef4f8a2ecc1d8b641d884405634f4a73a56214e
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, value=org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson }, ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba" and expression="org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62" and expression="org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65" 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 testJson in reactor
Dec 19, 2019 1:12:51 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 19, 2019 1:12:51 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
RESULT = {"name":"Jim"}
Dec 19, 2019 1:12:52 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jackson-xc]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jackson-jaxrs]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jackson-mapper-asl]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jackson-core-asl]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jersey.media.jersey-media-json-jackson1]
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 [javax.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.external.jakarta.inject]
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.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.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 [osgi.cmpn]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, value=org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson }, ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, 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@3a531da4.]
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.exec.DefaultJavaRunner] : Shutdown in progress...

[org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.527 s - in org.glassfish.jersey.osgi.test.basic.JsonJackson1Test
[INFO] Running org.glassfish.jersey.osgi.test.basic.JsonJacksonTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest
[org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e parent=null root=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] args=[Ljava.lang.Object;@60099951
[org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@5a8806ef
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-ed283417-cd63-4914-9273-4cd70434d5ca parent=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] root=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] args=[Ljava.lang.Object;@368247b9
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-e129723a-acdf-430a-994a-6fd4e653084f parent=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] root=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] args=[Ljava.lang.Object;@1a6d8329
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-9f2ac417-4318-4b76-a6e0-e4e481fe1f22 parent=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] root=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] args=[Ljava.lang.Object;@1a942c18
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-e7667481-88a9-459a-9475-5ae55322e937 parent=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] root=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] args=[Ljava.lang.Object;@55a147cc
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-b03f8e63-21c1-49fc-af2e-1c034b2e87b9 parent=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] root=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] args=[Ljava.lang.Object;@71ba6d4e
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testJson @ [TestAddress:PaxExam-b03f8e63-21c1-49fc-af2e-1c034b2e87b9 root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] Arguments: [Ljava.lang.Object;@60099951
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000
[org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-1b7dc129-46d3-4ecf-a62d-30b075dbf92c, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576761151408-0, -Forg.osgi.framework.system.packages.extra=sun.misc]]
[org.ops4j.exec.DefaultJavaRunner] : Starting platform process.
[org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook.
[org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/112124771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/112124771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/344876718.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/344876718.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2007868628.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2007868628.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-869645532.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 383571kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-869645532.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/146328771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/146328771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1257848056.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1257848056.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1849587615.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1849587615.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419182688.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419182688.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1964747218.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1964747218.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2038907288.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2038907288.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2113721367.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2113721367.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/676846097.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/676846097.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-820698300.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-820698300.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/359048488.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/359048488.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 852008kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1637779030.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1637779030.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/951341823.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/951341823.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27650 bytes @ [ 27650kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/848570821.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/848570821.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/59179110.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144883 bytes @ [ 1144883kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/59179110.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1506057536.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72465 bytes @ [ 72465kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1506057536.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914180 bytes @ [ 457090kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1015284294.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230965 bytes @ [ 230965kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1015284294.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63195 bytes @ [ 63195kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/576283824.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/576283824.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-json-jackson/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-510115955.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-json-jackson/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-json-jackson/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-json-jackson:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30-SNAPSHOT/jersey-media-json-jackson-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-json-jackson/2.30-SNAPSHOT : 61758 bytes @ [ 61758kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-510115955.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1951183469.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.ext/jersey-entity-filtering/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.ext:jersey-entity-filtering:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30-SNAPSHOT/jersey-entity-filtering-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.ext/jersey-entity-filtering/2.30-SNAPSHOT : 70381 bytes @ [ 70381kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1951183469.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.fasterxml.jackson.core/jackson-core/2.9.9]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/918319013.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.core/jackson-core/2.9.9 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.fasterxml.jackson.core/jackson-core/2.9.9]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.fasterxml.jackson.core:jackson-core:jar:2.9.9) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.core/jackson-core/2.9.9 : 325632 bytes @ [ 325632kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/918319013.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1841657235.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.fasterxml.jackson.core:jackson-databind:jar:2.9.9) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9 : 1348108 bytes @ [ 449369kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1841657235.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.9]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-245193040.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.9 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.9]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.fasterxml.jackson.core:jackson-annotations:jar:2.9.9) as /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.9 : 66897 bytes @ [ 66897kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-245193040.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.9.9]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2135049753.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.9.9 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.9.9]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.9.9) as /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.9/jackson-jaxrs-base-2.9.9.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.9.9 : 32373 bytes @ [ 32373kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2135049753.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.9.9]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-693666816.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.9.9 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.9.9]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.9) as /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.9/jackson-jaxrs-json-provider-2.9.9.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.9.9 : 15861 bytes @ [ 15861kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-693666816.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.9.9]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/334094354.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.9.9 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.9.9]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.9.9) as /home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.9/jackson-module-jaxb-annotations-2.9.9.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.9.9 : 32627 bytes @ [ 32627kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/334094354.jar]
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + 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] : + 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] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-json-jackson', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.ext', artifactId='jersey-entity-filtering', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-core', version='2.9.9', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-databind', version='2.9.9', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.core', artifactId='jackson-annotations', version='2.9.9', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.jaxrs', artifactId='jackson-jaxrs-base', version='2.9.9', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.jaxrs', artifactId='jackson-jaxrs-json-provider', version='2.9.9', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.fasterxml.jackson.module', artifactId='jackson-module-jaxb-annotations', version='2.9.9', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@eb8983a]...
[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.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn]
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.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.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.jakarta.inject]
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 [javax.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.jaxrs.jackson-jaxrs-base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.jackson.module.jackson-module-jaxb-annotations]
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : make()
[org.ops4j.store.intern.TemporaryStore] : Enter store()
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers.
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba = org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e = org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = 
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 = org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = *
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class
[org.ops4j.store.intern.TemporaryStore] : Exit store(): a1f93f6543c24aa1f5d36a5aa25183fccd988f7c
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }, ManifestEntry{ key=PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, value=org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson }, ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e" and expression="org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba" and expression="org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62" and expression="org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65" 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 testJson in reactor
Dec 19, 2019 1:12:54 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 19, 2019 1:12:55 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
RESULT = {"name":"Jim"}
Dec 19, 2019 1:12:55 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.module.jackson-module-jaxb-annotations]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.jackson.jaxrs.jackson-jaxrs-base]
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 [javax.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.external.jakarta.inject]
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.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.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 [osgi.cmpn]
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-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }, ManifestEntry{ key=PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, value=org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson }, ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, 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@1eb88743.]
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.exec.DefaultJavaRunner] : Shutdown in progress...

[org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.445 s - in org.glassfish.jersey.osgi.test.basic.JsonJacksonTest
[INFO] Running org.glassfish.jersey.osgi.test.basic.ResourceBundleTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest
[org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 parent=null root=[TestAddress:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 root:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101] args=[Ljava.lang.Object;@4b8d604b
[org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@5a8806ef
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-d80c3eab-f193-4d20-961e-b511bd9f4374 parent=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] root=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] args=[Ljava.lang.Object;@d554c5f
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-4b60c647-693a-43c9-80d0-9d9b345b4005 parent=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] root=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] args=[Ljava.lang.Object;@2dfaea86
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-c992569d-3c2d-4a44-9ab0-1c11d0999d2f parent=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] root=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] args=[Ljava.lang.Object;@15888343
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-373eb9d1-9a80-428f-8fd7-59f76dbf6861 parent=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] root=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] args=[Ljava.lang.Object;@33ecda92
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-bd3e6441-10dc-48b2-af30-eb839c18b2ae parent=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] root=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] args=[Ljava.lang.Object;@14fc5f04
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-12e8b98b-219b-4e21-9edf-9f4f8b178133 parent=[TestAddress:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 root:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101] root=[TestAddress:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 root:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101] args=[Ljava.lang.Object;@6e2829c7
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.ResourceBundleTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testBadResource @ [TestAddress:PaxExam-12e8b98b-219b-4e21-9edf-9f4f8b178133 root:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101] Arguments: [Ljava.lang.Object;@4b8d604b
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000
[org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-88885ca3-456f-4ad2-b9fa-72c74119c807, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576761151408-0, -Forg.osgi.framework.system.packages.extra=sun.misc]]
[org.ops4j.exec.DefaultJavaRunner] : Starting platform process.
[org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook.
[org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/112124771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/112124771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/344876718.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/344876718.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2007868628.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2007868628.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-869645532.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 767142kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-869645532.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/146328771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/146328771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1257848056.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1257848056.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1849587615.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1849587615.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419182688.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419182688.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1964747218.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1964747218.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2038907288.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2038907288.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2113721367.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2113721367.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/676846097.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 4449kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/676846097.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-820698300.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-820698300.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/359048488.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/359048488.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 852008kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1637779030.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1637779030.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/951341823.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/951341823.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27650 bytes @ [ 27650kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/848570821.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/848570821.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/59179110.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144883 bytes @ [ 1144883kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/59179110.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1506057536.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72465 bytes @ [ 72465kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1506057536.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914180 bytes @ [ 914180kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1015284294.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230965 bytes @ [ 230965kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1015284294.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63195 bytes @ [ 63195kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/576283824.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/576283824.jar]
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + 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] : + 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] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@118bd092]...
[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.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn]
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.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.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.jakarta.inject]
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 [javax.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] : make()
[org.ops4j.store.intern.TemporaryStore] : Enter store()
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers.
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba = org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e = org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = 
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 = org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = *
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class
[org.ops4j.store.intern.TemporaryStore] : Exit store(): e34b9120736b4f9fcaa3d4a4451cc289456aa09f
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }, ManifestEntry{ key=PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, value=org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson }, ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e" and expression="org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba" and expression="org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62" and expression="org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65" 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 testBadResource in reactor
Dec 19, 2019 1:12:57 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.

Dec 19, 2019 1:12:58 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 [javax.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.external.jakarta.inject]
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.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.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 [osgi.cmpn]
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-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }, ManifestEntry{ key=PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, value=org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson }, ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, 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@890fba6.]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service]
[org.ops4j.exec.DefaultJavaRunner] : Shutdown in progress...

[org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.649 s - in org.glassfish.jersey.osgi.test.basic.ResourceBundleTest
[INFO] Running org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest
[org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f parent=null root=[TestAddress:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f root:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f] args=[Ljava.lang.Object;@3cce57c7
[org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@5a8806ef
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-dc9cba68-cb61-49a8-8b48-54f5f578ddd0 parent=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] root=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] args=[Ljava.lang.Object;@4c5ae43b
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-009b2178-54cf-42a4-87ee-a0dacc06d806 parent=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] root=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] args=[Ljava.lang.Object;@264f218
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-f7841a25-3652-4218-ad32-f6b4e3fbb4f5 parent=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] root=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] args=[Ljava.lang.Object;@3576ddc2
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-5645f3d1-293e-4af1-a5f4-bbc5db7d6d25 parent=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] root=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] args=[Ljava.lang.Object;@35b74c5c
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-111b10e7-d965-4110-96df-2cc0db38fd17 parent=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] root=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] args=[Ljava.lang.Object;@2e570ded
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-a59eda8d-7e1a-4785-9815-f7156671dbc1 parent=[TestAddress:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 root:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101] root=[TestAddress:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 root:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101] args=[Ljava.lang.Object;@b86de0d
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-97a6af67-8605-49bd-bea5-8d22ad138c2d parent=[TestAddress:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f root:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f] root=[TestAddress:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f root:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f] args=[Ljava.lang.Object;@81d9a72
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testSimpleResource @ [TestAddress:PaxExam-97a6af67-8605-49bd-bea5-8d22ad138c2d root:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f] Arguments: [Ljava.lang.Object;@3cce57c7
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000
[org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-7c14a413-458c-4d48-bca1-8f3c7a85d265, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576761151408-0, -Forg.osgi.framework.system.packages.extra=sun.misc]]
[org.ops4j.exec.DefaultJavaRunner] : Starting platform process.
[org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook.
[org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/112124771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.9.1/pax-exam-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.link : 80981 bytes @ [ 80981kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/112124771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/344876718.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-inject/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-inject:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-inject/4.9.1/pax-exam-inject-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link : 11632 bytes @ [ 11632kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/344876718.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.extender.service.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2007868628.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-extender-service/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-extender-service:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-extender-service/4.9.1/pax-exam-extender-service-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.extender.service.link : 18089 bytes @ [ 18089kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2007868628.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.osgi.compendium.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-869645532.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.osgi/org.osgi.compendium/4.3.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.osgi:org.osgi.compendium:jar:4.3.1) as /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.3.1/org.osgi.compendium-4.3.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.osgi.compendium.link : 767142 bytes @ [ 767142kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-869645532.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.logging.api.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/146328771.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.logging:pax-logging-api:jar:1.8.4) as /home/jenkins/.m2/repository/org/ops4j/pax/logging/pax-logging-api/1.8.4/pax-logging-api-1.8.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.logging.api.link : 108836 bytes @ [ 108836kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/146328771.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.base.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1257848056.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.base/ops4j-base/1.5.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.base:ops4j-base:jar:1.5.0) as /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base/1.5.0/ops4j-base-1.5.0.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.base.link : 102489 bytes @ [ 102489kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1257848056.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-core/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.2/pax-swissbox-core-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link : 9158 bytes @ [ 9158kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1010742457.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1849587615.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-extender:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link : 22429 bytes @ [ 22429kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1849587615.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-framework/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link : 14175 bytes @ [ 14175kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1756583348.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/419182688.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link : 6622 bytes @ [ 6622kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/419182688.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1964747218.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.swissbox/pax-swissbox-tracker/1.8.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.2) as /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link : 15218 bytes @ [ 15218kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1964747218.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link : 10034 bytes @ [ 10034kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1754928833.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.annotation/jakarta.annotation-api/1.3.5]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.annotation:jakarta.annotation-api:jar:1.3.5) as /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 : 25058 bytes @ [ 25058kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2058733451.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2) as /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.xml.bind/jakarta.xml.bind-api/2.3.2 : 115498 bytes @ [ 115498kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1002546925.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.junit/4.12.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link : 323076 bytes @ [ 323076kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1274564812.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2038907288.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : 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] : link:classpath:META-INF/links/org.ops4j.pax.tipi.hamcrest.core.link : 48078 bytes @ [ 48078kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2038907288.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/2113721367.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.ops4j.pax.exam/pax-exam-invoker-junit/4.9.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.ops4j.pax.exam:pax-exam-invoker-junit:jar:4.9.1) as /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-invoker-junit/4.9.1/pax-exam-invoker-junit-4.9.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : link:classpath:META-INF/links/org.ops4j.pax.exam.invoker.junit.link : 18683 bytes @ [ 18683kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/2113721367.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/676846097.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-api/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-api:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-api/2.6.1 : 200223 bytes @ [ 200223kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/676846097.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-820698300.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:osgi-resource-locator:jar:2.5.0-b42) as /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b42/osgi-resource-locator-2.5.0-b42.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/osgi-resource-locator/2.5.0-b42 : 19651 bytes @ [ 19651kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-820698300.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-locator/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-locator:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-locator/2.6.1 : 203358 bytes @ [ 203358kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1739226355.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/359048488.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2/hk2-utils/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2:hk2-utils:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2/hk2-utils/2.6.1 : 131590 bytes @ [ 131590kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/359048488.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:jakarta.inject:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 : 18140 bytes @ [ 18140kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1796265689.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1) as /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 : 27006 bytes @ [ 27006kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1821556545.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.javassist/javassist/3.25.0-GA]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.javassist:javassist:jar:3.25.0-GA) as /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.javassist/javassist/3.25.0-GA : 780265 bytes @ [ 780265kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-2099849606.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-framework/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-framework:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-framework/2.4.4 : 852008 bytes @ [ 16706kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1910401042.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1637779030.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http/2.4.4 : 349521 bytes @ [ 349521kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1637779030.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.grizzly:grizzly-http-server:jar:2.4.4) as /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : 311985 bytes @ [ 311985kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1465005480.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/951341823.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:javax.validation/validation-api/2.0.1.Final]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (javax.validation:validation-api:jar:2.0.1.Final) as /home/jenkins/.m2/repository/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:javax.validation/validation-api/2.0.1.Final : 93107 bytes @ [ 93107kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/951341823.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.containers:jersey-container-grizzly2-http:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/2.30-SNAPSHOT/jersey-container-grizzly2-http-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.containers/jersey-container-grizzly2-http/2.30-SNAPSHOT : 27650 bytes @ [ 27650kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1897223706.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/848570821.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6) as /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 : 140376 bytes @ [ 140376kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/848570821.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/59179110.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-common:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-common:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30-SNAPSHOT/jersey-common-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-common/2.30-SNAPSHOT : 1144883 bytes @ [ 572441kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/59179110.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1506057536.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.media:jersey-media-jaxb:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.media:jersey-media-jaxb:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/2.30-SNAPSHOT/jersey-media-jaxb-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.30-SNAPSHOT : 72465 bytes @ [ 72465kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1506057536.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-server:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-server:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30-SNAPSHOT/jersey-server-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-server/2.30-SNAPSHOT : 914180 bytes @ [ 457090kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1182151746.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/1015284294.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.core:jersey-client:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.core:jersey-client:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30-SNAPSHOT/jersey-client-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.core/jersey-client/2.30-SNAPSHOT : 230965 bytes @ [ 230965kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/1015284294.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Skipped remote update check for org.glassfish.jersey.inject:jersey-hk2:2.30-SNAPSHOT/maven-metadata.xml, locally installed metadata up-to-date.
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (org.glassfish.jersey.inject:jersey-hk2:jar:2.30-SNAPSHOT) as /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30-SNAPSHOT/jersey-hk2-2.30-SNAPSHOT.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:org.glassfish.jersey.inject/jersey-hk2/2.30-SNAPSHOT : 63195 bytes @ [ 63195kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/-1976610892.jar]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Downloading [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Creating new file at destination: /tmp/1576761151408-0/pax-exam-downloads/576283824.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : downloading...
[org.ops4j.pax.url.mvn.internal.Connection] : Resolving [mvn:com.sun.activation/jakarta.activation/1.2.1]
[org.ops4j.pax.url.mvn.internal.LogAdapter] : Using manager SimpleLocalRepositoryManager with priority 0 for /home/jenkins/.m2/repository
[org.ops4j.pax.url.mvn.internal.AetherBasedResolver] : Resolved (com.sun.activation:jakarta.activation:jar:1.2.1) as /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
[org.ops4j.pax.exam.forked.provision.StreamUtils] : mvn:com.sun.activation/jakarta.activation/1.2.1 : 65690 bytes @ [ 65690kBps ]
[org.ops4j.pax.exam.forked.provision.PlatformImpl] : Successfully downloaded to [/tmp/1576761151408-0/pax-exam-downloads/576283824.jar]
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.base.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.core.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.extender.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.framework.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.lifecycle.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.swissbox.tracker.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.annotation', artifactId='jakarta.annotation-api', version='1.3.5', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.xml.bind', artifactId='jakarta.xml.bind-api', version='2.3.2', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@2) JUnitBundlesOption{url=link:classpath:META-INF/links/org.ops4j.pax.tipi.junit.link}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + 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] : + 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] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-api', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='osgi-resource-locator', version='2.5.0-b42', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-locator', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2', artifactId='hk2-utils', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='jakarta.inject', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.hk2.external', artifactId='aopalliance-repackaged', version='2.6.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.javassist', artifactId='javassist', version='3.25.0-GA', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-framework', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.grizzly', artifactId='grizzly-http-server', version='2.4.4', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='javax.validation', artifactId='validation-api', version='2.0.1.Final', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.containers', artifactId='jersey-container-grizzly2-http', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='jakarta.ws.rs', artifactId='jakarta.ws.rs-api', version='2.1.6', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-common', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.media', artifactId='jersey-media-jaxb', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-server', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.core', artifactId='jersey-client', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='org.glassfish.jersey.inject', artifactId='jersey-hk2', version='2.30-SNAPSHOT', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : + Install (start@3) MavenArtifactUrlReference{groupId='com.sun.activation', artifactId='jakarta.activation', version='1.2.1', type='null'}
[org.ops4j.pax.exam.forked.ForkedTestContainer] : Jump to startlevel [5]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@4ef6dadf]...
[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.swissbox.extender.BundleWatcher] : Scanning bundle [osgi.cmpn]
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.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.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.jakarta.inject]
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 [javax.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] : make()
[org.ops4j.store.intern.TemporaryStore] : Enter store()
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Creating manifest from added headers.
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba = org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e = org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Ignore-Package = 
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-Executable = PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 = org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-ManifestVersion = 2
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Bundle-SymbolicName = PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 = org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f = org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : DynamicImport-Package = *
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 = org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest$MultiPartResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/subpackage/SimpleResourceSubpackaged.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JaxRsRiBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource$NameBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonMoxyTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyBean.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJackson1Test.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$SseResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource log4j.properties
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MyResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/util/Helper.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/PackageScanningTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest$BadResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonProcessingTest$Resource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest$ApacheOsgiTestResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest$1.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJacksonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/AbstractJsonOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/SseTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest$SuperSimpleResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ResourceBundleTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BasicOsgiIntegrationTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/BeanValidationResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/MultiPartTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/WebResourceFactoryTest$MySubResourceIfc.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonResource.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/JsonJettisonTest.class
[org.ops4j.pax.tinybundles.core.intern.RawBuilder] : Copying resource org/glassfish/jersey/osgi/test/basic/ApacheOsgiIntegrationTest.class
[org.ops4j.store.intern.TemporaryStore] : Exit store(): bcc10b67888aedcf543b8e544077fe132d332106
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }, ManifestEntry{ key=PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, value=org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson }, ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }, ManifestEntry{ key=PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f, value=org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResourceInitParameters }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e" and expression="org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba" and expression="org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb" and expression="org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-Executable to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62" and expression="org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101" and expression="org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f" and expression="org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Test PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 to be in PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Probe] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65" 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
Dec 19, 2019 1:13:00 PM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Dec 19, 2019 1:13:00 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
RESULT = OK
Dec 19, 2019 1:13:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
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 [javax.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.external.jakarta.inject]
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.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.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 [osgi.cmpn]
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-237e8852-cfb3-4e7f-91c0-f425a561ba47]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e, value=org.glassfish.jersey.osgi.test.basic.JsonJacksonTest;testJson }, ManifestEntry{ key=PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba, value=org.glassfish.jersey.osgi.test.basic.JsonJackson1Test;testJson }, ManifestEntry{ key=PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb, value=org.glassfish.jersey.osgi.test.basic.PackageScanningTest;testSimpleResource }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65,PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb,PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62,PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba,PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e,PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101,PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f, }, ManifestEntry{ key=PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62, value=org.glassfish.jersey.osgi.test.basic.MultiPartTest;testMultiPartResource }, ManifestEntry{ key=PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101, value=org.glassfish.jersey.osgi.test.basic.ResourceBundleTest;testBadResource }, ManifestEntry{ key=PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f, value=org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest;testSimpleResource }, ManifestEntry{ key=PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65, 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@3ca4d9fa.]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
[org.ops4j.exec.DefaultJavaRunner] : Shutdown in progress...

[org.ops4j.exec.DefaultJavaRunner] : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.759 s - in org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest
[INFO] Running org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : creating PaxExam runner for class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest
[org.ops4j.pax.exam.spi.PaxExamRuntime] : Found TestContainerFactory: org.ops4j.pax.exam.forked.ForkedTestContainerFactory
[org.ops4j.pax.exam.spi.reactors.ReactorManager] : No User defined probe hook found
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-f7eb714d-9a72-4333-943d-1f2635d65dbf parent=null root=[TestAddress:PaxExam-f7eb714d-9a72-4333-943d-1f2635d65dbf root:PaxExam-f7eb714d-9a72-4333-943d-1f2635d65dbf] args=[Ljava.lang.Object;@45ac5f9b
[org.ops4j.pax.exam.spi.DefaultExamReactor] : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@5a8806ef
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-10794f65-529e-4cf0-aa5f-cd5ecf95df9b parent=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] root=[TestAddress:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65 root:PaxExam-f9e21a74-3680-47f1-950b-067d06de6d65] args=[Ljava.lang.Object;@68034211
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-b384f613-c9aa-4d83-acb4-26297a7c7cf3 parent=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] root=[TestAddress:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb root:PaxExam-9172e88f-5f2f-4b59-ad5c-f29474cb21cb] args=[Ljava.lang.Object;@4f74980d
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-f2ba9d11-6490-4b95-9e9e-b4b4d3b6b244 parent=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] root=[TestAddress:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62 root:PaxExam-67dd7881-ab97-4ad2-8d8b-d13c16f8ed62] args=[Ljava.lang.Object;@6c372fe6
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-6cd48ab4-f3be-4c68-9d71-86cf97eba89d parent=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] root=[TestAddress:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba root:PaxExam-ccf4ea9f-e5a3-4bd2-b7fe-73dd3fbe26ba] args=[Ljava.lang.Object;@58594a11
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-95ba7409-854b-4d3d-b1b9-61fe6f76550d parent=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] root=[TestAddress:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e root:PaxExam-4fd375ee-b130-48a6-ad9e-ad7b3b1eca5e] args=[Ljava.lang.Object;@2a3888c1
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-96c1f26f-0977-4a99-aedc-8564ab979932 parent=[TestAddress:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 root:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101] root=[TestAddress:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101 root:PaxExam-87f04a82-ed78-486a-98ca-689e21fb9101] args=[Ljava.lang.Object;@4167d97b
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-2ae1f79b-3629-435e-bd95-9335994086d1 parent=[TestAddress:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f root:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f] root=[TestAddress:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f root:PaxExam-46de30c8-9279-4a83-bd1d-fe1d59398d8f] args=[Ljava.lang.Object;@14fa86ae
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] : NEW ADDRESS= PaxExam-b87e60f6-6e01-465d-b510-3477d421fbb0 parent=[TestAddress:PaxExam-f7eb714d-9a72-4333-943d-1f2635d65dbf root:PaxExam-f7eb714d-9a72-4333-943d-1f2635d65dbf] root=[TestAddress:PaxExam-f7eb714d-9a72-4333-943d-1f2635d65dbf root:PaxExam-f7eb714d-9a72-4333-943d-1f2635d65dbf] args=[Ljava.lang.Object;@6e15fe2
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : running test class org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest
[org.ops4j.pax.exam.junit.impl.ProbeRunner] : Invoke testSimpleResource @ [TestAddress:PaxExam-b87e60f6-6e01-465d-b510-3477d421fbb0 root:PaxExam-f7eb714d-9a72-4333-943d-1f2635d65dbf] Arguments: [Ljava.lang.Object;@45ac5f9b
[org.ops4j.store.intern.TemporaryStore] : Storage Area is /tmp/1576761151408-0
[org.ops4j.pax.exam.forked.ForkedFrameworkFactory] : using RMI registry at port 21000
[org.ops4j.exec.DefaultJavaRunner] : Start command line [[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dpax.swissbox.framework.rmi.port=21000, -Dpax.exam.invoker=junit, -Dpax.exam.service.timeout=10000, -Djava.protocol.handler.pkgs=org.ops4j.pax.url, -Dorg.osgi.framework.system.packages.extra=javax.annotation, -Dorg.ops4j.pax.url.mvn.localRepository=/home/jenkins/.m2/repository, -Dorg.osgi.service.http.port=8080, -Djersey.config.test.container.port=8080, -Dpax.swissbox.framework.rmi.name=ExamRemoteFramework-67caf4d9-1e5c-4a93-bdb2-db25e6310efe, -cp, /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/5.0.1/org.apache.felix.framework-5.0.1.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.2/pax-swissbox-framework-1.8.2.jar:/home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar, org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl, -Forg.osgi.framework.bootdelegation=sun.*, -Forg.osgi.framework.storage=/tmp/1576761151408-0, -Forg.osgi.framework.system.packages.extra=sun.misc]]
[org.ops4j.exec.DefaultJavaRunner] : Starting platform process.
[org.ops4j.exec.DefaultJavaRunner] : Wrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] : Added shutdown hook.
[org.ops4j.exec.DefaultJavaRunner] : DefaultJavaRunner completed successfully

Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 2.30-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [  6.463 s]
[INFO] jersey-archetypes .................................. SUCCESS [  1.060 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  1.816 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.337 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.269 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.304 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.272 s]
[INFO] jersey-core-common ................................. SUCCESS [ 35.069 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.244 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  3.553 s]
[INFO] jersey-core-client ................................. SUCCESS [ 28.497 s]
[INFO] jersey-media ....................................... SUCCESS [  0.223 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  3.387 s]
[INFO] jersey-core-server ................................. SUCCESS [ 50.243 s]
[INFO] jersey-containers .................................. SUCCESS [  0.230 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  5.870 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  1.716 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.263 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  3.068 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.604 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.506 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.278 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  4.787 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.254 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [ 23.227 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  3.406 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.336 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [ 19.648 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  8.530 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [ 18.200 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  2.412 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [ 12.170 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  2.692 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [ 53.038 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.695 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.345 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.249 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [ 10.499 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [  8.962 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.250 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  2.109 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  1.177 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [ 14.134 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.377 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  7.724 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.248 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [  5.454 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  0.687 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  0.872 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  1.188 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  0.611 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  0.806 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.641 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  1.398 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  2.963 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.702 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.611 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.990 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.683 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.501 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  6.517 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.352 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  1.836 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  1.984 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  7.297 s]
[INFO] jersey-ext-servlet-portability ..................... SUCCESS [  0.611 s]
[INFO] jersey-spring4 ..................................... SUCCESS [  7.390 s]
[INFO] jersey-spring5 ..................................... SUCCESS [  6.842 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.581 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  1.483 s]
[INFO] project ............................................ SUCCESS [  0.317 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  1.628 s]
[INFO] jersey-mp-config ................................... SUCCESS [  3.803 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.249 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  5.101 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  1.322 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  4.360 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  8.101 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.734 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  6.026 s]
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  0.588 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  0.763 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  3.289 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  0.951 s]
[INFO] jersey-media-multipart ............................. SUCCESS [ 10.738 s]
[INFO] jersey-media-sse ................................... SUCCESS [ 24.446 s]
[INFO] jersey-security .................................... SUCCESS [  0.197 s]
[INFO] oauth1-signature ................................... SUCCESS [  2.262 s]
[INFO] jersey-security .................................... SUCCESS [  0.540 s]
[INFO] oauth1-server ...................................... SUCCESS [  3.506 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.449 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  4.005 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.185 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [06:56 min]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [04:02 min]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  3.140 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [04:20 min]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.266 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  7.136 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  2.859 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [07:39 min]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 15.652 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.234 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  1.041 s]
[INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [  8.333 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.289 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 12.544 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.719 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.761 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  4.386 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  3.640 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.322 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.642 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.573 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  1.123 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.245 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.571 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 13.669 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.760 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.578 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.601 s]
[INFO] client-connector-provider .......................... SUCCESS [  2.292 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.331 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.588 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.585 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.228 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.342 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.542 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.603 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.718 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.193 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.573 s]
[INFO] j-376-reproducer ................................... SUCCESS [  4.909 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.619 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.672 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.746 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.227 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.315 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.526 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.556 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.223 s]
[INFO] jersey-tests-component-inject ...................... SUCCESS [  3.562 s]
[INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [  5.021 s]
[INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [  2.359 s]
[INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [  4.022 s]
[INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [  4.428 s]
[INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [  3.696 s]
[INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [  3.480 s]
[INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [  3.223 s]
[INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [  3.343 s]
[INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [  4.005 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  2.527 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.624 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.548 s]
[INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [  3.092 s]
[INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [  3.341 s]
[INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [  3.658 s]
[INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [  4.605 s]
[INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [  3.444 s]
[INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [  5.660 s]
[INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [  3.927 s]
[INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [  4.159 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  1.751 s]
[INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [  3.065 s]
[INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [  3.610 s]
[INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [  4.276 s]
[INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [  2.458 s]
[INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [  7.619 s]
[INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [  5.382 s]
[INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [  2.672 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  2.880 s]
[INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [  3.006 s]
[INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [  8.091 s]
[INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [  4.627 s]
[INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [  5.910 s]
[INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [  4.643 s]
[INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [  2.558 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  2.539 s]
[INFO] jersey-3992 ........................................ SUCCESS [  3.790 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  3.948 s]
[INFO] jersey-4321 ........................................ SUCCESS [  3.002 s]
[INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [  3.045 s]
[INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [  3.237 s]
[INFO] jersey-tests-integration-property-check ............ SUCCESS [  1.435 s]
[INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [  4.702 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [  3.171 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.244 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 38.943 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [  4.226 s]
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [  3.092 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [  3.100 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [  3.695 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [  3.214 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [  3.045 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [  3.142 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [  3.212 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [  2.915 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [  4.024 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [  3.169 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [  4.998 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [  4.680 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [  5.194 s]
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [  3.398 s]
[INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [  5.048 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [  9.967 s]
[INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [  3.096 s]
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [  0.747 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [  2.958 s]
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [  2.872 s]
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [  2.968 s]
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [  2.869 s]
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [  2.911 s]
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [  3.133 s]
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [  3.029 s]
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [  3.114 s]
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [  4.113 s]
[INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [  5.217 s]
[INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [  3.067 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [  1.396 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [  4.743 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [  3.984 s]
[INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [  5.690 s]
[INFO] jersey-tests-integration-sonar-test ................ SUCCESS [  3.228 s]
[INFO] jersey-tests-integration-spring4 ................... SUCCESS [  7.181 s]
[INFO] jersey-tests-integration-spring5 ................... SUCCESS [  7.110 s]
[INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 11.621 s]
[INFO] config-webapp ...................................... SUCCESS [  1.475 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  3.482 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [01:44 min]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  4.378 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.389 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.255 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.253 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.948 s]
[INFO] jersey-examples .................................... SUCCESS [  0.248 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.250 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  2.871 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.251 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [ 15.205 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.625 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.664 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.595 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.288 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.621 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.659 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.594 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.774 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.260 s]
[INFO] jersey-tests-osgi-functional ....................... FAILURE [ 37.393 s]
[INFO] jersey-tests-stress ................................ SKIPPED
[INFO] jersey-tests-performance ........................... SKIPPED
[INFO] performance-test-benchmarks ........................ SKIPPED
[INFO] jersey-tests-performance-runners ................... SKIPPED
[INFO] jersey-grizzly-runner .............................. SKIPPED
[INFO] jersey-tests-performance-testcase .................. SKIPPED
[INFO] jersey-tests-performance-assemblies ................ SKIPPED
[INFO] jersey-tests-performance-filter-dynamic-test ....... SKIPPED
[INFO] jersey-tests-performance-filter-global-test ........ SKIPPED
[INFO] jersey-tests-performance-filter-name-test .......... SKIPPED
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SKIPPED
[INFO] jersey-tests-performance-interceptor-global-test ... SKIPPED
[INFO] jersey-tests-performance-interceptor-name-test ..... SKIPPED
[INFO] jersey-tests-performance-custom-provider-test ...... SKIPPED
[INFO] jersey-tests-performance-json-jackson-test ......... SKIPPED
[INFO] jersey-tests-performance-json-moxy-test ............ SKIPPED
[INFO] jersey-tests-performance-mbw-kryo-test ............. SKIPPED
[INFO] jersey-tests-performance-text-plain-test ........... SKIPPED
[INFO] jersey-tests-performance-xml-jaxb-test ............. SKIPPED
[INFO] jersey-tests-performance-xml-moxy-test ............. SKIPPED
[INFO] jersey-tests-performance-param-srl ................. SKIPPED
[INFO] jersey-tests-performance-proxy-injection-test ...... SKIPPED
[INFO] performance-test-tools ............................. SKIPPED
[INFO] jersey-examples-assemblies ......................... SKIPPED
[INFO] jersey-examples-bookmark ........................... SKIPPED
[INFO] jersey-examples-bookmark-em ........................ SKIPPED
[INFO] jersey-examples-bookstore-webapp ................... SKIPPED
[INFO] jersey-examples-cdi-webapp ......................... SKIPPED
[INFO] jersey-examples-clipboard .......................... SKIPPED
[INFO] jersey-examples-clipboard-programmatic ............. SKIPPED
[INFO] jersey-examples-declarative-linking ................ SKIPPED
[INFO] jersey-examples-entity-filtering ................... SKIPPED
[INFO] jersey-examples-entity-filtering-selectable ........ SKIPPED
[INFO] jersey-examples-entity-filtering-security .......... SKIPPED
[INFO] jersey-examples-extended-wadl-webapp ............... SKIPPED
[INFO] jersey-examples-exception-mapping .................. SKIPPED
[INFO] jersey-examples-freemarker-webapp .................. SKIPPED
[INFO] jersey-examples-groovy ............................. SKIPPED
[INFO] jersey-examples-helloworld ......................... SKIPPED
[INFO] jersey-examples-helloworld-benchmark ............... SKIPPED
[INFO] jersey-examples-helloworld-cdi2-se ................. SKIPPED
[INFO] jersey-examples-helloworld-netty ................... SKIPPED
[INFO] jersey-examples-helloworld-programmatic ............ SKIPPED
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SKIPPED
[INFO] jersey-examples-helloworld-weld .................... SKIPPED
[INFO] jersey-examples-helloworld-spring-webapp ........... SKIPPED
[INFO] helloworld-spring-annotations ...................... SKIPPED
[INFO] jersey-examples-http-patch ......................... SKIPPED
[INFO] jersey-examples-http-trace ......................... SKIPPED
[INFO] jersey-examples-https-clientserver-grizzly ......... SKIPPED
[INFO] jersey-examples-https-server-glassfish ............. SKIPPED
[INFO] jersey-examples-java8-webapp ....................... SKIPPED
[INFO] jersey-examples-jaxb ............................... SKIPPED
[INFO] jersey-examples-jaxrs-types-injection .............. SKIPPED
[INFO] jersey-examples-ejb ................................ SKIPPED
[INFO] jersey-examples-json-binding-webapp ................ SKIPPED
[INFO] jersey-examples-json-jackson ....................... SKIPPED
[INFO] jersey-examples-json-jackson1 ...................... SKIPPED
[INFO] jersey-examples-json-jettison ...................... SKIPPED
[INFO] jersey-examples-json-moxy .......................... SKIPPED
[INFO] jersey-examples-json-processing-webapp ............. SKIPPED
[INFO] jersey-examples-json-with-padding .................. SKIPPED
[INFO] jersey-examples-managed-beans-webapp ............... SKIPPED
[INFO] jersey-examples-managed-client ..................... SKIPPED
[INFO] jersey-examples-managed-client-webapp .............. SKIPPED
[INFO] jersey-examples-managed-client-simple-webapp ....... SKIPPED
[INFO] jersey-examples-multipart-webapp ................... SKIPPED
[INFO] jersey-examples-open-tracing ....................... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp ............. SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SKIPPED
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SKIPPED
[INFO] jersey-examples-osgi-http-service .................. SKIPPED
[INFO] jersey-examples-osgi-http-service-bundle ........... SKIPPED
[INFO] jersey-examples-osgi-http-service-test ............. SKIPPED
[INFO] oauth-client-twitter ............................... SKIPPED
[INFO] jersey-examples-reload ............................. SKIPPED
[INFO] jersey-examples-rx-client-webapp ................... SKIPPED
[INFO] jersey-examples-server-async ....................... SKIPPED
[INFO] jersey-examples-server-async-managed ............... SKIPPED
[INFO] jersey-examples-server-async-standalone ............ SKIPPED
[INFO] jersey-examples-server-async-standalone-client ..... SKIPPED
[INFO] jersey-examples-server-async-standalone-webapp ..... SKIPPED
[INFO] jersey-examples-server-sent-events-jersey .......... SKIPPED
[INFO] jersey-examples-server-sent-events-jaxrs ........... SKIPPED
[INFO] jersey-examples-servlet3-webapp .................... SKIPPED
[INFO] jersey-examples-simple-console ..................... SKIPPED
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SKIPPED
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SKIPPED
[INFO] jersey-examples-sse-twitter-aggregator ............. SKIPPED
[INFO] jersey-examples-system-properties .................. SKIPPED
[INFO] jersey-examples-moxy ............................... SKIPPED
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41:38 min
[INFO] Finished at: 2019-12-19T13:13:01Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (test) on project jersey-tests-osgi-functional: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional/target/surefire/surefirebooter7085931251151722759.jar /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional/target/surefire 2019-12-19T12-33-56_080-jvmRun1 surefire7508409130092267466tmp surefire_3452601315210508989906tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] Crashed tests:
[ERROR] org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional/target/surefire/surefirebooter7085931251151722759.jar /home/jenkins/agent/workspace/Jersey_master_build_pipeline/tests/osgi/functional/target/surefire 2019-12-19T12-33-56_080-jvmRun1 surefire7508409130092267466tmp surefire_3452601315210508989906tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] Crashed tests:
[ERROR] org.glassfish.jersey.osgi.test.basic.JaxRsRiBundleTest
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:670)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:283)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1161)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1002)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:848)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :jersey-tests-osgi-functional
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE