Skip to content
Success

Console Output

Started by upstream project "continuous-integration/ci_jenkins" build number 32
originally caused by:
 Started by user Maxim Nesen
Running as Maxim Nesen
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-n5lr2 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-n5lr2"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-n5lr2"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-n5lr2"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-n5lr2 in /home/jenkins/agent/workspace/single_ci_build
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/senivam/jersey.git
 > git init /home/jenkins/agent/workspace/single_ci_build # timeout=10
Fetching upstream changes from https://github.com/senivam/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/senivam/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 119cbd3a7942ebccdf76ad0b66013253ea302cba (refs/remotes/origin/ci_jenkins)
 > git config remote.origin.url https://github.com/senivam/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/ci_jenkins^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 119cbd3a7942ebccdf76ad0b66013253ea302cba # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b ci_jenkins 119cbd3a7942ebccdf76ad0b66013253ea302cba # timeout=10
Commit message: "CI env for Jenkins"
 > git rev-list --no-walk 119cbd3a7942ebccdf76ad0b66013253ea302cba # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build ci_jenkins -Ptravis_e2e_skip)
[Pipeline] sh
+ bash etc/travis/travis.sh -Ptravis_e2e_skip
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:2.0.0:compile
[DEBUG]       org.apache.xbean:xbean-reflect:jar:3.7:compile
[DEBUG]       com.google.collections:google-collections:jar:1.0:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
    [javac] not part of the command.
[DEBUG]     [javac] Files to be compiled:
[DEBUG]     [javac]     /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/jsr166/org/glassfish/jersey/internal/jsr166/Flow.java
    [javac]     /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/jsr166/org/glassfish/jersey/internal/jsr166/SubmittableFlowPublisher.java
    [javac]     /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/jsr166/org/glassfish/jersey/internal/jsr166/package-info.java
WARNING: The following warnings have been detected: WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.
WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component.
WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported.

[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.glassfish.jersey.client.JerseyClientBuilderTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest
[INFO] Running org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.glassfish.jersey.server.internal.inject.ActiveBindingBindingTest
[INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.527 s - in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 5:37:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-34] Started.
Jun 29, 2021 5:37:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest
Jun 29, 2021 5:37:30 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: 6.058 s - in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest
[INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest
Jun 29, 2021 5:38:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer
INFO: Jetty-http server started on base uri: http://localhost:9998/
2021-06-29 17:38:03.880:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@a8c1f44{HTTP/1.1, (http/1.1)}{0.0.0.0:9998}
Jun 29, 2021 5:38:03 PM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer
INFO: Jetty-http server stopped.
INFO: [HttpServer-11] Started.
Jun 29, 2021 5:38: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: 18.621 s - in org.glassfish.jersey.netty.connector.HugeEntityTest
[INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@78461bc4] state change: RECEIVED -> IDLE
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@78461bc4] state change: IDLE -> IDLE_TIMEOUT
Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@78461bc4] state change: IDLE_TIMEOUT -> CLOSED
Jun 29, 2021 5:39:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/2.5.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/2.5.0/hk2-2.5.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 5:40:06 PM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jun 29, 2021 5:40:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
INFO: [HttpServer-2] Started.
Jun 29, 2021 5:40: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: 0.901 s - in org.glassfish.jersey.media.sse.EmptyEventsTest
[INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest
[DEBUG]          org.glassfish.hk2:hk2-api:jar:2.6.1:test (version managed from 2.6.1) (exclusions managed from [])
[DEBUG]          org.glassfish.hk2:hk2-utils:jar:2.6.1:test (version managed from 2.6.1)
[DEBUG]       org.javassist:javassist:jar:3.25.0-GA:test (version managed from 3.25.0-GA)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG]  /home/jenkins/agent/workspace/single_ci_build/tests/e2e/target/generated-test-sources/test-annotations
[DEBUG] Command line options:
[DEBUG] -d /home/jenkins/agent/workspace/single_ci_build/tests/e2e/target/test-classes -classpath /home/jenkins/agent/workspace/single_ci_build/tests/e2e/target/test-classes:/home/jenkins/agent/workspace/single_ci_build/tests/e2e/target/classes:/home/jenkins/agent/workspace/single_ci_build/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar:/home/jenkins/agent/workspace/single_ci_build/test-framework/core/target/jersey-test-framework-core-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar:/home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/target/jersey-container-servlet-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/2.4.4/grizzly-http-servlet-2.4.4.jar:/home/jenkins/agent/workspace/single_ci_build/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/test-framework/providers/external/target/jersey-test-framework-provider-external-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/containers/jdk-http/target/jersey-container-jdk-http-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/containers/simple-http/target/jersey-container-simple-http-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/simpleframework/simple-http/6.0.1/simple-http-6.0.1.jar:/home/jenkins/.m2/repository/org/simpleframework/simple-transport/6.0.1/simple-transport-6.0.1.jar:/home/jenkins/.m2/repository/org/simpleframework/simple-common/6.0.1/simple-common-6.0.1.jar:/home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/containers/jetty-http/target/jersey-container-jetty-http-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42.v20210604/jetty-server-9.4.42.v20210604.jar:/home/jenkins/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.42.v20210604/jetty-continuation-9.4.42.v20210604.jar:/home/jenkins/agent/workspace/single_ci_build/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/containers/netty-http/target/jersey-container-netty-http-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/connectors/netty-connector/target/jersey-netty-connector-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/home/jenkins/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar:/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/home/jenkins/agent/workspace/single_ci_build/ext/mvc/target/jersey-mvc-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar:/home/jenkins/agent/workspace/single_ci_build/core-server/target/jersey-server-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar:/home/jenkins/agent/workspace/single_ci_build/ext/mvc-freemarker/target/jersey-mvc-freemarker-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/freemarker/freemarker/2.3.27-incubating/freemarker-2.3.27-incubating.jar:/home/jenkins/agent/workspace/single_ci_build/ext/mvc-mustache/target/jersey-mvc-mustache-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/com/github/spullara/mustache/java/compiler/0.8.17/compiler-0.8.17.jar:/home/jenkins/agent/workspace/single_ci_build/media/json-jackson/target/jersey-media-json-jackson-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/core-common/target/jersey-common-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar:/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.2/jackson-annotations-2.12.2.jar:/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.12.2/jackson-databind-2.12.2.jar:/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.12.2/jackson-core-2.12.2.jar:/home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.2/jackson-module-jaxb-annotations-2.12.2.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar:/home/jenkins/agent/workspace/single_ci_build/media/json-jackson1/target/jersey-media-json-jackson1-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar:/home/jenkins/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar:/home/jenkins/.m2/repository/org/codehaus/jackson/jackson-jaxrs/1.9.13/jackson-jaxrs-1.9.13.jar:/home/jenkins/.m2/repository/org/codehaus/jackson/jackson-xc/1.9.13/jackson-xc-1.9.13.jar:/home/jenkins/agent/workspace/single_ci_build/media/json-jettison/target/jersey-media-json-jettison-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/media/jaxb/target/jersey-media-jaxb-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/codehaus/jettison/jettison/1.3.7/jettison-1.3.7.jar:/home/jenkins/agent/workspace/single_ci_build/media/moxy/target/jersey-media-moxy-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar:/home/jenkins/.m2/repository/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/2.7.6/org.eclipse.persistence.moxy-2.7.6.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/2.7.6/org.eclipse.persistence.core-2.7.6.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/2.7.6/org.eclipse.persistence.asm-2.7.6.jar:/home/jenkins/agent/workspace/single_ci_build/media/json-processing/target/jersey-media-json-processing-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/jsonp-jaxrs/1.1.6/jsonp-jaxrs-1.1.6.jar:/home/jenkins/agent/workspace/single_ci_build/ext/bean-validation/target/jersey-bean-validation-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar:/home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar:/home/jenkins/.m2/repository/org/hibernate/validator/hibernate-validator/6.2.0.Final/hibernate-validator-6.2.0.Final.jar:/home/jenkins/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar:/home/jenkins/.m2/repository/com/fasterxml/classmate/1.3.3/classmate-1.3.3.jar:/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar:/home/jenkins/.m2/repository/org/glassfish/jakarta.el/3.0.3/jakarta.el-3.0.3.jar:/home/jenkins/agent/workspace/single_ci_build/ext/entity-filtering/target/jersey-entity-filtering-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/media/sse/target/jersey-media-sse-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/media/multipart/target/jersey-media-multipart-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar:/home/jenkins/agent/workspace/single_ci_build/connectors/apache-connector/target/jersey-apache-connector-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar:/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar:/home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar:/home/jenkins/agent/workspace/single_ci_build/core-client/target/jersey-client-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/connectors/grizzly-connector/target/jersey-grizzly-connector-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-client/1.16/grizzly-http-client-1.16.jar:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar:/home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-websockets/2.4.4/grizzly-websockets-2.4.4.jar:/home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar:/home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar:/home/jenkins/.m2/repository/org/glassfish/grizzly/connection-pool/2.4.4/connection-pool-2.4.4.jar:/home/jenkins/agent/workspace/single_ci_build/connectors/jetty-connector/target/jersey-jetty-connector-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-client/9.4.42.v20210604/jetty-client-9.4.42.v20210604.jar:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.4.42.v20210604/jetty-http-9.4.42.v20210604.jar:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.42.v20210604/jetty-io-9.4.42.v20210604.jar:/home/jenkins/agent/workspace/single_ci_build/connectors/jdk-connector/target/jersey-jdk-connector-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/security/oauth1-signature/target/oauth1-signature-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/security/oauth1-client/target/oauth1-client-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/security/oauth1-server/target/oauth1-server-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/security/oauth2-client/target/oauth2-client-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar:/home/jenkins/agent/workspace/single_ci_build/test-framework/util/target/jersey-test-framework-util-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/xmlunit/xmlunit/1.6/xmlunit-1.6.jar:/home/jenkins/agent/workspace/single_ci_build/inject/hk2/target/jersey-hk2-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar:/home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar:/home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar:/home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar:/home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar: -sourcepath /home/jenkins/agent/workspace/single_ci_build/tests/e2e/src/test/java:/home/jenkins/agent/workspace/single_ci_build/tests/e2e/target/generated-test-sources/test-annotations: -s /home/jenkins/agent/workspace/single_ci_build/tests/e2e/target/generated-test-sources/test-annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 88 source files to /home/jenkins/agent/workspace/single_ci_build/tests/e2e/target/test-classes
[DEBUG] The resource 'etc/config/checkstyle-suppressions.xml' was not found with resourceLoader org.codehaus.plexus.resource.loader.ThreadContextClasspathResourceLoader.
[DEBUG] URLResourceLoader: No valid URL 'etc/config/checkstyle-suppressions.xml'
[DEBUG] URLResourceLoader: No valid URL 'etc/config/checkstyle-suppressions.xml'
[DEBUG] The resource 'etc/config/checkstyle-suppressions.xml' was not found with resourceLoader org.codehaus.plexus.resource.loader.URLResourceLoader.
[DEBUG] The resource 'etc/config/checkstyle-suppressions.xml' was found as /home/jenkins/agent/workspace/single_ci_build/etc/config/checkstyle-suppressions.xml.
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.OLDPWD=/home/jenkins/agent/workspace/single_ci_build, file.encoding.pkg=sun.io, jsonp.ri.version=1.1.6, grizzly2.version=2.4.4, sonatypeOssDistMgmtReleasesUrl=https://jakarta.oss.sonatype.org/service/local/staging/deploy/maven2/, httpclient.version=4.5.13, hk2.jvnet.osgi.version=org.jvnet.hk2.*;version="[2.5,4)", env.JENKINS_TUNNEL=jenkins-discovery.jersey.svc.cluster.local:50000, java.home=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.JENKINS_NAME=basic-n5lr2, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.172.242, rxjava2.version=2.0.4, surefire.coverage.argline=, classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf, java.endorsed.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/endorsed, env.KUBERNETES_PORT=tcp://10.30.0.1:443, mockito.version=3.9.0, env.JENKINS_UI_PORT_80_TCP=tcp://10.30.87.11:80, env.HUDSON_HOME=/var/jenkins, env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, validation.impl.version=6.2.0.Final, jaxb.ri.version=2.3.3, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, archetype.mvn.plugin.version=2.4, env.NODE_NAME=basic-n5lr2, java.version=1.8.0_202, env.JENKINS_UI_PORT=tcp://10.30.87.11:80, spring4.version=4.3.20.RELEASE, jmh.version=1.10.2, env.NODE_LABELS=basic basic-n5lr2, env.JENKINS_SERVER_COOKIE=durable-f9dfc5edd0c7aee197126bf268d7c7de, jersey.version=2.35-SNAPSHOT, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.LANGUAGE=en_US:en, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.172.242:50000, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, skip.tests=false, servlet3.version=3.0.1, simple.version=6.0.1, javax.validation.api.version=2.0.2, jettison.version=1.3.7, env.JENKINS_AGENT_NAME=basic-n5lr2, gf.impl.version=5.1.0, user.name=jenkins, env.LANG=en_US.UTF-8, sun.io.unicode.encoding=UnicodeLittle, release.preparationGoals=clean install, sun.jnu.encoding=UTF-8, javax.interceptor.version=1.2.5, java.runtime.name=Java(TM) SE Runtime Environment, hk2.version=2.6.1, env.LC_ALL=en_US.UTF-8, java.specification.name=Java Platform API Specification, yasson.version=1.0.6, user.timezone=, path.separator=:, env.MAVEN_CMD_LINE_ARGS= -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -V -U -B -X -e clean install -Dsurefire.systemPropertiesFile=/home/jenkins/agent/workspace/single_ci_build/etc/jenkins/systemPropertiesFile -Ptravis_e2e_skip, file.encoding=UTF-8, mimepull.version=1.9.13, jersey.config.test.container.port=9998, env.HOME=/home/jenkins, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -V -U -B -X -e clean install -Dsurefire.systemPropertiesFile=/home/jenkins/agent/workspace/single_ci_build/etc/jenkins/systemPropertiesFile -Ptravis_e2e_skip, env.STAGE_NAME=Build ci_jenkins -Ptravis_e2e_skip, osgi.compendium.version=5.0.0, env.RUN_DISPLAY_URL=https://ci.eclipse.org/jersey/job/single_ci_build/32/display/redirect, grizzly.client.version=1.16, sonatypeOssDistMgmtNexusUrl=https://jakarta.oss.sonatype.org/, findbugs.skip=false, netbeans.hint.license=gf-cddl-gpl, env.BUILD_TAG=jenkins-single_ci_build-32, sonatypeOssDistMgmtStagingUrl=https://jakarta.oss.sonatype.org/content/repositories/staging/, env.HOSTNAME=basic-n5lr2, jsp.version=2.3.6, java.io.tmpdir=/tmp, user.language=en, env.GIT_LOCAL_URL=https://github.com/senivam/jersey.git, jmockit.version=1.44, line.separator=
, env.OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle, xdk.absolute.path=, mustache.version=0.8.17, findbugs.exclude=, env=default, jboss.logging.version=3.3.0.Final, env.JOB_NAME=single_ci_build, java.vm.info=mixed mode, env.BUILD_DISPLAY_NAME=#32, sonatypeOssDistMgmtSnapshotsUrl=https://jakarta.oss.sonatype[DEBUG] loaded class org.glassfish.jersey.uri.PatternWithGroups$GroupIndexMatchResult from WebAppClassLoader=1651528259@62705243
[DEBUG] loaded class org.glassfish.jersey.message.internal.Quality from WebAppClassLoader=1651528259@62705243
[DEBUG] loaded class org.glassfish.jersey.message.internal.Quality$1 from WebAppClassLoader=1651528259@62705243
[DEBUG] loaded class org.glassfish.jersey.message.internal.Quality$2 from WebAppClassLoader=1651528259@62705243
[DEBUG] loaded class org.glassfish.jersey.server.int[DEBUG] loaded class java.lang.ClassNotFoundException from null
[DEBUG] loaded class java.security.AccessController
[DEBUG] loaded class java.security.AccessController from null
[DEBUG] loaded class java.util.logging.Level
[DEBUG] loaded class java.util.logging.Level from null
[DEBUG] WAP webapp loaded class com.fasterxml.jackson.core.util.JsonParserDelegate
[DEBUG] WAP webapp loaded class com.fasterxml.jackson.core.filter.FilteringParserDelegate
[DEBUG] WAP webapp loaded class com.fasterxml.jackson.core.filter.TokenFilter
[DEBUG] WAP webapp loaded class com.fasterxml.jackson.core.filter.JsonPointerBasedFilter
[DEBUG] WAP webapp loaded class com.fasterxml.jackson.databind.node.ArrayNode
[DEBUG] boot classpath:  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar  /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4003/target/test-classes  /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4003/target/classes  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/core/target/jersey-test-framework-core-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar  /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar  /home/jenkins/agent/workspace/single_ci_build/media/jaxb/target/jersey-media-jaxb-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar  /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar  /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar  /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/target/jersey-container-servlet-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/2.4.4/grizzly-http-servlet-2.4.4.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/core-server/target/jersey-server-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar  /home/jenkins/agent/workspace/single_ci_build/core-client/target/jersey-client-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/external/target/jersey-test-framework-provider-external-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/jdk-http/target/jersey-container-jdk-http-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/simple-http/target/jersey-container-simple-http-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/simpleframework/simple-http/6.0.1/simple-http-6.0.1.jar  /home/jenkins/.m2/repository/org/simpleframework/simple-transport/6.0.1/simple-transport-6.0.1.jar  /home/jenkins/.m2/repository/org/simpleframework/simple-common/6.0.1/simple-common-6.0.1.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/jetty-http/target/jersey-container-jetty-http-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42.v20210604/jetty-server-9.4.42.v20210604.jar  /home/jenkins/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.4.42.v20210604/jetty-http-9.4.42.v20210604.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.42.v20210604/jetty-io-9.4.42.v20210604.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.42.v20210604/jetty-continuation-9.4.42.v20210604.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/netty-http/target/jersey-container-netty-http-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/connectors/netty-connector/target/jersey-netty-connector-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar  /home/jenkins/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar  /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar  /home/jenkins/.m2/repository/org/mockito/mockito-core/3.9.0/mockito-core-3.9.0.jar  /home/jenkins/.m2/repository/net/bytebuddy/byte-buddy/1.10.20/byte-buddy-1.10.20.jar  /home/jenkins/.m2/repository/net/bytebuddy/byte-buddy-agent/1.10.20/byte-buddy-agent-1.10.20.jar  /home/jenkins/.m2/repository/org/objenesis/objenesis/3.2/objenesis-3.2.jar  /home/jenkins/agent/workspace/single_ci_build/inject/hk2/target/jersey-hk2-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/core-common/target/jersey-common-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar  /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar  /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.jar
[DEBUG] boot(compact) classpath:  surefire-booter-3.0.0-M5.jar  surefire-api-3.0.0-M5.jar  surefire-logger-api-3.0.0-M5.jar  surefire-shared-utils-3.0.0-M4.jar  surefire-extensions-spi-3.0.0-M5.jar  test-classes  classes  jersey-test-framework-provider-grizzly2-2.35-SNAPSHOT.jar  jakarta.servlet-api-4.0.3.jar  jersey-test-framework-core-2.35-SNAPSHOT.jar  jakarta.xml.bind-api-2.3.3.jar  jakarta.activation-api-1.2.2.jar  jersey-media-jaxb-2.35-SNAPSHOT.jar  jersey-container-servlet-core-2.35-SNAPSHOT.jar  jersey-container-grizzly2-http-2.35-SNAPSHOT.jar  grizzly-http-server-2.4.4.jar  grizzly-http-2.4.4.jar  grizzly-framework-2.4.4.jar  jersey-container-grizzly2-servlet-2.35-SNAPSHOT.jar  jersey-container-servlet-2.35-SNAPSHOT.jar  grizzly-http-servlet-2.4.4.jar  jersey-test-framework-provider-inmemory-2.35-SNAPSHOT.jar  jersey-server-2.35-SNAPSHOT.jar  jakarta.validation-api-2.0.2.jar  jersey-client-2.35-SNAPSHOT.jar  jersey-test-framework-provider-external-2.35-SNAPSHOT.jar  jersey-test-framework-provider-jdk-http-2.35-SNAPSHOT.jar  jersey-container-jdk-http-2.35-SNAPSHOT.jar  jersey-test-framework-provider-simple-2.35-SNAPSHOT.jar  jersey-container-simple-http-2.35-SNAPSHOT.jar  simple-http-6.0.1.jar  simple-transport-6.0.1.jar  simple-common-6.0.1.jar  jersey-test-framework-provider-jetty-2.35-SNAPSHOT.jar  jersey-container-jetty-http-2.35-SNAPSHOT.jar  jetty-server-9.4.42.v20210604.jar  javax.servlet-api-3.1.0.jar  jetty-http-9.4.42.v20210604.jar  jetty-io-9.4.42.v20210604.jar  jetty-util-9.4.42.v20210604.jar  jetty-continuation-9.4.42.v20210604.jar  jersey-test-framework-provider-netty-2.35-SNAPSHOT.jar  jersey-container-netty-http-2.35-SNAPSHOT.jar  jersey-netty-connector-2.35-SNAPSHOT.jar  netty-all-4.1.43.Final.jar  junit-4.13.1.jar  hamcrest-core-1.3.jar  mockito-core-3.9.0.jar  byte-buddy-1.10.20.jar  byte-buddy-agent-1.10.20.jar  objenesis-3.2.jar  jersey-hk2-2.35-SNAPSHOT.jar  jersey-common-2.35-SNAPSHOT.jar  jakarta.ws.rs-api-2.1.6.jar  jakarta.annotation-api-1.3.5.jar  jakarta.inject-2.6.1.jar  osgi-resource-locator-1.0.3.jar  hk2-locator-2.6.1.jar  aopalliance-repackaged-2.6.1.jar  hk2-api-2.6.1.jar  hk2-utils-2.6.1.jar  javassist-3.25.0-GA.jar  surefire-junit4-3.0.0-M5.jar  common-java5-3.0.0-M5.jar  common-junit3-3.0.0-M5.jar  common-junit4-3.0.0-M5.jar
[DEBUG] Forking command line: /bin/sh -c cd /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4003 && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4003/target/surefire/surefirebooter7391182005180366363.jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4003/target/surefire 2021-06-29T17-36-53_385-jvmRun1 surefire3177943357117563492tmp surefire_407643423940878728917tmp
[DEBUG] Fork Channel [1] connected to the client.
[INFO] Running org.glassfish.jersey.tests.integration.jersey4003.LostResponseTest
[DEBUG] parseClassFile(): path=org/glassfish/jersey/internal/guava/LocalCache$AbstractCacheSet.class resource=/home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes/org/glassfish/jersey/internal/guava/LocalCache$AbstractCacheSet.class
[DEBUG] parseClassFile(): path=org/glassfish/jersey/internal/guava/LocalCache$AbstractReferenceEntry.class resource=/home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes/org/glassfish/jersey/internal/guava/LocalCache$AbstractReferenceEntry.class
[DEBUG] parseClassFile(): path=org/glassfish/jersey/internal/guava/LocalCache$AccessQueue$1.class resource=/home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes/org/glassfish/jersey/internal/guava/LocalCache$AccessQueue$1.class
[DEBUG] parseClassFile(): path=org/glassfish/jersey/internal/guava/LocalCache$AccessQueue$2.class resource=/home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes/org/glassfish/jersey/internal/guava/LocalCache$AccessQueue$2.class
[DEBUG] parseClassFile(): path=org/glassfish/jersey/internal/guava/LocalCache$AccessQueue.class resource=/home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes/org/glassfish/je[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[DEBUG] Determined Maven Process ID 217
[DEBUG] Fork Channel [1] connection string 'pipe://1' for the implementation class org.apache.maven.plugin.surefire.extensions.LegacyForkChannel
[DEBUG] Queued change org.eclipse.jetty.io.SelectChannelEndPoint$1@3168e32
[DEBUG] Selector loop woken up from select, 0/3 selected
[DEBUG] Running change org.eclipse.jetty.io.SelectChannelEndPoint$1@3168e32
[DEBUG] Key interests updated 0 -> 1 on NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,Open,in,out,R,-,0/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] Selector loop waiting on select
    at java.lang.Thread.run (Thread.java:748)
[DEBUG] oshut NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,Open,in,out,-,-,0/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] fillInterested HttpConnection@1be2c45a[IDLE,NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,Open,in,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@85b3410{r=3,c=false,a=IDLE,uri=}]
[DEBUG] IDLE-->FILL_INTERESTED HttpConnection@1be2c45a[FILL_INTERESTED,NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,Open,in,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@85b3410{r=3,c=false,a=IDLE,uri=}]
[DEBUG] Ignoring local interests update 1 -> 1 for NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,Open,in,OSHUT,R,-,0/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] onClose NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,in,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] close NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,in,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] Destroyed NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[DEBUG] onClose HttpConnection@1be2c45a[IDLE,NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@85b3410{r=3,c=false,a=IDLE,uri=}]
[DEBUG] onClose NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[DEBUG] onClose NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,in,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] close NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,in,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] Destroyed NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[DEBUG] onClose HttpConnection@1be2c45a[IDLE,NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@85b3410{r=3,c=false,a=IDLE,uri=}]
[DEBUG] onClose NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[DEBUG] close NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,in,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] Destroyed NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[DEBUG] onClose HttpConnection@1be2c45a[IDLE,NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@85b3410{r=3,c=false,a=IDLE,uri=}]
[DEBUG] onClose NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[DEBUG] Destroyed NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[DEBUG] onClose HttpConnection@1be2c45a[IDLE,NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@85b3410{r=3,c=false,a=IDLE,uri=}]
[DEBUG] onClose NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[DEBUG] onClose HttpConnection@1be2c45a[IDLE,NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@85b3410{r=3,c=false,a=IDLE,uri=}]
[DEBUG] onClose NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[DEBUG] onClose NetworkTrafficSelectChannelEndPoint@1501bda1{/127.0.0.1:53590<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1}
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed
[DEBUG] Queued change org.eclipse.jetty.io.SelectChannelEndPoint$1@58c22197
[DEBUG] Selector loop woken up from select, 0/2 selected
[DEBUG] Running change org.eclipse.jetty.io.SelectChannelEndPoint$1@58c22197
[DEBUG] Key interests updated 0 -> 1 on NetworkTrafficSelectChannelEndPoint@6f4334a2{/127.0.0.1:53600<->8765,Open,in,out,R,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] Selector loop waiting on select
    at java.lang.Thread.run (Thread.java:748)
[DEBUG] oshut NetworkTrafficSelectChannelEndPoint@502ab59e{/127.0.0.1:53596<->8765,Open,in,out,-,-,0/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] fillInterested HttpConnection@5e304696[IDLE,NetworkTrafficSelectChannelEndPoint@502ab59e{/127.0.0.1:53596<->8765,Open,in,OSHUT,-,-,0/30000,HttpConnection}{io=1,kio=1,kro=1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@5d677bd5{r=3,c=false,a=IDLE,uri=}]
[DEBUG] IDLE-->FILL_INTERESTED HttpConnection@5e304696[FILL_INTERESTED,NetworkTrafficSelectChannelEndPoint@502ab59e{/127.0.0.1:53596<->8765,Open,in,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=1,kro=1}][p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator{s=START},c=HttpChannelOverHttp@5d677bd5{r=3,c=false,a=IDLE,uri=}]
[DEBUG] Ignoring local interests update 1 -> 1 for NetworkTrafficSelectChannelEndPoint@502ab59e{/127.0.0.1:53596<->8765,Open,in,OSHUT,R,-,0/30000,HttpConnection}{io=1,kio=1,kro=1}
[DEBUG] loaded interface java.util.List
[DEBUG] loaded interface java.util.List from null
[DEBUG] loaded interface org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider from WebAppClassLoader=171349904@a369790
[DEBUG] loaded class java.util.regex.Pattern
[DEBUG] loaded cla[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) includePom = false
[DEBUG]   (f) outputDirectory = /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-1/target
[DEBUG]   (f) project = MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-1/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject: org.glassfish.jersey:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/pom.xml, MavenProject: org.glassfish.jersey.archetypes:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-heroku-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-heroku-webapp/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-grizzly2/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-quickstart-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-webapp/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-example-java8-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-example-java8-webapp/pom.xml, MavenProject: org.glassfish.jersey:jersey-bom:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bom/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-common/pom.xml, MavenProject: org.glassfish.jersey.inject:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/pom.xml, MavenProject: org.glassfish.jersey.inject:jersey-hk2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/hk2/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-client/pom.xml, MavenProject: org.glassfish.jersey.media:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-jaxb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/jaxb/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-server/pom.xml, MavenProject: org.glassfish.jersey.containers:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-http/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-servlet-core:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet-core/pom.xml, MavenProject: org.glassfish.jersey.test-framework:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/pom.xml, MavenProject: org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/core/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-servlet/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/grizzly2/pom.xml, MavenProject: org.glassfish.jersey.connectors:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-apache-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/apache-connector/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/inmemory/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/external/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jdk-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jdk-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jdk-http/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-simple-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/simple-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/simple/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jetty-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jetty-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jetty/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-netty-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/netty-connector/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-netty-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/netty-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/netty/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/bundle/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-grizzly-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/grizzly-connector/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-jdk-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/jdk-connector/pom.xml, MavenProject: org.glassfish.jersey.ext:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-entity-filtering:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/entity-filtering/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jackson:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jackson/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-jetty-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/jetty-connector/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x/pom.xml, MavenProject: org.glassfish.jersey.containers.glassfish:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/glassfish/pom.xml, MavenProject: org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/glassfish/jersey-gf-ejb/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jetty-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jetty-servlet/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-bean-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/bean-validation/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi-rs-inject/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-servlet/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-transaction/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-validation/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-weld2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-weld2-se/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-metainf-services:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/metainf-services/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-bean-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-bean-validation/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-freemarker:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-freemarker/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-jsp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-jsp/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-mustache:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-mustache/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-proxy-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/proxy-client/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-guava:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-guava/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-rxjava/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-rxjava2/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-servlet-portability:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/servlet-portability/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-spring4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/spring4/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-spring5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/spring5/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-wadl-doclet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/wadl-doclet/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-binding/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-sse:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/sse/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/mp-rest-client/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:jersey-mp-config:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/mp-config/pom.xml, MavenProject: org.glassfish.jersey.incubator:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-declarative-linking:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/declarative-linking/pom.xml, MavenProject: org.glassfish.jersey.incubator:jersey-gae-integration:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/gae-integration/pom.xml, MavenProject: org.glassfish.jersey.media:html-json:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/html-json/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-kryo:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/kryo/pom.xml, MavenProject: org.glassfish.jersey.incubator:jersey-open-tracing:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/open-tracing/pom.xml, MavenProject: org.glassfish.jersey.inject:jersey-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/cdi2-se/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jackson1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jackson1/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jettison:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jettison/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-processing:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-processing/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/moxy/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-multipart:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/multipart/pom.xml, MavenProject: org.glassfish.jersey.security:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-signature:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-signature/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-client/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-server/pom.xml, MavenProject: org.glassfish.jersey.security:oauth2-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth2-client/pom.xml, MavenProject: org.glassfish.jersey.test-framework:jersey-test-framework-util:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/util/pom.xml, MavenProject: org.glassfish.jersey.tests:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-client/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-core-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-core-common/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-entity:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-entity/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/cdi2-se/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject-hk2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/hk2/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-server/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-testng:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-testng/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:asm:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/asm/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:async-jersey-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/async-jersey-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-client/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-client-on-server/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-manually-bound/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-log-check:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-log-check/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:context-inject-on-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/context-inject-on-server/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:client-connector-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/client-connector-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-war:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/war/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:externalproperties:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/externalproperties/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-376:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-376/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-ejb-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-cdi-war:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/war/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jaxrs-component-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jaxrs-component-inject/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1107:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1107/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1223:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1223/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1604:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1604/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1667:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1667/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1829:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1829/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1883:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1883/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1928:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1928/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1960:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1960/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1964:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1964/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2031:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2031/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2136:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2136/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2137:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2137/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2154:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2154/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2160:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2160/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2164:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2164/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2167:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2167/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2176:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2176/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2184:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2184/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2255:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2255/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2322:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2322/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2335:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2335/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2421:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2421/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2551:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2551/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2612:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2612/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2637:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2637/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2654:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2654/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2673:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2673/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2689:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2689/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2704:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2704/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2776:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2776/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2794:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2794/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2846:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2846/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2878:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2878/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2892:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2892/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3796:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3796/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-780:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-780/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3670:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3670/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3992:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3992/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4003:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4003/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4099:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4099/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4321:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4321/pom.xml, MavenProject: org.glassfish.jersey.examples:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/pom.xml, MavenProject: org.glassfish.jersey.examples:server-sent-events-jersey:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jersey/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4507:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4507/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4542:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4542/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4697:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4697/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4722:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4722/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jetty-response-close:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jetty-response-close/pom.xml, MavenProject: org.glassfish.jersey.bundles:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bundles/pom.xml, MavenProject: org.glassfish.jersey.bundles:jaxrs-ri:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:config-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/helidon/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/rest-client/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:portability-jersey-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/portability-jersey-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:portability-jersey-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/portability-jersey-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:property-check:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/property-check/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:security-digest:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/security-digest/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-autodiscovery-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-autodiscovery-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-inflector-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-6:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-6/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-7:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-7/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-8:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-8/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-reload:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-async:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-async/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-chunked-io:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-chunked-io/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-gf-async:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-gf-async/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-inflector-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-inflector-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-6:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-6/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-7:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-7/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-8:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-8/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-9:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-9/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-params:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-params/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-sse-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-sse-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-4.0-mvc-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-4.0-mvc-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-request-wrapper-binding-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-request-wrapper-binding/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-tests:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-tests/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:sonar-test:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/sonar-test/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:spring4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/spring4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:spring5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/spring5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:tracing-support:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/tracing-support/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/reactive-streams/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/reactive-streams/sse/pom.xml, MavenProject: org.glassfish.jersey.tests:jersey-tests-jmockit:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/jmockit/pom.xml, MavenProject: org.glassfish.jersey.test-framework:memleak-test-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/memleak-test-common/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml, MavenProject: org.glassfish.jersey.examples:webapp-example-parent:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/webapp-example-parent/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-webapp/pom.xml, MavenProject: org.glassfish.jersey.test-framework.maven:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/pom.xml, MavenProject: org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/container-runner-maven-plugin/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/bean-param-leak/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/leaking-test-app/pom.xml, MavenProject: org.glassfish.jersey.tests.osgi:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/osgi/pom.xml, MavenProject: org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/osgi/functional/pom.xml, MavenProject: org.glassfish.jersey.tests:stress:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/stress/pom.xml, MavenProject: org.glassfish.jersey.tests.performance:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/pom.xml, MavenProject: org.glassfish.jersey.tests.performance:performance-test-benchmarks:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/benchmarks/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.runners:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/runners/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/runners/jersey-grizzly-runner/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:assemblies:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/assemblies/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-dynamic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-dynamic/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-global:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-global/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-name:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-name/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-dynamic/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-global:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-global/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-name:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-name/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:custom-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-custom-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:json-jackson:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-json-jackson/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:json-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-json-moxy/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:mbw-kryo:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-kryo/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:text-plain:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-text-plain/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:xml-jaxb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-xml-jaxb/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:xml-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-xml-moxy/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:param-srl:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/param-srl/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:proxy-injection:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/proxy-injection/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.tools:performance-test-tools:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/tools/pom.xml, MavenProject: org.glassfish.jersey.examples:assemblies:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/assemblies/pom.xml, MavenProject: org.glassfish.jersey.examples:bookmark:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookmark/pom.xml, MavenProject: org.glassfish.jersey.examples:bookmark-em:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookmark-em/pom.xml, MavenProject: org.glassfish.jersey.examples:bookstore-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookstore-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:cdi-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/cdi-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:clipboard:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/clipboard/pom.xml, MavenProject: org.glassfish.jersey.examples:clipboard-programmatic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/clipboard-programmatic/pom.xml, MavenProject: org.glassfish.jersey.examples:declarative-linking:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/declarative-linking/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering-selectable:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering-selectable/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering-security:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering-security/pom.xml, MavenProject: org.glassfish.jersey.examples:extended-wadl-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/extended-wadl-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:exception-mapping:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/exception-mapping/pom.xml, MavenProject: org.glassfish.jersey.examples:freemarker-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/freemarker-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:groovy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/groovy/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-benchmark:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-benchmark/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ex[DEBUG] stopping SelectChannelConnector@0.0.0.0:9998
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M3:verify' with basic configurator -->
[DEBUG] stopping org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@7883ce5e
[DEBUG]   (s) basedir = /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-chunked-io
[DEBUG] Stopped Thread[qtp202216242-2827 Selector0,5,main] on org.ecli[DEBUG] call servlet application2
[DEBUG] RESPONSE /application2/helloworld5  404 handled=true
[DEBUG] Enabled read interest SCEP@1b790a07{l(/127.0.0.1:35756)<->r(/127.0.0.1:9998),d=true,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=1r}-{AsyncHttpConnection@2afdf176,g=HttpGenerator{s=4,h=0,b=0,c=-1},p=HttpParser{s=0,l=10,c=0},r=16}
[DEBUG] filled 0/0
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.glassfish.jersey.tests.integration.servlet_3_init_provider.HelloWorld2ResourceITCase
[DEBUG] Entering scope org.eclipse.jetty.server.session.SessionHandler1454882070==dftMaxIdleSec=1800, dispatch=REQUEST asyncstarted=false
[DEBUG] sessionHandler=org.eclipse.jetty.server.session.SessionHandler1454882070==dftMaxIdleSec=1800 session=null
[DEBUG] servlet ||/spring/account/singleton/xyz123 -> org.glassfish.jersey.server.spring.test.MyApplication==org.glassfish.jersey.servlet.ServletContainer@eac0f138{jsp=null,order=1,inst=true,async=true,src=DESCRIPTOR:file:///home/jenkins/agent/workspace/single_ci_build/tests/integration/spring4/src/main/webapp/WEB-INF/web.xml,STARTED}
[DEBUG] ServletHandler@6e38f6be{STARTED} cached filter chain for REQUEST: Chain@dbf8f02(Jetty_WebSocketUpgradeFilter==org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter@133369a9{inst=true,async=true,src=EMBEDDED:null})->ChainEnd@2f8cfba4(org.glassfish.jersey.server.spring.test.MyApplication==org.glassfish.jersey.servlet.ServletContainer@eac0f138{jsp=null,order=1,inst=true,async=true,src=DESCRIPTOR:file:///home/jenkins/agent/workspace/single_ci_build/tests/integration/spring4/src/main/webapp/WEB-INF/web.xml,STARTED})
[DEBUG] chain=Chain@dbf8f02(Jetty_WebSocketUpgradeFilter==org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter@133369a9{inst=true,async=true,src=EMBEDDED:null})->ChainEnd@2f8cfba4(org.glassfish.jersey.server.spring.test.MyApplication==org.glassfish.jersey.servlet.ServletContainer@eac0f138{jsp=null,order=1,inst=true,async=true,src=DESCRIPTOR:file:///home/jenkins/agent/workspace/single_ci_build/tests/integration/spring4/src/main/webapp/WEB-INF/web.xml,STARTED})
	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)

[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.4/junit-4.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/

[org.ops4j.exec.DefaultJavaRunner] DEBUG : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] INFO : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.92 s - in org.glassfish.jersey.osgi.test.basic.SseTest

[org.ops4j.exec.DefaultJavaRunner] DEBUG : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] INFO : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.43 s - in org.glassfish.jersey.osgi.test.basic.BeanValidationTest

[org.ops4j.exec.DefaultJavaRunner] DEBUG : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] INFO : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.724 s - in org.glassfish.jersey.osgi.test.basic.MultiPartTest

[org.ops4j.exec.DefaultJavaRunner] DEBUG : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] INFO : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.205 s - in org.glassfish.jersey.osgi.test.basic.PackageScanningTest

[org.ops4j.exec.DefaultJavaRunner] DEBUG : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] INFO : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.285 s - in org.glassfish.jersey.osgi.test.basic.WebResourceFactoryTest

[org.ops4j.exec.DefaultJavaRunner] DEBUG : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] INFO : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.412 s - in org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-5d1c022b-6cf1-4909-b52f-8feda49e17c1 parent=null root=[TestAddress:PaxExam-5d1c022b-6cf1-4909-b52f-8feda49e17c1 root:PaxExam-5d1c022b-6cf1-4909-b52f-8feda49e17c1] args=[Ljava.lang.Object;@eafc191
[org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1b26f7b2
[org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1624989576082-0
[org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-4d2fae34-5206-46d0-8a78-cf2d0d4ff0be parent=[TestAddress:PaxExam-5d1c022b-6cf1-4909-b52f-8feda49e17c1 root:PaxExam-5d1c022b-6cf1-4909-b52f-8feda49e17c1] root=[TestAddress:PaxExam-5d1c022b-6cf1-4909-b52f-8feda49e17c1 root:PaxExam-5d1c022b-6cf1-4909-b52f-8feda49e17c1] args=[Ljava.lang.Object;@2a70a3d8
[org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonJackson1Test

[org.ops4j.exec.DefaultJavaRunner] DEBUG : Unwrapping stream I/O.
[org.ops4j.exec.DefaultJavaRunner] INFO : Platform has been shutdown.
[org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.764 s - in org.glassfish.jersey.osgi.test.basic.JsonJackson1Test
[shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog
[shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager is shutting down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog
[shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager] DEBUG : Connection manager shut down Ignored FQCN: shaded.org.apache.commons.logging.impl.SLF4JLocationAwareLog
[org.ops4j.pax.exam.spi.reactors.ReactorManager] INFO : suite finished
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.531 s - in org.glassfish.jersey.osgi.test.basic.JsonProcessingTest
[DEBUG] Adding dependency artifact org.glassfish.hk2:hk2-utils:jar:2.6.1.
[DEBUG] Adding artifact: org.glassfish.hk2:hk2-utils:jar:2.6.1 with file: /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar to assembly location: hk2-utils-2.6.1.jar.
[DEBUG] Adding file: /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar to archive location: hk2-utils-2.6.1.jar
[DEBUG] Adding dependency artifact org.javassist:javassist:jar:3.25.0-GA.
[DEBUG] Adding artifact: org.javassist:javassist:jar:3.25.0-GA with file: /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.INFO: [HttpServer-19] Started.
Jun 29, 2021 6:01:36 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container 0f5cd1d4-aa1f-4386-ab57-e3d01a92c8a2 shut down
Jun 29, 2021 6:01:36 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[                  PlatformImpl] - Downloading [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[                  PlatformImpl] - Creating new file at destination: /tmp/1624989715379-0/pax-exam-downloads/-1465005480.jar
[                   StreamUtils] - mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4 : downloading...
[                    Connection] - Resolving [mvn:org.glassfish.grizzly/grizzly-http-server/2.4.4]
[           AetherBasedResolver] - interval1: null, interval2: daily

[             DefaultJavaRunner] - Unwrapping stream I/O.
[             DefaultJavaRunner] - Platform has been shutdown.
[                ReactorManager] - suite finished
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.062 s - in org.glassfish.jersey.examples.extendedwadl.ExtendedWadlWebappOsgiTest
[DEBUG] boot classpath:  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar  /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-netty/target/test-classes  /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-netty/target/classes  /home/jenkins/agent/workspace/single_ci_build/containers/netty-http/target/jersey-container-netty-http-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar  /home/jenkins/agent/workspace/single_ci_build/connectors/netty-connector/target/jersey-netty-connector-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar  /home/jenkins/agent/workspace/single_ci_build/core-common/target/jersey-common-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar  /home/jenkins/agent/workspace/single_ci_build/core-server/target/jersey-server-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar  /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar  /home/jenkins/agent/workspace/single_ci_build/inject/hk2/target/jersey-hk2-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar  /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/util/target/jersey-test-framework-util-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/core-client/target/jersey-client-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar  /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/core/target/jersey-test-framework-core-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar  /home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar  /home/jenkins/agent/workspace/single_ci_build/media/jaxb/target/jersey-media-jaxb-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-http/target/jersey-container-grizzly2-http-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-server/2.4.4/grizzly-http-server-2.4.4.jar  /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http/2.4.4/grizzly-http-2.4.4.jar  /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-framework/2.4.4/grizzly-framework-2.4.4.jar  /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/target/jersey-container-servlet-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/glassfish/grizzly/grizzly-http-servlet/2.4.4/grizzly-http-servlet-2.4.4.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/external/target/jersey-test-framework-provider-external-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/jdk-http/target/jersey-container-jdk-http-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/simple/target/jersey-test-framework-provider-simple-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/simple-http/target/jersey-container-simple-http-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/simpleframework/simple-http/6.0.1/simple-http-6.0.1.jar  /home/jenkins/.m2/repository/org/simpleframework/simple-transport/6.0.1/simple-transport-6.0.1.jar  /home/jenkins/.m2/repository/org/simpleframework/simple-common/6.0.1/simple-common-6.0.1.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jetty/target/jersey-test-framework-provider-jetty-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/containers/jetty-http/target/jersey-container-jetty-http-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.4.42.v20210604/jetty-server-9.4.42.v20210604.jar  /home/jenkins/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.4.42.v20210604/jetty-http-9.4.42.v20210604.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.4.42.v20210604/jetty-io-9.4.42.v20210604.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.4.42.v20210604/jetty-util-9.4.42.v20210604.jar  /home/jenkins/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.42.v20210604/jetty-continuation-9.4.42.v20210604.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/netty/target/jersey-test-framework-provider-netty-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.jar
[DEBUG] boot(compact) classpath:  surefire-booter-3.0.0-M5.jar  surefire-api-3.0.0-M5.jar  surefire-logger-api-3.0.0-M5.jar  surefire-shared-utils-3.0.0-M4.jar  surefire-extensions-spi-3.0.0-M5.jar  test-classes  classes  jersey-container-netty-http-2.35-SNAPSHOT.jar  jakarta.inject-2.6.1.jar  jersey-netty-connector-2.35-SNAPSHOT.jar  netty-all-4.1.43.Final.jar  jersey-common-2.35-SNAPSHOT.jar  jakarta.annotation-api-1.3.5.jar  osgi-resource-locator-1.0.3.jar  jersey-server-2.35-SNAPSHOT.jar  jakarta.validation-api-2.0.2.jar  jakarta.ws.rs-api-2.1.6.jar  jersey-hk2-2.35-SNAPSHOT.jar  hk2-locator-2.6.1.jar  aopalliance-repackaged-2.6.1.jar  hk2-api-2.6.1.jar  hk2-utils-2.6.1.jar  javassist-3.25.0-GA.jar  jersey-test-framework-util-2.35-SNAPSHOT.jar  jersey-client-2.35-SNAPSHOT.jar  junit-4.13.1.jar  hamcrest-core-1.3.jar  jersey-test-framework-provider-grizzly2-2.35-SNAPSHOT.jar  jakarta.servlet-api-4.0.3.jar  jersey-test-framework-core-2.35-SNAPSHOT.jar  jakarta.xml.bind-api-2.3.3.jar  jakarta.activation-api-1.2.2.jar  jersey-media-jaxb-2.35-SNAPSHOT.jar  jersey-container-servlet-core-2.35-SNAPSHOT.jar  jersey-container-grizzly2-http-2.35-SNAPSHOT.jar  grizzly-http-server-2.4.4.jar  grizzly-http-2.4.4.jar  grizzly-framework-2.4.4.jar  jersey-container-grizzly2-servlet-2.35-SNAPSHOT.jar  jersey-container-servlet-2.35-SNAPSHOT.jar  grizzly-http-servlet-2.4.4.jar  jersey-test-framework-provider-inmemory-2.35-SNAPSHOT.jar  jersey-test-framework-provider-external-2.35-SNAPSHOT.jar  jersey-test-framework-provider-jdk-http-2.35-SNAPSHOT.jar  jersey-container-jdk-http-2.35-SNAPSHOT.jar  jersey-test-framework-provider-simple-2.35-SNAPSHOT.jar  jersey-container-simple-http-2.35-SNAPSHOT.jar  simple-http-6.0.1.jar  simple-transport-6.0.1.jar  simple-common-6.0.1.jar  jersey-test-framework-provider-jetty-2.35-SNAPSHOT.jar  jersey-container-jetty-http-2.35-SNAPSHOT.jar  jetty-server-9.4.42.v20210604.jar  javax.servlet-api-3.1.0.jar  jetty-http-9.4.42.v20210604.jar  jetty-io-9.4.42.v20210604.jar  jetty-util-9.4.42.v20210604.jar  jetty-continuation-9.4.42.v20210604.jar  jersey-test-framework-provider-netty-2.35-SNAPSHOT.jar  surefire-junit4-3.0.0-M5.jar  common-java5-3.0.0-M5.jar  common-junit3-3.0.0-M5.jar  common-junit4-3.0.0-M5.jar
[DEBUG] Forking command line: /bin/sh -c cd /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-netty && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-netty/target/surefire/surefirebooter8123909205673345473.jar /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-netty/target/surefire 2021-06-29T17-36-53_385-jvmRun1 surefire8130762329800500975tmp surefire_1104078089420044065196tmp
[DEBUG] Fork Channel [1] connected to the client.
[INFO] Running org.glassfish.jersey.examples.helloworld.netty.HelloWorldTest
[DEBUG] adding directory org/glassfish/jersey/examples/jersey_ejb/entities/
[DEBUG] adding directory org/glassfish/jersey/examples/jersey_ejb/exceptions/
[DEBUG] adding directory org/glassfish/jersey/examples/jersey_ejb/resources/
[DEBUG] adding entry org/glassfish/jersey/examples/jersey_ejb/entities/Message.java
[DEBUG] adding entry org/glassfish/jersey/exa[DEBUG]       com.sun.activation:jakarta.activation:jar:1.2.2:test
[DEBUG]    jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:test
[DEBUG]       jakarta.activation:jakarta.activation-api:jar:1.2.2:test
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
  "processingTime" : 860
}
Processing Time: 860
Jun 29, 2021 6:04:34 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
INFO: [<--] SOURCE 3 closed.
Jun 29, 2021 6:05:05 PM org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest close
INFO: [<--] SOURCE 4 closed.
Jun 29, 2021 6:05:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Tailing the last 500 lines of output:
[DEBUG] provider classpath:  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.jar
[DEBUG] test(compact) classpath:  test-classes  classes  maven-enforcer-plugin-1.4.1.jar  maven-artifact-2.2.1.jar  maven-plugin-api-2.2.1.jar  maven-project-2.2.1.jar  maven-settings-2.2.1.jar  maven-profile-2.2.1.jar  maven-model-2.2.1.jar  maven-artifact-manager-2.2.1.jar  backport-util-concurrent-3.1.jar  maven-plugin-registry-2.2.1.jar  plexus-interpolation-1.11.jar  plexus-container-default-1.0-alpha-9-stable-1.jar  maven-core-2.2.1.jar  wagon-file-1.0-beta-6.jar  maven-plugin-parameter-documenter-2.2.1.jar  wagon-http-lightweight-1.0-beta-6.jar  wagon-http-shared-1.0-beta-6.jar  xercesMinimal-1.9.6.2.jar  nekohtml-1.9.6.2.jar  wagon-http-1.0-beta-6.jar  wagon-webdav-jackrabbit-1.0-beta-6.jar  jackrabbit-webdav-1.5.0.jar  jackrabbit-jcr-commons-1.5.0.jar  commons-httpclient-3.0.jar  commons-codec-1.2.jar  slf4j-nop-1.5.3.jar  slf4j-jdk14-1.5.6.jar  slf4j-api-1.5.6.jar  jcl-over-slf4j-1.5.6.jar  maven-reporting-api-2.2.1.jar  doxia-sink-api-1.1.jar  doxia-logging-api-1.1.jar  wagon-provider-api-1.0-beta-6.jar  maven-repository-metadata-2.2.1.jar  maven-error-diagnostics-2.2.1.jar  commons-cli-1.2.jar  wagon-ssh-external-1.0-beta-6.jar  wagon-ssh-common-1.0-beta-6.jar  maven-plugin-descriptor-2.2.1.jar  plexus-interactivity-api-1.0-alpha-4.jar  maven-monitor-2.2.1.jar  wagon-ssh-1.0-beta-6.jar  jsch-0.1.38.jar  classworlds-1.1.jar  plexus-sec-dispatcher-1.3.jar  plexus-cipher-1.4.jar  plexus-utils-3.0.22.jar  commons-lang-2.3.jar  enforcer-api-1.4.1.jar  enforcer-rules-1.4.1.jar  maven-common-artifact-filters-1.4.jar  bsh-2.0b4.jar  maven-dependency-tree-2.2.jar  plexus-component-annotations-1.5.5.jar  aether-util-0.9.0.M2.jar  plexus-i18n-1.0-beta-6.jar  maven-plugin-testing-harness-1.3.jar  plexus-archiver-2.2.jar  plexus-io-2.0.4.jar  commons-io-2.7.jar  guava-18.0.jar  junit-4.13.1.jar  hamcrest-core-1.3.jar  jersey-hk2-2.35-SNAPSHOT.jar  jersey-common-2.35-SNAPSHOT.jar  jakarta.ws.rs-api-2.1.6.jar  jakarta.annotation-api-1.3.5.jar  jakarta.inject-2.6.1.jar  osgi-resource-locator-1.0.3.jar  hk2-locator-2.6.1.jar  aopalliance-repackaged-2.6.1.jar  hk2-api-2.6.1.jar  hk2-utils-2.6.1.jar  javassist-3.25.0-GA.jar
[DEBUG] provider(compact) classpath:  surefire-junit4-3.0.0-M5.jar  surefire-api-3.0.0-M5.jar  surefire-logger-api-3.0.0-M5.jar  surefire-shared-utils-3.0.0-M4.jar  common-java5-3.0.0-M5.jar  common-junit3-3.0.0-M5.jar  common-junit4-3.0.0-M5.jar
[DEBUG] in-process classpath:  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
[DEBUG] in-process(compact) classpath:  surefire-junit4-3.0.0-M5.jar  surefire-api-3.0.0-M5.jar  surefire-logger-api-3.0.0-M5.jar  surefire-shared-utils-3.0.0-M4.jar  common-java5-3.0.0-M5.jar  common-junit3-3.0.0-M5.jar  common-junit4-3.0.0-M5.jar  maven-surefire-common-3.0.0-M5.jar  surefire-booter-3.0.0-M5.jar  surefire-extensions-api-3.0.0-M5.jar  surefire-extensions-spi-3.0.0-M5.jar
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[DEBUG] Determined Maven Process ID 217
[DEBUG] Fork Channel [1] connection string 'pipe://1' for the implementation class org.apache.maven.plugin.surefire.extensions.LegacyForkChannel
[DEBUG] boot classpath:  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar  /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/test-classes  /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/classes  /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar  /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar  /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar  /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-6/wagon-http-lightweight-1.0-beta-6.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/wagon-http-shared-1.0-beta-6.jar  /home/jenkins/.m2/repository/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar  /home/jenkins/.m2/repository/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-http/1.0-beta-6/wagon-http-1.0-beta-6.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-webdav-jackrabbit/1.0-beta-6/wagon-webdav-jackrabbit-1.0-beta-6.jar  /home/jenkins/.m2/repository/org/apache/jackrabbit/jackrabbit-webdav/1.5.0/jackrabbit-webdav-1.5.0.jar  /home/jenkins/.m2/repository/org/apache/jackrabbit/jackrabbit-jcr-commons/1.5.0/jackrabbit-jcr-commons-1.5.0.jar  /home/jenkins/.m2/repository/commons-httpclient/commons-httpclient/3.0/commons-httpclient-3.0.jar  /home/jenkins/.m2/repository/commons-codec/commons-codec/1.2/commons-codec-1.2.jar  /home/jenkins/.m2/repository/org/slf4j/slf4j-nop/1.5.3/slf4j-nop-1.5.3.jar  /home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar  /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar  /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar  /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar  /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar  /home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-6/wagon-ssh-external-1.0-beta-6.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-6/wagon-ssh-common-1.0-beta-6.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar  /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar  /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar  /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-ssh/1.0-beta-6/wagon-ssh-1.0-beta-6.jar  /home/jenkins/.m2/repository/com/jcraft/jsch/0.1.38/jsch-0.1.38.jar  /home/jenkins/.m2/repository/classworlds/classworlds/1.1/classworlds-1.1.jar  /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar  /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar  /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar  /home/jenkins/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar  /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/1.4.1/enforcer-api-1.4.1.jar  /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/1.4.1/enforcer-rules-1.4.1.jar  /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar  /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar  /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar  /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar  /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar  /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar  /home/jenkins/.m2/repository/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar  /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar  /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar  /home/jenkins/.m2/repository/commons-io/commons-io/2.7/commons-io-2.7.jar  /home/jenkins/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar  /home/jenkins/.m2/repository/junit/junit/4.13.1/junit-4.13.1.jar  /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar  /home/jenkins/agent/workspace/single_ci_build/inject/hk2/target/jersey-hk2-2.35-SNAPSHOT.jar  /home/jenkins/agent/workspace/single_ci_build/core-common/target/jersey-common-2.35-SNAPSHOT.jar  /home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar  /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar  /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar  /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit3/3.0.0-M5/common-junit3-3.0.0-M5.jar  /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit4/3.0.0-M5/common-junit4-3.0.0-M5.jar
[DEBUG] boot(compact) classpath:  surefire-booter-3.0.0-M5.jar  surefire-api-3.0.0-M5.jar  surefire-logger-api-3.0.0-M5.jar  surefire-shared-utils-3.0.0-M4.jar  surefire-extensions-spi-3.0.0-M5.jar  test-classes  classes  maven-enforcer-plugin-1.4.1.jar  maven-artifact-2.2.1.jar  maven-plugin-api-2.2.1.jar  maven-project-2.2.1.jar  maven-settings-2.2.1.jar  maven-profile-2.2.1.jar  maven-model-2.2.1.jar  maven-artifact-manager-2.2.1.jar  backport-util-concurrent-3.1.jar  maven-plugin-registry-2.2.1.jar  plexus-interpolation-1.11.jar  plexus-container-default-1.0-alpha-9-stable-1.jar  maven-core-2.2.1.jar  wagon-file-1.0-beta-6.jar  maven-plugin-parameter-documenter-2.2.1.jar  wagon-http-lightweight-1.0-beta-6.jar  wagon-http-shared-1.0-beta-6.jar  xercesMinimal-1.9.6.2.jar  nekohtml-1.9.6.2.jar  wagon-http-1.0-beta-6.jar  wagon-webdav-jackrabbit-1.0-beta-6.jar  jackrabbit-webdav-1.5.0.jar  jackrabbit-jcr-commons-1.5.0.jar  commons-httpclient-3.0.jar  commons-codec-1.2.jar  slf4j-nop-1.5.3.jar  slf4j-jdk14-1.5.6.jar  slf4j-api-1.5.6.jar  jcl-over-slf4j-1.5.6.jar  maven-reporting-api-2.2.1.jar  doxia-sink-api-1.1.jar  doxia-logging-api-1.1.jar  wagon-provider-api-1.0-beta-6.jar  maven-repository-metadata-2.2.1.jar  maven-error-diagnostics-2.2.1.jar  commons-cli-1.2.jar  wagon-ssh-external-1.0-beta-6.jar  wagon-ssh-common-1.0-beta-6.jar  maven-plugin-descriptor-2.2.1.jar  plexus-interactivity-api-1.0-alpha-4.jar  maven-monitor-2.2.1.jar  wagon-ssh-1.0-beta-6.jar  jsch-0.1.38.jar  classworlds-1.1.jar  plexus-sec-dispatcher-1.3.jar  plexus-cipher-1.4.jar  plexus-utils-3.0.22.jar  commons-lang-2.3.jar  enforcer-api-1.4.1.jar  enforcer-rules-1.4.1.jar  maven-common-artifact-filters-1.4.jar  bsh-2.0b4.jar  maven-dependency-tree-2.2.jar  plexus-component-annotations-1.5.5.jar  aether-util-0.9.0.M2.jar  plexus-i18n-1.0-beta-6.jar  maven-plugin-testing-harness-1.3.jar  plexus-archiver-2.2.jar  plexus-io-2.0.4.jar  commons-io-2.7.jar  guava-18.0.jar  junit-4.13.1.jar  hamcrest-core-1.3.jar  jersey-hk2-2.35-SNAPSHOT.jar  jersey-common-2.35-SNAPSHOT.jar  jakarta.ws.rs-api-2.1.6.jar  jakarta.annotation-api-1.3.5.jar  jakarta.inject-2.6.1.jar  osgi-resource-locator-1.0.3.jar  hk2-locator-2.6.1.jar  aopalliance-repackaged-2.6.1.jar  hk2-api-2.6.1.jar  hk2-utils-2.6.1.jar  javassist-3.25.0-GA.jar  surefire-junit4-3.0.0-M5.jar  common-java5-3.0.0-M5.jar  common-junit3-3.0.0-M5.jar  common-junit4-3.0.0-M5.jar
[DEBUG] Forking command line: /bin/sh -c cd /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/surefire/surefirebooter6460110535013014390.jar /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/surefire 2021-06-29T17-36-53_385-jvmRun1 surefire7931858666108502554tmp surefire_1442727505307548169184tmp
[DEBUG] Fork Channel [1] connected to the client.
[INFO] Running org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest
[INFO] Running org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest
[DEBUG] Closing the fork 1 after saying GoodBye.
[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) @ custom-enforcer-rules ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4-1395096962, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator -->
[DEBUG]   (f) classesDirectory = /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/classes
[DEBUG]   (f) defaultManifestFile = /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/classes/META-INF/MANIFEST.MF
[DEBUG]   (f) finalName = custom-enforcer-rules-2.35-SNAPSHOT
[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) outputDirectory = /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target
[DEBUG]   (f) project = MavenProject: org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3a7e365
[DEBUG]   (f) skipIfEmpty = false
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Destination /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT.jar not found.)
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory org/
[DEBUG] adding directory org/glassfish/
[DEBUG] adding directory org/glassfish/jersey/
[DEBUG] adding directory org/glassfish/jersey/test/
[DEBUG] adding directory org/glassfish/jersey/test/maven/
[DEBUG] adding directory org/glassfish/jersey/test/maven/rule/
[DEBUG] adding entry META-INF/LICENSE.md
[DEBUG] adding entry META-INF/NOTICE.md
[DEBUG] adding entry org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.class
[DEBUG] adding entry org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRule$1.class
[DEBUG] adding entry org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRule.class
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/org.glassfish.jersey.test-framework.maven/
[DEBUG] adding directory META-INF/maven/org.glassfish.jersey.test-framework.maven/custom-enforcer-rules/
[DEBUG] adding entry META-INF/maven/org.glassfish.jersey.test-framework.maven/custom-enforcer-rules/pom.xml
[DEBUG] adding entry META-INF/maven/org.glassfish.jersey.test-framework.maven/custom-enforcer-rules/pom.properties
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ custom-enforcer-rules ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-source-plugin:3.0.1:jar-no-fork from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:3.0.1, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-source-plugin:3.0.1:jar-no-fork' with basic configurator -->
[DEBUG]   (f) attach = true
[DEBUG]   (f) classifier = sources
[DEBUG]   (f) defaultManifestFile = /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/classes/META-INF/MANIFEST.MF
[DEBUG]   (f) excludeResources = false
[DEBUG]   (f) finalName = custom-enforcer-rules-2.35-SNAPSHOT
[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) includePom = false
[DEBUG]   (f) outputDirectory = /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target
[DEBUG]   (f) project = MavenProject: org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject: org.glassfish.jersey:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/pom.xml, MavenProject: org.glassfish.jersey.archetypes:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-heroku-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-heroku-webapp/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-grizzly2/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-quickstart-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-webapp/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-example-java8-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-example-java8-webapp/pom.xml, MavenProject: org.glassfish.jersey:jersey-bom:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bom/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-common/pom.xml, MavenProject: org.glassfish.jersey.inject:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/pom.xml, MavenProject: org.glassfish.jersey.inject:jersey-hk2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/hk2/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-client/pom.xml, MavenProject: org.glassfish.jersey.media:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-jaxb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/jaxb/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-server/pom.xml, MavenProject: org.glassfish.jersey.containers:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-http/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-servlet-core:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet-core/pom.xml, MavenProject: org.glassfish.jersey.test-framework:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/pom.xml, MavenProject: org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/core/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-servlet/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/grizzly2/pom.xml, MavenProject: org.glassfish.jersey.connectors:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-apache-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/apache-connector/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/inmemory/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/external/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jdk-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jdk-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jdk-http/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-simple-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/simple-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/simple/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jetty-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jetty-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jetty/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-netty-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/netty-connector/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-netty-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/netty-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/netty/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/bundle/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-grizzly-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/grizzly-connector/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-jdk-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/jdk-connector/pom.xml, MavenProject: org.glassfish.jersey.ext:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-entity-filtering:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/entity-filtering/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jackson:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jackson/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-jetty-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/jetty-connector/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x/pom.xml, MavenProject: org.glassfish.jersey.containers.glassfish:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/glassfish/pom.xml, MavenProject: org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/glassfish/jersey-gf-ejb/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jetty-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jetty-servlet/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-bean-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/bean-validation/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi-rs-inject/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-servlet/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-transaction/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-validation/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-weld2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-weld2-se/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-metainf-services:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/metainf-services/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-bean-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-bean-validation/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-freemarker:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-freemarker/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-jsp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-jsp/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-mustache:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-mustache/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-proxy-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/proxy-client/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-guava:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-guava/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-rxjava/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-rxjava2/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-servlet-portability:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/servlet-portability/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-spring4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/spring4/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-spring5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/spring5/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-wadl-doclet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/wadl-doclet/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-binding/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-sse:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/sse/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/mp-rest-client/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:jersey-mp-config:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/mp-config/pom.xml, MavenProject: org.glassfish.jersey.incubator:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-declarative-linking:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/declarative-linking/pom.xml, MavenProject: org.glassfish.jersey.incubator:jersey-gae-integration:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/gae-integration/pom.xml, MavenProject: org.glassfish.jersey.media:html-json:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/html-json/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-kryo:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/kryo/pom.xml, MavenProject: org.glassfish.jersey.incubator:jersey-open-tracing:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/open-tracing/pom.xml, MavenProject: org.glassfish.jersey.inject:jersey-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/cdi2-se/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jackson1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jackson1/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jettison:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jettison/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-processing:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-processing/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/moxy/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-multipart:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/multipart/pom.xml, MavenProject: org.glassfish.jersey.security:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-signature:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-signature/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-client/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-server/pom.xml, MavenProject: org.glassfish.jersey.security:oauth2-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth2-client/pom.xml, MavenProject: org.glassfish.jersey.test-framework:jersey-test-framework-util:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/util/pom.xml, MavenProject: org.glassfish.jersey.tests:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-client/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-core-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-core-common/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-entity:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-entity/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/cdi2-se/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject-hk2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/hk2/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-server/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-testng:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-testng/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:asm:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/asm/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:async-jersey-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/async-jersey-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-client/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-client-on-server/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-manually-bound/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-log-check:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-log-check/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:context-inject-on-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/context-inject-on-server/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:client-connector-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/client-connector-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-war:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/war/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:externalproperties:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/externalproperties/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-376:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-376/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-ejb-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-cdi-war:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/war/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jaxrs-component-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jaxrs-component-inject/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1107:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1107/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1223:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1223/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1604:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1604/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1667:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1667/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1829:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1829/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1883:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1883/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1928:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1928/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1960:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1960/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1964:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1964/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2031:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2031/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2136:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2136/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2137:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2137/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2154:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2154/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2160:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2160/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2164:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2164/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2167:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2167/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2176:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2176/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2184:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2184/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2255:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2255/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2322:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2322/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2335:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2335/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2421:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2421/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2551:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2551/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2612:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2612/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2637:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2637/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2654:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2654/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2673:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2673/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2689:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2689/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2704:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2704/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2776:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2776/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2794:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2794/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2846:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2846/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2878:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2878/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2892:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2892/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3796:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3796/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-780:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-780/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3670:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3670/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3992:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3992/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4003:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4003/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4099:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4099/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4321:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4321/pom.xml, MavenProject: org.glassfish.jersey.examples:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/pom.xml, MavenProject: org.glassfish.jersey.examples:server-sent-events-jersey:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jersey/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4507:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4507/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4542:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4542/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4697:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4697/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4722:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4722/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jetty-response-close:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jetty-response-close/pom.xml, MavenProject: org.glassfish.jersey.bundles:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bundles/pom.xml, MavenProject: org.glassfish.jersey.bundles:jaxrs-ri:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:config-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/helidon/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/rest-client/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:portability-jersey-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/portability-jersey-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:portability-jersey-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/portability-jersey-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:property-check:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/property-check/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:security-digest:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/security-digest/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-autodiscovery-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-autodiscovery-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-inflector-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-6:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-6/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-7:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-7/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-8:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-8/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-reload:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-async:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-async/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-chunked-io:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-chunked-io/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-gf-async:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-gf-async/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-inflector-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-inflector-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-6:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-6/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-7:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-7/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-8:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-8/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-9:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-9/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-params:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-params/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-sse-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-sse-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-4.0-mvc-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-4.0-mvc-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-request-wrapper-binding-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-request-wrapper-binding/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-tests:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-tests/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:sonar-test:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/sonar-test/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:spring4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/spring4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:spring5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/spring5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:tracing-support:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/tracing-support/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/reactive-streams/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/reactive-streams/sse/pom.xml, MavenProject: org.glassfish.jersey.tests:jersey-tests-jmockit:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/jmockit/pom.xml, MavenProject: org.glassfish.jersey.test-framework:memleak-test-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/memleak-test-common/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml, MavenProject: org.glassfish.jersey.examples:webapp-example-parent:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/webapp-example-parent/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-webapp/pom.xml, MavenProject: org.glassfish.jersey.test-framework.maven:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/pom.xml, MavenProject: org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/container-runner-maven-plugin/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/bean-param-leak/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/leaking-test-app/pom.xml, MavenProject: org.glassfish.jersey.tests.osgi:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/osgi/pom.xml, MavenProject: org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/osgi/functional/pom.xml, MavenProject: org.glassfish.jersey.tests:stress:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/stress/pom.xml, MavenProject: org.glassfish.jersey.tests.performance:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/pom.xml, MavenProject: org.glassfish.jersey.tests.performance:performance-test-benchmarks:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/benchmarks/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.runners:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/runners/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/runners/jersey-grizzly-runner/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:assemblies:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/assemblies/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-dynamic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-dynamic/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-global:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-global/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-name:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-name/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-dynamic/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-global:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-global/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-name:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-name/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:custom-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-custom-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:json-jackson:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-json-jackson/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:json-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-json-moxy/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:mbw-kryo:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-kryo/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:text-plain:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-text-plain/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:xml-jaxb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-xml-jaxb/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:xml-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-xml-moxy/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:param-srl:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/param-srl/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:proxy-injection:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/proxy-injection/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.tools:performance-test-tools:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/tools/pom.xml, MavenProject: org.glassfish.jersey.examples:assemblies:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/assemblies/pom.xml, MavenProject: org.glassfish.jersey.examples:bookmark:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookmark/pom.xml, MavenProject: org.glassfish.jersey.examples:bookmark-em:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookmark-em/pom.xml, MavenProject: org.glassfish.jersey.examples:bookstore-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookstore-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:cdi-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/cdi-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:clipboard:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/clipboard/pom.xml, MavenProject: org.glassfish.jersey.examples:clipboard-programmatic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/clipboard-programmatic/pom.xml, MavenProject: org.glassfish.jersey.examples:declarative-linking:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/declarative-linking/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering-selectable:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering-selectable/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering-security:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering-security/pom.xml, MavenProject: org.glassfish.jersey.examples:extended-wadl-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/extended-wadl-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:exception-mapping:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/exception-mapping/pom.xml, MavenProject: org.glassfish.jersey.examples:freemarker-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/freemarker-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:groovy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/groovy/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-benchmark:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-benchmark/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-cdi2-se/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-netty:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-netty/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-programmatic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-programmatic/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-pure-jax-rs:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-pure-jax-rs/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-weld:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-weld/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-spring-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-spring-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-spring-annotations:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-spring-annotations/pom.xml, MavenProject: org.glassfish.jersey.examples:http-patch:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/http-patch/pom.xml, MavenProject: org.glassfish.jersey.examples:http-trace:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/http-trace/pom.xml, MavenProject: org.glassfish.jersey.examples:https-clientserver-grizzly:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/https-clientserver-grizzly/pom.xml, MavenProject: org.glassfish.jersey.examples:https-server-glassfish:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/https-server-glassfish/pom.xml, MavenProject: org.glassfish.jersey.examples:java8-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/java8-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:jaxb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/jaxb/pom.xml, MavenProject: org.glassfish.jersey.examples:jaxrs-types-injection:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/jaxrs-types-injection/pom.xml, MavenProject: org.glassfish.jersey.examples:jersey-ejb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/jersey-ejb/pom.xml, MavenProject: org.glassfish.jersey.examples:json-binding-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-binding-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:json-jackson:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-jackson/pom.xml, MavenProject: org.glassfish.jersey.examples:json-jackson1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-jackson1/pom.xml, MavenProject: org.glassfish.jersey.examples:json-jettison:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-jettison/pom.xml, MavenProject: org.glassfish.jersey.examples:json-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-moxy/pom.xml, MavenProject: org.glassfish.jersey.examples:json-processing-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-processing-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:json-with-padding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-with-padding/pom.xml, MavenProject: org.glassfish.jersey.examples:managed-beans-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/managed-beans-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:managed-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/managed-client/pom.xml, MavenProject: org.glassfish.jersey.examples:managed-client-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/managed-client-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:managed-client-simple-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/managed-client-simple-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:multipart-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/multipart-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:open-tracing:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/open-tracing/pom.xml, MavenProject: org.glassfish.jersey.examples:osgi-helloworld-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/lib-bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/additional-bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/war-bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/functional-test/pom.xml, MavenProject: org.glassfish.jersey.examples:osgi-http-service:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-http-service/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-http-service:bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-http-service/bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-http-service:functional-test:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-http-service/functional-test/pom.xml, MavenProject: org.glassfish.jersey.examples:oauth-client-twitter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/oauth-client-twitter/pom.xml, MavenProject: org.glassfish.jersey.examples:reload:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/reload/pom.xml, MavenProject: org.glassfish.jersey.examples:rx-client-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/rx-client-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async-managed:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async-managed/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async-standalone:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async-standalone/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async-standalone-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async-standalone/client/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async-standalone-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async-standalone/webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:server-sent-events-jaxrs:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jaxrs/pom.xml, MavenProject: org.glassfish.jersey.examples:servlet3-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/servlet3-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:simple-console:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/simple-console/pom.xml, MavenProject: org.glassfish.jersey.examples:sse-item-store-jersey-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/sse-item-store-jersey-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/sse-item-store-jaxrs-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:sse-twitter-aggregator:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/sse-twitter-aggregator/pom.xml, MavenProject: org.glassfish.jersey.examples:system-properties-example:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/system-properties-example/pom.xml, MavenProject: org.glassfish.jersey.examples:xml-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/pom.xml, MavenProject: org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/pom.xml]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3a7e365
[DEBUG]   (f) skipSource = false
[DEBUG]   (f) useDefaultExcludes = true
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Destination /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT-sources.jar not found.)
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT-sources.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory org/
[DEBUG] adding directory org/glassfish/
[DEBUG] adding directory org/glassfish/jersey/
[DEBUG] adding directory org/glassfish/jersey/test/
[DEBUG] adding directory org/glassfish/jersey/test/maven/
[DEBUG] adding directory org/glassfish/jersey/test/maven/rule/
[DEBUG] adding entry org/glassfish/jersey/test/maven/rule/FilePatternDoesNotExistRule.java
[DEBUG] adding entry org/glassfish/jersey/test/maven/rule/PatternNotMatchedInFileRule.java
[DEBUG] adding entry META-INF/LICENSE.md
[DEBUG] adding entry META-INF/NOTICE.md
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/org.glassfish.jersey.test-framework.maven/
[DEBUG] adding directory META-INF/maven/org.glassfish.jersey.test-framework.maven/custom-enforcer-rules/
[DEBUG] adding entry META-INF/maven/org.glassfish.jersey.test-framework.maven/custom-enforcer-rules/pom.xml
[DEBUG] adding entry META-INF/maven/org.glassfish.jersey.test-framework.maven/custom-enforcer-rules/pom.properties
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ custom-enforcer-rules ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.5.2:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.5.2, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.5.2:install' with basic configurator -->
[DEBUG]   (f) artifact = org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:jar:2.35-SNAPSHOT
[DEBUG]   (f) attachedArtifacts = [org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:java-source:sources:2.35-SNAPSHOT]
[DEBUG]   (f) createChecksum = false
[DEBUG]   (f) installAtEnd = false
[DEBUG]   (f) localRepository =       id: local
      url: file:///home/jenkins/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) packaging = jar
[DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/pom.xml
[DEBUG]   (f) project = MavenProject: org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject: org.glassfish.jersey:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/pom.xml, MavenProject: org.glassfish.jersey.archetypes:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-heroku-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-heroku-webapp/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-grizzly2/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-quickstart-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-webapp/pom.xml, MavenProject: org.glassfish.jersey.archetypes:jersey-example-java8-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-example-java8-webapp/pom.xml, MavenProject: org.glassfish.jersey:jersey-bom:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bom/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-common/pom.xml, MavenProject: org.glassfish.jersey.inject:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/pom.xml, MavenProject: org.glassfish.jersey.inject:jersey-hk2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/hk2/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-client/pom.xml, MavenProject: org.glassfish.jersey.media:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-jaxb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/jaxb/pom.xml, MavenProject: org.glassfish.jersey.core:jersey-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/core-server/pom.xml, MavenProject: org.glassfish.jersey.containers:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-http/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-servlet-core:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet-core/pom.xml, MavenProject: org.glassfish.jersey.test-framework:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/pom.xml, MavenProject: org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/core/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-servlet/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/grizzly2/pom.xml, MavenProject: org.glassfish.jersey.connectors:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-apache-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/apache-connector/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/inmemory/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-external:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/external/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jdk-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jdk-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jdk-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jdk-http/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-simple-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/simple-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-simple:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/simple/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jetty-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jetty-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/jetty/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-netty-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/netty-connector/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-netty-http:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/netty-http/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-netty:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/netty/pom.xml, MavenProject: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/providers/bundle/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-grizzly-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/grizzly-connector/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-jdk-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/jdk-connector/pom.xml, MavenProject: org.glassfish.jersey.ext:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-entity-filtering:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/entity-filtering/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jackson:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jackson/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-jetty-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/jetty-connector/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x/pom.xml, MavenProject: org.glassfish.jersey.containers.glassfish:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/glassfish/pom.xml, MavenProject: org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/glassfish/jersey-gf-ejb/pom.xml, MavenProject: org.glassfish.jersey.containers:jersey-container-jetty-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/containers/jetty-servlet/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-bean-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/bean-validation/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-ban-custom-hk2-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi-rs-inject/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-servlet/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-transaction/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x-validation/pom.xml, MavenProject: org.glassfish.jersey.ext.cdi:jersey-weld2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-weld2-se/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-metainf-services:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/metainf-services/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-bean-validation:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-bean-validation/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-freemarker:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-freemarker/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-jsp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-jsp/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-mvc-mustache:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/mvc-mustache/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-proxy-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/proxy-client/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-guava:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-guava/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-rxjava/pom.xml, MavenProject: org.glassfish.jersey.ext.rx:jersey-rx-client-rxjava2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/rx/rx-client-rxjava2/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-servlet-portability:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/servlet-portability/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-spring4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/spring4/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-spring5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/spring5/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-wadl-doclet:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/wadl-doclet/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-binding/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-sse:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/sse/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/mp-rest-client/pom.xml, MavenProject: org.glassfish.jersey.ext.microprofile:jersey-mp-config:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/ext/microprofile/mp-config/pom.xml, MavenProject: org.glassfish.jersey.incubator:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/pom.xml, MavenProject: org.glassfish.jersey.ext:jersey-declarative-linking:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/declarative-linking/pom.xml, MavenProject: org.glassfish.jersey.incubator:jersey-gae-integration:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/gae-integration/pom.xml, MavenProject: org.glassfish.jersey.media:html-json:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/html-json/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-kryo:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/kryo/pom.xml, MavenProject: org.glassfish.jersey.incubator:jersey-open-tracing:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/incubator/open-tracing/pom.xml, MavenProject: org.glassfish.jersey.inject:jersey-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/inject/cdi2-se/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jackson1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jackson1/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-jettison:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-jettison/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-json-processing:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/json-processing/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/moxy/pom.xml, MavenProject: org.glassfish.jersey.media:jersey-media-multipart:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/multipart/pom.xml, MavenProject: org.glassfish.jersey.security:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-signature:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-signature/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-client/pom.xml, MavenProject: org.glassfish.jersey.security:oauth1-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth1-server/pom.xml, MavenProject: org.glassfish.jersey.security:oauth2-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/security/oauth2-client/pom.xml, MavenProject: org.glassfish.jersey.test-framework:jersey-test-framework-util:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/util/pom.xml, MavenProject: org.glassfish.jersey.tests:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-client/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-core-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-core-common/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-entity:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-entity/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/cdi2-se/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-inject-hk2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/hk2/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-server/pom.xml, MavenProject: org.glassfish.jersey.tests:e2e-testng:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/e2e-testng/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:asm:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/asm/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:async-jersey-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/async-jersey-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-client/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-client-on-server/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-manually-bound/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-log-check:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-log-check/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multimodule:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multimodule/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.cdi:context-inject-on-server:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/context-inject-on-server/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:client-connector-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/client-connector-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-war:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/war/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-multimodule-reload:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-multimodule-reload/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:ejb-test-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/ejb-test-webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:externalproperties:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/externalproperties/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-376:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-376/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-war1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/war1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-war2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/war2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-441:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-441/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-ejb-lib:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/lib/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-cdi-war:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/war/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59-ear:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/ear/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:j-59:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/j-59/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jaxrs-component-inject:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jaxrs-component-inject/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1107:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1107/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1223:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1223/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1604:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1604/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1667:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1667/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1829:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1829/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1883:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1883/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1928:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1928/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1960:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1960/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-1964:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1964/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2031:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2031/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2136:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2136/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2137:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2137/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2154:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2154/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2160:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2160/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2164:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2164/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2167:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2167/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2176:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2176/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2184:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2184/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2255:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2255/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2322:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2322/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2335:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2335/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2421:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2421/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2551:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2551/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2612:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2612/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2637:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2637/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2654:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2654/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2673:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2673/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2689:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2689/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2704:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2704/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2776:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2776/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2794:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2794/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2846:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2846/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2878:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2878/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-2892:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2892/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3796:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3796/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-780:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-780/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3670:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3670/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-3992:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3992/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4003:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4003/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4099:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4099/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4321:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4321/pom.xml, MavenProject: org.glassfish.jersey.examples:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/pom.xml, MavenProject: org.glassfish.jersey.examples:server-sent-events-jersey:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jersey/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4507:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4507/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4542:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4542/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4697:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4697/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jersey-4722:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-4722/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:jetty-response-close:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/jetty-response-close/pom.xml, MavenProject: org.glassfish.jersey.bundles:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bundles/pom.xml, MavenProject: org.glassfish.jersey.bundles:jaxrs-ri:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:microprofile-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:microprofile-config-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:config-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/webapp/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:helidon-config-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/config/helidon/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.microprofile:jersey-rest-client-tck:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/microprofile/rest-client/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:portability-jersey-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/portability-jersey-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:portability-jersey-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/portability-jersey-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:property-check:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/property-check/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:security-digest:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/security-digest/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-autodiscovery-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-autodiscovery-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-autodiscovery-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-inflector-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-inflector-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-6:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-6/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-7:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-7/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-init-8:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-8/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-mvc-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-mvc-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-2.5-reload:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-reload/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-async:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-async/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-chunked-io:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-chunked-io/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-filter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-filter/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-gf-async:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-gf-async/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-inflector-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-inflector-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-3:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-3/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-6:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-6/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-7:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-7/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-8:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-8/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-9:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-9/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-init-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-params:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-params/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-3-sse-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-sse-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-4.0-mvc-1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-4.0-mvc-1/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding-2:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-request-wrapper-binding-2/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-request-wrappper-binding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-request-wrapper-binding/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:servlet-tests:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-tests/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:sonar-test:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/sonar-test/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:spring4:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/spring4/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:spring5:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/spring5/pom.xml, MavenProject: org.glassfish.jersey.tests.integration:tracing-support:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/tracing-support/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.reactive:reactive-streams-integration-project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/reactive-streams/pom.xml, MavenProject: org.glassfish.jersey.tests.integration.reactive:sse-reactive-streams-tck:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/integration/reactive-streams/sse/pom.xml, MavenProject: org.glassfish.jersey.tests:jersey-tests-jmockit:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/jmockit/pom.xml, MavenProject: org.glassfish.jersey.test-framework:memleak-test-common:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/memleak-test-common/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-leaking-test-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-leaking-test-app/pom.xml, MavenProject: org.glassfish.jersey.examples:webapp-example-parent:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/webapp-example-parent/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-webapp/pom.xml, MavenProject: org.glassfish.jersey.test-framework.maven:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/pom.xml, MavenProject: org.glassfish.jersey.test-framework.maven:container-runner-maven-plugin:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/container-runner-maven-plugin/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-hello-world-app-ref:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-hello-world-app-ref/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-no-jersey-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-no-jersey-app/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.redeployment:redeployment-threadlocals-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/redeployment/redeployment-threadlocals-app/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:bean-param-leak:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/bean-param-leak/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:shutdown-hook-leak-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/shutdown-hook-leak-client/pom.xml, MavenProject: org.glassfish.jersey.tests.memleaks.testcases:leaking-test-app:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/mem-leaks/test-cases/leaking-test-app/pom.xml, MavenProject: org.glassfish.jersey.tests.osgi:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/osgi/pom.xml, MavenProject: org.glassfish.jersey.tests.osgi:jersey-tests-osgi-functional:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/osgi/functional/pom.xml, MavenProject: org.glassfish.jersey.tests:stress:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/stress/pom.xml, MavenProject: org.glassfish.jersey.tests.performance:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/pom.xml, MavenProject: org.glassfish.jersey.tests.performance:performance-test-benchmarks:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/benchmarks/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.runners:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/runners/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.runners:jersey-grizzly-runner:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/runners/jersey-grizzly-runner/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:project:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:assemblies:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/assemblies/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-dynamic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-dynamic/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-global:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-global/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:filter-name:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/filter-name/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-dynamic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-dynamic/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-global:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-global/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:interceptor-name:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/interceptor-name/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:custom-provider:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-custom-provider/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:json-jackson:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-json-jackson/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:json-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-json-moxy/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:mbw-kryo:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-kryo/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:text-plain:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-text-plain/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:xml-jaxb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-xml-jaxb/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:xml-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/mbw-xml-moxy/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:param-srl:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/param-srl/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.testcases:proxy-injection:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/proxy-injection/pom.xml, MavenProject: org.glassfish.jersey.tests.performance.tools:performance-test-tools:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/tests/performance/tools/pom.xml, MavenProject: org.glassfish.jersey.examples:assemblies:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/assemblies/pom.xml, MavenProject: org.glassfish.jersey.examples:bookmark:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookmark/pom.xml, MavenProject: org.glassfish.jersey.examples:bookmark-em:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookmark-em/pom.xml, MavenProject: org.glassfish.jersey.examples:bookstore-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/bookstore-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:cdi-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/cdi-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:clipboard:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/clipboard/pom.xml, MavenProject: org.glassfish.jersey.examples:clipboard-programmatic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/clipboard-programmatic/pom.xml, MavenProject: org.glassfish.jersey.examples:declarative-linking:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/declarative-linking/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering-selectable:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering-selectable/pom.xml, MavenProject: org.glassfish.jersey.examples:entity-filtering-security:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/entity-filtering-security/pom.xml, MavenProject: org.glassfish.jersey.examples:extended-wadl-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/extended-wadl-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:exception-mapping:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/exception-mapping/pom.xml, MavenProject: org.glassfish.jersey.examples:freemarker-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/freemarker-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:groovy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/groovy/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-benchmark:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-benchmark/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-cdi2-se:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-cdi2-se/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-netty:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-netty/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-programmatic:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-programmatic/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-pure-jax-rs:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-pure-jax-rs/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-weld:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-weld/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-spring-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-spring-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:helloworld-spring-annotations:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/helloworld-spring-annotations/pom.xml, MavenProject: org.glassfish.jersey.examples:http-patch:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/http-patch/pom.xml, MavenProject: org.glassfish.jersey.examples:http-trace:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/http-trace/pom.xml, MavenProject: org.glassfish.jersey.examples:https-clientserver-grizzly:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/https-clientserver-grizzly/pom.xml, MavenProject: org.glassfish.jersey.examples:https-server-glassfish:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/https-server-glassfish/pom.xml, MavenProject: org.glassfish.jersey.examples:java8-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/java8-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:jaxb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/jaxb/pom.xml, MavenProject: org.glassfish.jersey.examples:jaxrs-types-injection:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/jaxrs-types-injection/pom.xml, MavenProject: org.glassfish.jersey.examples:jersey-ejb:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/jersey-ejb/pom.xml, MavenProject: org.glassfish.jersey.examples:json-binding-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-binding-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:json-jackson:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-jackson/pom.xml, MavenProject: org.glassfish.jersey.examples:json-jackson1:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-jackson1/pom.xml, MavenProject: org.glassfish.jersey.examples:json-jettison:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-jettison/pom.xml, MavenProject: org.glassfish.jersey.examples:json-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-moxy/pom.xml, MavenProject: org.glassfish.jersey.examples:json-processing-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-processing-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:json-with-padding:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/json-with-padding/pom.xml, MavenProject: org.glassfish.jersey.examples:managed-beans-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/managed-beans-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:managed-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/managed-client/pom.xml, MavenProject: org.glassfish.jersey.examples:managed-client-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/managed-client-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:managed-client-simple-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/managed-client-simple-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:multipart-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/multipart-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:open-tracing:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/open-tracing/pom.xml, MavenProject: org.glassfish.jersey.examples:osgi-helloworld-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:lib-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/lib-bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:additional-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/additional-bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:alternate-version-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/alternate-version-bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:war-bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/war-bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/functional-test/pom.xml, MavenProject: org.glassfish.jersey.examples:osgi-http-service:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-http-service/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-http-service:bundle:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-http-service/bundle/pom.xml, MavenProject: org.glassfish.jersey.examples.osgi-http-service:functional-test:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/osgi-http-service/functional-test/pom.xml, MavenProject: org.glassfish.jersey.examples:oauth-client-twitter:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/oauth-client-twitter/pom.xml, MavenProject: org.glassfish.jersey.examples:reload:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/reload/pom.xml, MavenProject: org.glassfish.jersey.examples:rx-client-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/rx-client-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async-managed:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async-managed/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async-standalone:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async-standalone/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async-standalone-client:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async-standalone/client/pom.xml, MavenProject: org.glassfish.jersey.examples:server-async-standalone-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-async-standalone/webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:server-sent-events-jaxrs:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jaxrs/pom.xml, MavenProject: org.glassfish.jersey.examples:servlet3-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/servlet3-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:simple-console:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/simple-console/pom.xml, MavenProject: org.glassfish.jersey.examples:sse-item-store-jersey-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/sse-item-store-jersey-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:sse-item-store-jaxrs-webapp:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/sse-item-store-jaxrs-webapp/pom.xml, MavenProject: org.glassfish.jersey.examples:sse-twitter-aggregator:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/sse-twitter-aggregator/pom.xml, MavenProject: org.glassfish.jersey.examples:system-properties-example:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/system-properties-example/pom.xml, MavenProject: org.glassfish.jersey.examples:xml-moxy:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/pom.xml, MavenProject: org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/pom.xml]
[DEBUG]   (s) skip = false
[DEBUG]   (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/custom-enforcer-rules-2.35-SNAPSHOT.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/_remote.repositories
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/custom-enforcer-rules-2.35-SNAPSHOT.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/_remote.repositories
[DEBUG] Installing org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:2.35-SNAPSHOT/maven-metadata.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/maven-metadata-local.xml
[DEBUG] Installing org.glassfish.jersey.test-framework.maven:custom-enforcer-rules/maven-metadata.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/maven-metadata-local.xml
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/custom-enforcer-rules-2.35-SNAPSHOT-sources.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/_remote.repositories
[DEBUG] Installing org.glassfish.jersey.test-framework.maven:custom-enforcer-rules:2.35-SNAPSHOT/maven-metadata.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/2.35-SNAPSHOT/maven-metadata-local.xml
[DEBUG] Installing org.glassfish.jersey.test-framework.maven:custom-enforcer-rules/maven-metadata.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/maven/custom-enforcer-rules/maven-metadata-local.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 2.35-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [ 17.467 s]
[INFO] jersey-archetypes .................................. SUCCESS [  1.470 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [  2.282 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.397 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.380 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.526 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.281 s]
[INFO] jersey-core-common ................................. SUCCESS [ 25.516 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.330 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  2.062 s]
[INFO] jersey-core-client ................................. SUCCESS [ 12.952 s]
[INFO] jersey-media ....................................... SUCCESS [  0.305 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  3.167 s]
[INFO] jersey-core-server ................................. SUCCESS [ 35.195 s]
[INFO] jersey-containers .................................. SUCCESS [  0.332 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  0.731 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  1.194 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.331 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  2.166 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.546 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.600 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.300 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  4.517 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.296 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [ 17.309 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  1.804 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.473 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [ 17.288 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  7.431 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [ 15.572 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  1.574 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [ 10.353 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  1.630 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [ 30.057 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.616 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.416 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.308 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [  7.910 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [ 23.993 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.307 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  1.324 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  2.319 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [ 12.434 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.289 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  1.602 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.297 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [  4.835 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  0.692 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  0.765 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  0.672 s]
[INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 19.209 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  0.855 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  0.753 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  0.642 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  1.015 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  1.645 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.686 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.476 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.598 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.660 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.570 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  3.214 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.290 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  1.009 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  1.159 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  1.619 s]
[INFO] jersey-ext-servlet-portability ..................... SUCCESS [  0.638 s]
[INFO] jersey-spring4 ..................................... SUCCESS [  7.577 s]
[INFO] jersey-spring5 ..................................... SUCCESS [  3.984 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.584 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  0.868 s]
[INFO] jersey-media-sse ................................... SUCCESS [ 22.356 s]
[INFO] project ............................................ SUCCESS [  0.287 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  1.747 s]
[INFO] jersey-mp-config ................................... SUCCESS [  2.783 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.287 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  3.119 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  0.900 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  2.899 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  3.341 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.773 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  3.406 s]
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  0.670 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  0.703 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  1.675 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  0.959 s]
[INFO] jersey-media-multipart ............................. SUCCESS [ 10.499 s]
[INFO] jersey-security .................................... SUCCESS [  0.289 s]
[INFO] oauth1-signature ................................... SUCCESS [  1.070 s]
[INFO] jersey-security .................................... SUCCESS [  0.462 s]
[INFO] oauth1-server ...................................... SUCCESS [  2.877 s]
[INFO] oauth2-client ...................................... SUCCESS [  0.475 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  3.052 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.285 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [  1.159 s]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [  0.793 s]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  1.766 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [  1.554 s]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.300 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  4.012 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  1.957 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [  1.509 s]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [  1.512 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.371 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  0.632 s]
[INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [  8.610 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.296 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  6.056 s]
[INFO] jersey-tests-cdi-client ............................ SUCCESS [  2.156 s]
[INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [  2.039 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.556 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.566 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  2.062 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  1.916 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.392 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.561 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.552 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  0.974 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.288 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.697 s]
[INFO] jersey-tests-resource-with-at-context .............. SUCCESS [  2.094 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [  6.538 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.608 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.574 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.585 s]
[INFO] jersey-tests-context-inject-on-server .............. SUCCESS [  4.228 s]
[INFO] client-connector-provider .......................... SUCCESS [  1.399 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.384 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.525 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.451 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.279 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.405 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.551 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.520 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.536 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.283 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.577 s]
[INFO] jersey-tests-externalproperties .................... SUCCESS [  1.696 s]
[INFO] j-376-reproducer ................................... SUCCESS [  2.359 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.570 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.593 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.524 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.287 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.381 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.535 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.451 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.284 s]
[INFO] jersey-tests-component-inject ...................... SUCCESS [  2.394 s]
[INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [  2.806 s]
[INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [  2.304 s]
[INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [  2.782 s]
[INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [  2.341 s]
[INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [  2.197 s]
[INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [  2.481 s]
[INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [  2.479 s]
[INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [  2.251 s]
[INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [  3.154 s]
[INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [  9.829 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  1.682 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.618 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.606 s]
[INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [  2.585 s]
[INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [  2.594 s]
[INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [  2.410 s]
[INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [  3.001 s]
[INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [  2.211 s]
[INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [  3.077 s]
[INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [  2.720 s]
[INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [  2.196 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  0.975 s]
[INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [  2.126 s]
[INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [  2.705 s]
[INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [  2.809 s]
[INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [  1.965 s]
[INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [  5.347 s]
[INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [  5.243 s]
[INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [  2.136 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  2.360 s]
[INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [  1.998 s]
[INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [  7.216 s]
[INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [  3.221 s]
[INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [  3.756 s]
[INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [  2.973 s]
[INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [  1.910 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  1.450 s]
[INFO] jersey-3992 ........................................ SUCCESS [  1.869 s]
[INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [  1.616 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  1.969 s]
[INFO] jersey-4321 ........................................ SUCCESS [  1.910 s]
[INFO] jersey-examples .................................... SUCCESS [  0.297 s]
[INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [  6.803 s]
[INFO] jersey-4507 ........................................ SUCCESS [  2.388 s]
[INFO] jersey-4542 ........................................ SUCCESS [  2.099 s]
[INFO] jersey-4697 ........................................ SUCCESS [  2.826 s]
[INFO] jersey-4722 ........................................ SUCCESS [  1.218 s]
[INFO] jetty-response-close ............................... SUCCESS [  2.279 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.280 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 28.011 s]
[INFO] microprofile-integration-project ................... SUCCESS [  0.289 s]
[INFO] microprofile-config-project ........................ SUCCESS [  0.289 s]
[INFO] config-webapp ...................................... SUCCESS [  1.215 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  2.001 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [07:26 min]
[INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [  2.249 s]
[INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [  2.274 s]
[INFO] jersey-tests-integration-property-check ............ SUCCESS [  0.742 s]
[INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [  2.878 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [  2.255 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [  4.928 s]
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [  2.337 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [  2.272 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [  2.498 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [  2.241 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [  2.424 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [  2.192 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [  2.358 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [  2.169 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [  2.230 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [  2.178 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [  5.591 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [  2.633 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [  5.635 s]
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [  4.377 s]
[INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [  4.501 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [  8.054 s]
[INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [  2.247 s]
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [  0.554 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [  2.882 s]
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [  2.287 s]
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [  2.345 s]
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [  2.261 s]
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [  2.210 s]
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [  2.217 s]
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [  2.315 s]
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [  2.612 s]
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [  3.074 s]
[INFO] jersey-tests-integration-servlet-3-init-9 .......... SUCCESS [  2.266 s]
[INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [  2.855 s]
[INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [  2.329 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [  1.060 s]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SUCCESS [  4.682 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [  2.883 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [  2.514 s]
[INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [  6.131 s]
[INFO] jersey-tests-integration-sonar-test ................ SUCCESS [  2.566 s]
[INFO] jersey-tests-integration-spring4 ................... SUCCESS [  8.439 s]
[INFO] jersey-tests-integration-spring5 ................... SUCCESS [  8.163 s]
[INFO] jersey-tests-integration-tracing-support ........... SUCCESS [  9.508 s]
[INFO] reactive-streams-integration-project ............... SUCCESS [  0.427 s]
[INFO] sse-reactive-streams-tck ........................... SUCCESS [ 13.203 s]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  2.867 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.427 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.285 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.296 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.555 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.311 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  1.507 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.282 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [ 10.195 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.628 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.598 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.635 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.440 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.648 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.613 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.504 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.717 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.695 s]
[INFO] jersey-tests-osgi-functional ....................... SUCCESS [04:50 min]
[INFO] jersey-tests-stress ................................ SUCCESS [  2.339 s]
[INFO] jersey-tests-performance ........................... SUCCESS [  0.280 s]
[INFO] performance-test-benchmarks ........................ SUCCESS [  5.030 s]
[INFO] jersey-tests-performance-runners ................... SUCCESS [  0.303 s]
[INFO] jersey-grizzly-runner .............................. SUCCESS [  0.861 s]
[INFO] jersey-tests-performance-testcase .................. SUCCESS [  0.306 s]
[INFO] jersey-tests-performance-assemblies ................ SUCCESS [  0.389 s]
[INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [  2.061 s]
[INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [  1.740 s]
[INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [  1.710 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [  1.819 s]
[INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [  1.773 s]
[INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [  1.829 s]
[INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [  1.957 s]
[INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [  2.147 s]
[INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [  2.181 s]
[INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [  1.902 s]
[INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [  1.729 s]
[INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [  2.100 s]
[INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [  2.125 s]
[INFO] jersey-tests-performance-param-srl ................. SUCCESS [  1.814 s]
[INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [  1.574 s]
[INFO] performance-test-tools ............................. SUCCESS [  0.476 s]
[INFO] jersey-examples-assemblies ......................... SUCCESS [  0.394 s]
[INFO] jersey-examples-bookmark ........................... SUCCESS [  0.628 s]
[INFO] jersey-examples-bookmark-em ........................ SUCCESS [  0.627 s]
[INFO] jersey-examples-bookstore-webapp ................... SUCCESS [  0.665 s]
[INFO] jersey-examples-cdi-webapp ......................... SUCCESS [  4.362 s]
[INFO] jersey-examples-clipboard .......................... SUCCESS [  1.908 s]
[INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [  1.461 s]
[INFO] jersey-examples-declarative-linking ................ SUCCESS [  1.595 s]
[INFO] jersey-examples-entity-filtering ................... SUCCESS [  3.970 s]
[INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [  3.048 s]
[INFO] jersey-examples-entity-filtering-security .......... SUCCESS [  2.983 s]
[INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 49.313 s]
[INFO] jersey-examples-exception-mapping .................. SUCCESS [  2.360 s]
[INFO] jersey-examples-freemarker-webapp .................. SUCCESS [  2.098 s]
[INFO] jersey-examples-groovy ............................. SUCCESS [  8.926 s]
[INFO] jersey-examples-helloworld ......................... SUCCESS [  4.010 s]
[INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [  4.274 s]
[INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [  2.611 s]
[INFO] jersey-examples-helloworld-netty ................... SUCCESS [  4.270 s]
[INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [  1.502 s]
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [  1.163 s]
[INFO] jersey-examples-helloworld-weld .................... SUCCESS [  7.127 s]
[INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [  0.851 s]
[INFO] helloworld-spring-annotations ...................... SUCCESS [  1.728 s]
[INFO] jersey-examples-http-patch ......................... SUCCESS [  2.427 s]
[INFO] jersey-examples-http-trace ......................... SUCCESS [  2.428 s]
[INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [  2.722 s]
[INFO] jersey-examples-https-server-glassfish ............. SUCCESS [  0.615 s]
[INFO] jersey-examples-java8-webapp ....................... SUCCESS [  1.781 s]
[INFO] jersey-examples-jaxb ............................... SUCCESS [  2.470 s]
[INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [  1.665 s]
[INFO] jersey-examples-ejb ................................ SUCCESS [  0.525 s]
[INFO] jersey-examples-json-binding-webapp ................ SUCCESS [  0.600 s]
[INFO] jersey-examples-json-jackson ....................... SUCCESS [  3.495 s]
[INFO] jersey-examples-json-jackson1 ...................... SUCCESS [  3.195 s]
[INFO] jersey-examples-json-jettison ...................... SUCCESS [  2.531 s]
[INFO] jersey-examples-json-moxy .......................... SUCCESS [  1.873 s]
[INFO] jersey-examples-json-processing-webapp ............. SUCCESS [  2.044 s]
[INFO] jersey-examples-json-with-padding .................. SUCCESS [  2.387 s]
[INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [  0.533 s]
[INFO] jersey-examples-managed-client ..................... SUCCESS [  1.539 s]
[INFO] jersey-examples-managed-client-webapp .............. SUCCESS [  1.566 s]
[INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [  1.599 s]
[INFO] jersey-examples-multipart-webapp ................... SUCCESS [  2.249 s]
[INFO] jersey-examples-open-tracing ....................... SUCCESS [  2.694 s]
[INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [  0.299 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [  0.635 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [  0.571 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [  0.637 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [  1.049 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [  6.384 s]
[INFO] jersey-examples-osgi-http-service .................. SUCCESS [  0.428 s]
[INFO] jersey-examples-osgi-http-service-bundle ........... SUCCESS [  3.153 s]
[INFO] jersey-examples-osgi-http-service-test ............. SUCCESS [  8.075 s]
[INFO] oauth-client-twitter ............................... SUCCESS [  0.435 s]
[INFO] jersey-examples-reload ............................. SUCCESS [  1.760 s]
[INFO] jersey-examples-rx-client-webapp ................... SUCCESS [ 20.018 s]
[INFO] jersey-examples-server-async ....................... SUCCESS [  4.012 s]
[INFO] jersey-examples-server-async-managed ............... SUCCESS [  3.581 s]
[INFO] jersey-examples-server-async-standalone ............ SUCCESS [  0.312 s]
[INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [  0.580 s]
[INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [  0.466 s]
[INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [  2.216 s]
[INFO] jersey-examples-servlet3-webapp .................... SUCCESS [  2.527 s]
[INFO] jersey-examples-simple-console ..................... SUCCESS [  3.553 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [  4.702 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [ 14.695 s]
[INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [  0.563 s]
[INFO] jersey-examples-system-properties .................. SUCCESS [  1.619 s]
[INFO] jersey-examples-moxy ............................... SUCCESS [  1.780 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [  5.671 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  30:54 min
[INFO] Finished at: 2021-06-29T18:05:32Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS