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-8dscn is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-8dscn" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-8dscn" - 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-8dscn" - 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-8dscn 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: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.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/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/_remote.repositories [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest WARNING: The following warnings have been detected: WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. WARNING: Contract class java.lang.String can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract not assignable to component. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s - in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.928 s - in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest ${checkstyle.includes} ${checkstyle.console} ${checkstyle.maxAllowedViolations} /home/jenkins/agent/workspace/single_ci_build/containers/grizzly2-servlet/target/checkstWARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jun 29, 2021 5:11:56 PM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.828 s - in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest [INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest INFO: Simple-http server started on base uri: http://localhost:9998/ Jun 29, 2021 5:12:19 PM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class javax.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jun 29, 2021 5:12:24 PM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. INFO: [HttpServer-9] Started. Jun 29, 2021 5:12:51 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.glassfish.jersey.netty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest INFO: Started listener bound to [localhost:9998] Jun 29, 2021 5:13:25 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jun 29, 2021 5:13:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [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/connectors/jdk-connector/target/test-classes /home/jenkins/agent/workspace/single_ci_build/connectors/jdk-connector/target/classes /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/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.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/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/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-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/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-client/target/jersey-client-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/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/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.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/.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-grizzly2-http-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.jar grizzly-http-server-2.4.4.jar grizzly-http-2.4.4.jar grizzly-framework-2.4.4.jar jersey-server-2.35-SNAPSHOT.jar jakarta.validation-api-2.0.2.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-servlet-2.35-SNAPSHOT.jar jersey-container-servlet-2.35-SNAPSHOT.jar grizzly-http-servlet-2.4.4.jar jersey-common-2.35-SNAPSHOT.jar jakarta.annotation-api-1.3.5.jar osgi-resource-locator-1.0.3.jar jersey-client-2.35-SNAPSHOT.jar jakarta.ws.rs-api-2.1.6.jar junit-4.13.1.jar hamcrest-core-1.3.jar hamcrest-library-1.3.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 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/connectors/jdk-connector && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/connectors/jdk-connector/target/surefire/surefirebooter11981472420511966427.jar /home/jenkins/agent/workspace/single_ci_build/connectors/jdk-connector/target/surefire 2021-06-29T17-09-54_418-jvmRun1 surefire16084592852948102022tmp surefire_2015677993371959957245tmp [DEBUG] Fork Channel [1] connected to the client. [INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest INFO: Creating JettyTestContainer configured at the base URI http://localhost:9998/ 2021-06-29 17:14:24.895:INFO:oejs.Server:main: jetty-9.4.42.v20210604; built: 2021-06-04T17:33:38.939Z; git: 5cd5e6d2375eeab146813b0de9f19eda6ab6e6cb; jvm 11.0.2+9 2021-06-29 17:14:24.896:INFO:oejs.AbstractConnector:main: Started ServerConnector@6a28f67a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} 2021-06-29 17:14:24.896:INFO:oejs.Server:main: Started @8673ms 2021-06-29 17:14:24.906:INFO:oejs.AbstractConnector:main: Stopped ServerConnector@6a28f67a{HTTP/1.1, (http/1.1)}{0.0.0.0:9998} Large Data Test took 1080milis Jun 29, 2021 5:14:56 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 s - in org.glassfish.jersey.helidon.connector.LargeDataTest [INFO] Running org.glassfish.jersey.helidon.connector.AsyncTest [DEBUG] Added Javadoc offline link: https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-hk2/apidocs for the module: org.glassfish.jersey.inject:jersey-hk2:jar:2.35-SNAPSHOT [DEBUG] Javadoc directory not found: /home/jenkins/agent/workspace/single_ci_build/core-client/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:2.35-SNAPSHOT'. Trying to invoke it... [DEBUG] Invoking Maven for the goals: [org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc] with no properties [DEBUG] Using /home/jenkins/agent/workspace/single_ci_build/connectors/helidon-connector/target/invoker/maven-javadoc-plugin859087301.txt to log the invoker [DEBUG] Added Javadoc offline link: https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-hk2/apidocs for the module: org.glassfish.jersey.inject:jersey-hk2:jar:2.35-SNAPSHOT [DEBUG] Javadoc directory not found: /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi1x/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:2.35-SNAPSHOT'. Trying to invoke it... [DEBUG] Invoking Maven for the goals: [org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc] with no properties [DEBUG] Using /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi-rs-inject/target/invoker/maven-javadoc-plugin1562532064.txt to log the invoker [ERROR] WARNING: An illegal reflective access operation has occurred [ERROR] WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (file:/home/jenkins/.m2/repository/org/springframework/spring-core/4.3.20.RELEASE/spring-core-4.3.20.RELEASE.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [ERROR] WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils$1 [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [ERROR] WARNING: All illegal access operations will be denied in a future release [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] 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/e2e-inject/cdi2-se/target/test-classes /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/cdi2-se/target/classes /home/jenkins/agent/workspace/single_ci_build/inject/cdi2-se/target/jersey-cdi2-se-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/org/jboss/weld/se/weld-se-core/3.1.7.SP1/weld-se-core-3.1.7.SP1.jar /home/jenkins/.m2/repository/org/jboss/weld/environment/weld-environment-common/3.1.7.SP1/weld-environment-common-3.1.7.SP1.jar /home/jenkins/.m2/repository/org/jboss/weld/weld-core-impl/3.1.7.SP1/weld-core-impl-3.1.7.SP1.jar /home/jenkins/.m2/repository/org/jboss/weld/weld-api/3.1.SP4/weld-api-3.1.SP4.jar /home/jenkins/.m2/repository/org/jboss/weld/weld-spi/3.1.SP4/weld-spi-3.1.SP4.jar /home/jenkins/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.3_spec/2.0.1.Final/jboss-annotations-api_1.3_spec-2.0.1.Final.jar /home/jenkins/.m2/repository/org/jboss/spec/javax/el/jboss-el-api_3.0_spec/2.0.0.Final/jboss-el-api_3.0_spec-2.0.0.Final.jar /home/jenkins/.m2/repository/org/jboss/spec/javax/interceptor/jboss-interceptors-api_1.2_spec/2.0.0.Final/jboss-interceptors-api_1.2_spec-2.0.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/org/jboss/weld/probe/weld-probe-core/3.1.7.SP1/weld-probe-core-3.1.7.SP1.jar /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar /home/jenkins/.m2/repository/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar /home/jenkins/agent/workspace/single_ci_build/core-server/target/jersey-server-2.35-SNAPSHOT.jar /home/jenkins/agent/workspace/single_ci_build/core-client/target/jersey-client-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/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.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/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/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/junit/junit/4.13.1/junit-4.13.1.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/.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-cdi2-se-2.35-SNAPSHOT.jar jersey-common-2.35-SNAPSHOT.jar osgi-resource-locator-1.0.3.jar weld-se-core-3.1.7.SP1.jar weld-environment-common-3.1.7.SP1.jar weld-core-impl-3.1.7.SP1.jar weld-api-3.1.SP4.jar weld-spi-3.1.SP4.jar jboss-annotations-api_1.3_spec-2.0.1.Final.jar jboss-el-api_3.0_spec-2.0.0.Final.jar jboss-interceptors-api_1.2_spec-2.0.0.Final.jar jboss-logging-3.3.0.Final.jar weld-probe-core-3.1.7.SP1.jar jakarta.enterprise.cdi-api-2.0.2.jar jakarta.inject-api-1.0.jar jboss-classfilewriter-1.2.4.Final.jar jersey-server-2.35-SNAPSHOT.jar jersey-client-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 jakarta.validation-api-2.0.2.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 jersey-container-netty-http-2.35-SNAPSHOT.jar jersey-netty-connector-2.35-SNAPSHOT.jar netty-all-4.1.43.Final.jar jersey-test-framework-util-2.35-SNAPSHOT.jar hamcrest-library-1.3.jar hamcrest-core-1.3.jar junit-4.13.1.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 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/e2e-inject/cdi2-se && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/cdi2-se/target/surefire/surefirebooter16470080741774621797.jar /home/jenkins/agent/workspace/single_ci_build/tests/e2e-inject/cdi2-se/target/surefire 2021-06-29T17-11-24_161-jvmRun1 surefire10752887922543235729tmp surefire_232158548522358479266tmp [DEBUG] Fork Channel [1] connected to the client. [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest [DEBUG] (s) skip = false [DEBUG] (f) updateReleaseInfo = false [DEBUG] -- end configuration -- [INFO] Installing /home/jenkins/agent/workspace/single_ci_build/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-2.35-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/2.35-SNAPSHOT/cdi-client-on-server-2.35-SNAPSHOT.war [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/2.35-SNAPSHOT/_remote.repositories Everything contexteded on ExceptionMapper. Jun 29, 2021 5:18:26 PM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f83b907d-0af4-4f8e-b4a5-724527fddd47 shut down Jun 29, 2021 5:18:26 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [DEBUG] boot(compact) classpath: surefire-booter-3.0.0-M3.jar surefire-api-3.0.0-M3.jar surefire-logger-api-3.0.0-M3.jar test-classes classes servlet-api-2.4.jar jersey-container-servlet-core-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.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-media-multipart-2.35-SNAPSHOT.jar mimepull-1.9.13.jar jersey-test-framework-provider-external-2.35-SNAPSHOT.jar jersey-test-framework-core-2.35-SNAPSHOT.jar jakarta.xml.bind-api-2.3.3.jar jakarta.activation-api-1.2.2.jar jakarta.servlet-api-4.0.3.jar jersey-media-jaxb-2.35-SNAPSHOT.jar jersey-client-2.35-SNAPSHOT.jar junit-4.13.1.jar hamcrest-core-1.3.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 surefire-junit4-3.0.0-M3.jar common-java5-3.0.0-M3.jar common-junit3-3.0.0-M3.jar common-junit4-3.0.0-M3.jar [DEBUG] Forking command line: /bin/sh -c cd /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1667 && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1667/target/surefire/surefirebooter6876362004501734100.jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1667/target/surefire 2021-06-29T17-17-39_788-jvmRun1 surefire775226375140198607tmp surefire_53870742211901001674tmp [INFO] Running org.glassfish.jersey.tests.integration.jersey1667.Jersey1667ITCase Jun 29, 2021 5:18:56 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [DEBUG] Determined Maven Process ID 256 [DEBUG] boot classpath: /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2160/target/test-classes /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2160/target/classes /home/jenkins/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet-core/target/jersey-container-servlet-core-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/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/test-framework/providers/external/target/jersey-test-framework-provider-external-2.35-SNAPSHOT.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/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.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/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/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/.m2/repository/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.jar [DEBUG] boot(compact) classpath: surefire-booter-3.0.0-M3.jar surefire-api-3.0.0-M3.jar surefire-logger-api-3.0.0-M3.jar test-classes classes servlet-api-2.4.jar jersey-container-servlet-core-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.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-test-framework-provider-external-2.35-SNAPSHOT.jar jersey-test-framework-core-2.35-SNAPSHOT.jar jakarta.xml.bind-api-2.3.3.jar jakarta.activation-api-1.2.2.jar jakarta.servlet-api-4.0.3.jar jersey-media-jaxb-2.35-SNAPSHOT.jar jersey-client-2.35-SNAPSHOT.jar junit-4.13.1.jar hamcrest-core-1.3.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 surefire-junit4-3.0.0-M3.jar common-java5-3.0.0-M3.jar common-junit3-3.0.0-M3.jar common-junit4-3.0.0-M3.jar [DEBUG] Forking command line: /bin/sh -c cd /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2160 && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2160/target/surefire/surefirebooter9733097849792482379.jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2160/target/surefire 2021-06-29T17-17-39_788-jvmRun1 surefire12312687242187290828tmp surefire_136879411491844565133tmp [INFO] Running org.glassfish.jersey.tests.integration.jersey2160.Jersey2160ITCase [DEBUG] /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [DEBUG] /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [DEBUG] /home/jenkins/agent/workspace/single_ci_build/core-server/target/jersey-server-2.35-SNAPSHOT.jar [DEBUG] /home/jenkins/.m2/repository/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar [DEBUG] /home/jenki[DEBUG] boot(compact) classpath: surefire-booter-3.0.0-M3.jar surefire-api-3.0.0-M3.jar surefire-logger-api-3.0.0-M3.jar test-classes classes jersey-container-servlet-2.35-SNAPSHOT.jar jersey-container-servlet-core-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.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-media-multipart-2.35-SNAPSHOT.jar mimepull-1.9.13.jar jersey-test-framework-provider-external-2.35-SNAPSHOT.jar jersey-test-framework-core-2.35-SNAPSHOT.jar jakarta.xml.bind-api-2.3.3.jar jakarta.activation-api-1.2.2.jar jakarta.servlet-api-4.0.3.jar jersey-media-jaxb-2.35-SNAPSHOT.jar jersey-client-2.35-SNAPSHOT.jar junit-4.13.1.jar hamcrest-core-1.3.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 surefire-junit4-3.0.0-M3.jar common-java5-3.0.0-M3.jar common-junit3-3.0.0-M3.jar common-junit4-3.0.0-M3.jar [DEBUG] Forking command line: /bin/sh -c cd /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2846 && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2846/target/surefire/surefirebooter5974770635167292457.jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-2846/target/surefire 2021-06-29T17-17-39_788-jvmRun1 surefire1895232945383399793tmp surefire_3013604806503983977257tmp [INFO] Running org.glassfish.jersey.tests.integration.jersey2846.Jersey2846ITCase Jun 29, 2021 5:20:26 PM org.glassfish.jersey.test.external.ExternalTestContainerFactory$ExternalTestContainer INFO: Creating ExternalTestContainer configured at the base URI http://localhost:9998/ [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/server-sent-events-jersey/target/test-classes /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jersey/target/classes /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/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.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/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/agent/workspace/single_ci_build/core-client/target/jersey-client-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/media/sse/target/jersey-media-sse-2.35-SNAPSHOT.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-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/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/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-grizzly2-http-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.jar grizzly-http-server-2.4.4.jar grizzly-http-2.4.4.jar grizzly-framework-2.4.4.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 jersey-client-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-media-sse-2.35-SNAPSHOT.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-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 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 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/server-sent-events-jersey && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jersey/target/surefire/surefirebooter2136345042202624944.jar /home/jenkins/agent/workspace/single_ci_build/examples/server-sent-events-jersey/target/surefire 2021-06-29T17-11-24_161-jvmRun1 surefire7584811450930824289tmp surefire_443371828150949844460tmp [DEBUG] Fork Channel [1] connected to the client. [INFO] Running org.glassfish.jersey.examples.sse.jersey.ServerSentEventsTest [DEBUG] /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/generated-sources/annotations [DEBUG] Command line options: [DEBUG] -d /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes -classpath /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar:/home/jenkins/agent/workspace/single_ci_build/inject/hk2/target/jersey-hk2-2.35-SNAPSHOT.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/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/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/agent/workspace/single_ci_build/media/jaxb/target/jersey-media-jaxb-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/media/json-binding/target/jersey-media-json-binding-2.35-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar:/home/jenkins/.m2/repository/org/eclipse/yasson/1.0.6/yasson-1.0.6.jar:/home/jenkins/.m2/repository/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6-module.jar:/home/jenkins/.m2/repository/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.jar:/home/jenkins/.m2/repository/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar:/home/jenkins/agent/workspace/single_ci_build/core-client/target/jersey-client-2.35-SNAPSHOT.jar:/home/jenkins/agent/workspace/single_ci_build/core-server/target/jersey-server-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/jersey-servlet/target/jersey-container-servlet-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/inject/hk2/target/jersey-hk2-2.35-SNAPSHOT-sources.jar:/home/jenkins/agent/workspace/single_ci_build/core-common/target/jersey-common-2.35-SNAPSHOT-sources.jar:/home/jenkins/agent/workspace/single_ci_build/media/jaxb/target/jersey-media-jaxb-2.35-SNAPSHOT-sources.jar:/home/jenkins/agent/workspace/single_ci_build/core-client/target/jersey-client-2.35-SNAPSHOT-sources.jar:/home/jenkins/agent/workspace/single_ci_build/core-server/target/jersey-server-2.35-SNAPSHOT-sources.jar:/home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.35-SNAPSHOT-sources.jar:/home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/target/jersey-container-servlet-2.35-SNAPSHOT-sources.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/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar:/home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar:/home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.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/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.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/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.jar:/home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/2.2.3/jakarta.persistence-api-2.2.3.jar: -sourcepath /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/unpacked-src/main/java:/home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/generated-sources/annotations:/home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/generated-sources/annotations: -s /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/generated-sources/annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8 -XDignore.symbol.file [DEBUG] incrementalBuildHelper#beforeRebuildExecution [INFO] Compiling 995 source files to /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes [DEBUG] (f) quiet = false [DEBUG] (f) session = org.apache.maven.execution.MavenSession@7534785a [DEBUG] (f) systemProperty = false [DEBUG] -- end configuration -- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/single_ci_build [DEBUG] call filter org.eclipse.jetty.servlets.GzipFilter-6e70248d [DEBUG] call servlet com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet-1bd9cc2b@2e9c9004==com.github.tomakehurst.wiremock.servlet.WireMockHandlerDispatchingServlet,-1,true [DEBUG] HttpInputOverHTTP@33545ca1 eof EOF [DEBUG] HttpInputOverHTTP@33545ca1 eof EOF [DEBUG] HttpInputOverHTTP@33545ca1 eof EOF [DEBUG] END --> CLOSED [DEBUG] HttpChannelOverHttp@574fb3ca{r=1,c=false,a=IDLE,uri=} handle exit, result COMPLETE [DEBUG] atEOF HttpParser{s=CLOSED,0 of 0} [DEBUG] parseNext s=CLOSED HeapByteBuffer@209fc4a4[p=0,l=0,c=0,r=0]={<<<>>>} [DEBUG] FILLING-->IDLE HttpConnection@fb8033e[IDLE,NetworkTrafficSelectChannelEndPoint@34cc850d{/127.0.0.1:58526<->8765,CLOSED,ISHUT,OSHUT,-,-,20/30000,HttpConnection}{io=0,kio=-1,kro=-1}][p=HttpParser{s=CLOSED,0 of 0},g=HttpGenerator{s=START},c=HttpChannelOverHttp@574fb3ca{r=1,c=false,a=IDLE,uri=}] [DEBUG] onClose NetworkTrafficSelectChannelEndPoint@57ca3638{/127.0.0.1:58518<->8765,CLOSED,in,OSHUT,-,-,0/30000,HttpConnection}{io=1,kio=1,kro=1} [DEBUG] close NetworkTrafficSelectChannelEndPoint@57ca3638{/127.0.0.1:58518<->8765,CLOSED,in,OSHUT,-,-,0/30000,HttpConnection}{io=1,kio=1,kro=1} [DEBUG] Destroyed NetworkTrafficSelectChannelEndPoint@57ca3638{/127.0.0.1:58518<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1} [DEBUG] onClose HttpConnection@21d6332f[IDLE,NetworkTrafficSelectChannelEndPoint@57ca3638{/127.0.0.1:58518<->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@53f5b819{r=5,c=false,a=IDLE,uri=}] [DEBUG] onClose NetworkTrafficSelectChannelEndPoint@57ca3638{/127.0.0.1:58518<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1} [DEBUG] onClose NetworkTrafficSelectChannelEndPoint@390f6e64{/127.0.0.1:58528<->8765,CLOSED,ISHUT,OSHUT,-,-,1/30000,HttpConnection}{io=1,kio=-1,kro=-1} [DEBUG] Selector loop woken up from select, 0/0 selected [DEBUG] Selector loop waiting on select [DEBUG] Selector loop woken up from select, 0/0 selected [DEBUG] Selector loop waiting on select [DEBUG] Selector loop woken up from select, 0/0 selected [DEBUG] Selector loop waiting on select [DEBUG] Selector loop woken up from select, 0/0 selected [DEBUG] Selector loop waiting on select [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [DEBUG] Selector loop waiting on select [DEBUG] Selector loop woken up from select, 0/0 selected [DEBUG] Selector loop waiting on select [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [DEBUG] Selector loop waiting on select [DEBUG] Selector loop woken up from select, 0/0 selected [DEBUG] Selector loop waiting on select [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [ReactiveStreamsPublisherTckTest] [ERROR] Server did not close long after test completed [DEBUG] Selector loop woken up from select, 0/0 selected [DEBUG] Selector loop waiting on select [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] Selector loop waiting on select [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@cfd39bf [DEBUG] Selector loop woken up from select, 0/7 selected [DEBUG] Running change org.eclipse.jetty.io.SelectChannelEndPoint$1@cfd39bf [DEBUG] Key interests updated 0 -> 1 on NetworkTrafficSelectChannelEndPoint@35ee8d60{/127.0.0.1:58638<->8765,Open,in,out,R,-,1/30000,HttpConnection}{io=1,kio=1,kro=1} [DEBUG] Selector loop waiting on select [DEBUG] Credentials: Digest username="homer",realm="my-realm",nonce="JgPdzapEZpkeKK4UQgA1s6Nn4zt4akDS",algorithm=MD5,qop=auth,uri="/rest/resource/sub",cnonce="1369dff8",nc=00000001,response="40b1eae4e19879ac17c56c03cec7350e" [DEBUG] RESPONSE /rest/resource/sub 403 handled=true [DEBUG] Enabled read interest SCEP@12b9eb3e{l(/127.0.0.1:47842)<->r(/127.0.0.1:9998),d=true,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=1r}-{AsyncHttpConnection@1d84f323,g=HttpGenerator{s=4,h=0,b=0,c=-1},p=HttpParser{s=0,l=10,c=0},r=2} [DEBUG] filled 0/0 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.35 s - in org.glassfish.jersey.tests.integration.securitydigest.SecurityDigestAuthenticationITCase [DEBUG] (f) forceCreation = false [DEBUG] (f) includePom = false [DEBUG] (f) outputDirectory = /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-2.5-init-7/target [DEBUG] (f) project = 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 [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.media:jersey-media-sse:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/sse/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-helidon-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/helidon-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.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, Ma[DEBUG] closed AsyncHttpConnection@1032d06f,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=1 [DEBUG] destroyEndPoint SCEP@66937254{l(null)<->r(0.0.0.0/0.0.0.0:9998),d=false,open=false,ishut=true,oshut=true,rb=false,wb=false,w=true,i=0!}-{AsyncHttpConnection@2cbf7758,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=1} [DEBUG] closed AsyncHttpConnection@2cbf7758,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=1 [DEBUG] destroyEndPoint SCEP@56b400e9{l(null)<->r(0.0.0.0/0.0.0.0:9998),d=false,open=false,ishut=true,oshut=true,rb=false,wb=false,w=true,i=1!}-{AsyncHttpConnection@745737a7,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=2} [DEBUG] closed AsyncHttpConnection@745737a7,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=0,l=0,c=-3},r=2 [DEBUG] Determined Maven Process ID 256 [DEBUG] boot classpath: /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-6/target/test-classes /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-6/target/classes /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/target/jersey-container-servlet-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/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.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/.m2/repository/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.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/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/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.3/jakarta.servlet-api-4.0.3.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/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/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/.m2/repository/org/apache/maven/surefire/surefire-junit4/3.0.0-M3/surefire-junit4-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit3/3.0.0-M3/common-junit3-3.0.0-M3.jar /home/jenkins/.m2/repository/org/apache/maven/surefire/common-junit4/3.0.0-M3/common-junit4-3.0.0-M3.jar [DEBUG] boot(compact) classpath: surefire-booter-3.0.0-M3.jar surefire-api-3.0.0-M3.jar surefire-logger-api-3.0.0-M3.jar test-classes classes jersey-container-servlet-2.35-SNAPSHOT.jar jersey-container-servlet-core-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.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 javax.servlet-api-3.0.1.jar jersey-test-framework-provider-external-2.35-SNAPSHOT.jar jersey-test-framework-core-2.35-SNAPSHOT.jar jakarta.xml.bind-api-2.3.3.jar jakarta.activation-api-1.2.2.jar jakarta.servlet-api-4.0.3.jar jersey-media-jaxb-2.35-SNAPSHOT.jar jersey-client-2.35-SNAPSHOT.jar junit-4.13.1.jar hamcrest-core-1.3.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 surefire-junit4-3.0.0-M3.jar common-java5-3.0.0-M3.jar common-junit3-3.0.0-M3.jar common-junit4-3.0.0-M3.jar [DEBUG] Forking command line: /bin/sh -c cd /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-6 && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-6/target/surefire/surefirebooter17747693851934780177.jar /home/jenkins/agent/workspace/single_ci_build/tests/integration/servlet-3-init-6/target/surefire 2021-06-29T17-17-39_788-jvmRun1 surefire304169395621491402tmp surefire_6315922622012816557132tmp [INFO] Running org.glassfish.jersey.tests.integration.servlet_3_init_6.EmptyApplicationITCase [DEBUG] startElement(http://java.sun.com/JSP/TagLibraryDescriptor,rtexprvalue,rtexprvalue) [DEBUG] New match='taglib/tag/attribute/rtexprvalue' [DEBUG] Fire begin() for org.apache.tomcat.util.descriptor.tld.TldRuleSet$GenericBooleanRule@61fb1b6 [DEBUG] characters(true) [DEBUG] endElement(http://[DEBUG] context=||/ON_DEMAND/root @ o.m.j.p.JettyWebAppContext{/,file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/tracing-support/src/main/webapp},file:/home/jenkins/agent/workspace/single_ci_build/tests/integration/tracing-support/src/main/webapp [DEBUG] sessionManager=org.eclipse.jetty.server.session.HashSessionManager@6b65672e [DEBUG] session=null [DEBUG] servlet |/ON_DEMAND|/root -> org.glassfish.jersey.tests.integration.tracing.OnDemandTracingSupport [DEBUG] chain=null [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.3.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.3.1/sisu-parent-1.4.3.1.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/ [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/_remote.repositories [org.ops4j.exec.DefaultJavaRunner] DEBUG : Shutdown in progress... [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 [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/tests/osgi/functional/target/test-classes /home/jenkins/agent/workspace/single_ci_build/tests/osgi/functional/target/classes /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.1/pax-exam-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-junit4/4.13.1/pax-exam-junit4-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-spi/4.13.1/pax-exam-spi-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar /home/jenkins/.m2/repository/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.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/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-container-forked/4.13.1/pax-exam-container-forked-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-junit-extender-impl/1.2.4/pax-exam-junit-extender-impl-1.2.4.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.3.1/pax-swissbox-core-1.3.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.3.1/pax-swissbox-extender-1.3.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.3.1/pax-swissbox-optional-jcl-1.3.1.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.1/pax-exam-link-mvn-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-link/2.4.5/pax-url-link-2.4.5.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-commons/2.4.5/pax-url-commons-2.4.5.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.2/pax-swissbox-property-1.8.2.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-classpath/2.4.5/pax-url-classpath-2.4.5.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.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/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.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/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/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/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-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/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/core-client/target/jersey-client-2.35-SNAPSHOT.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/ops4j/pax/logging/pax-logging-api/1.11.5/pax-logging-api-1.11.5.jar /home/jenkins/.m2/repository/org/osgi/osgi.core/6.0.0/osgi.core-6.0.0.jar /home/jenkins/.m2/repository/org/osgi/osgi.cmpn/6.0.0/osgi.cmpn-6.0.0.jar /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-osgi/4.4.6/httpcore-osgi-4.4.6.jar /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.13/httpclient-osgi-4.5.13.jar /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar /home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar /home/jenkins/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.13/fluent-hc-4.5.13.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/media/json-jackson1/target/jersey-media-json-jackson1-2.35-SNAPSHOT.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/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/agent/workspace/single_ci_build/ext/bean-validation/target/jersey-bean-validation-2.35-SNAPSHOT.jar /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-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/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/media/sse/target/jersey-media-sse-2.35-SNAPSHOT.jar /home/jenkins/agent/workspace/single_ci_build/ext/proxy-client/target/jersey-proxy-client-2.35-SNAPSHOT.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/bundles/jaxrs-ri/target/jaxrs-ri.jar /home/jenkins/agent/workspace/single_ci_build/media/json-binding/target/jersey-media-json-binding-2.35-SNAPSHOT.jar /home/jenkins/.m2/repository/org/eclipse/yasson/1.0.6/yasson-1.0.6.jar /home/jenkins/.m2/repository/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6-module.jar /home/jenkins/.m2/repository/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.jar /home/jenkins/.m2/repository/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar /home/jenkins/.m2/repository/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar /home/jenkins/.m2/repository/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.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/org/glassfish/jakarta.el/3.0.3/jakarta.el-3.0.3.jar /home/jenkins/.m2/repository/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar /home/jenkins/.m2/repository/org/glassfish/jsonp-jaxrs/1.1.6/jsonp-jaxrs-1.1.6.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/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.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/core/jackson-databind/2.12.2/jackson-databind-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/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.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/jaxrs/jackson-jaxrs-base/2.12.2/jackson-jaxrs-base-2.12.2.jar /home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.12.2/jackson-jaxrs-json-provider-2.12.2.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/.m2/repository/com/sun/xml/bind/jaxb-osgi/2.3.3/jaxb-osgi-2.3.3.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/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar /home/jenkins/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar /home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.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/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/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 jakarta.annotation-api-1.3.5.jar pax-exam-4.13.1.jar ops4j-base-lang-1.5.0.jar ops4j-base-store-1.5.0.jar ops4j-base-util-property-1.5.0.jar pax-exam-junit4-4.13.1.jar pax-exam-spi-4.13.1.jar tinybundles-2.1.1.jar bndlib-2.4.0.jar junit-4.13.1.jar hamcrest-core-1.3.jar commons-logging-1.2.jar pax-exam-container-forked-4.13.1.jar ops4j-base-exec-1.5.0.jar ops4j-base-net-1.5.0.jar ops4j-base-monitors-1.5.0.jar ops4j-base-io-1.5.0.jar ops4j-base-spi-1.5.0.jar pax-swissbox-framework-1.8.3.jar pax-swissbox-tracker-1.8.2.jar pax-swissbox-lifecycle-1.8.2.jar slf4j-api-1.7.25.jar pax-exam-junit-extender-impl-1.2.4.jar pax-swissbox-core-1.3.1.jar pax-swissbox-extender-1.3.1.jar pax-swissbox-optional-jcl-1.3.1.jar org.apache.felix.framework-7.0.0.jar animal-sniffer-annotations-1.9.jar pax-exam-link-mvn-4.13.1.jar pax-url-link-2.4.5.jar pax-url-commons-2.4.5.jar pax-swissbox-property-1.8.2.jar pax-url-classpath-2.4.5.jar pax-url-aether-2.6.2.jar pax-url-aether-support-2.6.2.jar maven-resolver-impl-1.3.1.jar maven-resolver-api-1.3.1.jar maven-resolver-spi-1.3.1.jar maven-resolver-util-1.3.1.jar jcl-over-slf4j-1.6.6.jar jersey-container-grizzly2-http-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.jar grizzly-http-server-2.4.4.jar grizzly-http-2.4.4.jar grizzly-framework-2.4.4.jar jersey-common-2.35-SNAPSHOT.jar osgi-resource-locator-1.0.3.jar jersey-server-2.35-SNAPSHOT.jar jakarta.ws.rs-api-2.1.6.jar jersey-container-grizzly2-servlet-2.35-SNAPSHOT.jar jakarta.servlet-api-4.0.3.jar jersey-container-servlet-2.35-SNAPSHOT.jar grizzly-http-servlet-2.4.4.jar jersey-client-2.35-SNAPSHOT.jar jersey-apache-connector-2.35-SNAPSHOT.jar httpclient-4.5.13.jar pax-logging-api-1.11.5.jar osgi.core-6.0.0.jar osgi.cmpn-6.0.0.jar httpcore-osgi-4.4.6.jar httpcore-4.4.6.jar httpcore-nio-4.4.6.jar httpclient-osgi-4.5.13.jar commons-codec-1.11.jar httpmime-4.5.13.jar httpclient-cache-4.5.13.jar fluent-hc-4.5.13.jar jersey-media-json-jackson-2.35-SNAPSHOT.jar jersey-media-json-jackson1-2.35-SNAPSHOT.jar jersey-media-json-jettison-2.35-SNAPSHOT.jar jersey-media-jaxb-2.35-SNAPSHOT.jar jettison-1.3.7.jar jersey-media-moxy-2.35-SNAPSHOT.jar jakarta.json-api-1.1.6.jar org.eclipse.persistence.moxy-2.7.6.jar org.eclipse.persistence.core-2.7.6.jar org.eclipse.persistence.asm-2.7.6.jar jersey-media-json-processing-2.35-SNAPSHOT.jar jersey-bean-validation-2.35-SNAPSHOT.jar jakarta.el-api-3.0.3.jar jersey-entity-filtering-2.35-SNAPSHOT.jar jersey-media-multipart-2.35-SNAPSHOT.jar mimepull-1.9.13.jar jersey-media-sse-2.35-SNAPSHOT.jar jersey-proxy-client-2.35-SNAPSHOT.jar jersey-test-framework-core-2.35-SNAPSHOT.jar jersey-container-servlet-core-2.35-SNAPSHOT.jar jaxrs-ri.jar jersey-media-json-binding-2.35-SNAPSHOT.jar yasson-1.0.6.jar jakarta.json-1.1.6-module.jar jakarta.json.bind-api-1.0.2.jar jetty-6.1.26.jar servlet-api-2.5-20081211.jar jetty-util-6.1.26.jar servlet-api-2.5-6.1.14.jar jakarta.validation-api-2.0.2.jar hibernate-validator-6.2.0.Final.jar jboss-logging-3.3.0.Final.jar classmate-1.3.3.jar jakarta.el-3.0.3.jar jakarta.json-1.1.6.jar jsonp-jaxrs-1.1.6.jar aopalliance-repackaged-2.6.1.jar javassist-3.25.0-GA.jar jackson-core-2.12.2.jar jackson-databind-2.12.2.jar jackson-module-jaxb-annotations-2.12.2.jar jakarta.activation-api-1.2.1.jar jackson-annotations-2.12.2.jar jackson-jaxrs-base-2.12.2.jar jackson-jaxrs-json-provider-2.12.2.jar jackson-core-asl-1.9.13.jar jackson-mapper-asl-1.9.13.jar jackson-jaxrs-1.9.13.jar jackson-xc-1.9.13.jar jaxb-osgi-2.3.3.jar jakarta.xml.bind-api-2.3.3.jar slf4j-log4j12-1.6.4.jar log4j-1.2.16.jar jakarta.activation-1.2.2.jar jersey-hk2-2.35-SNAPSHOT.jar hk2-locator-2.6.1.jar hk2-api-2.6.1.jar hk2-utils-2.6.1.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/osgi/functional && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/tests/osgi/functional/target/surefire/surefirebooter8087939793865000390.jar /home/jenkins/agent/workspace/single_ci_build/tests/osgi/functional/target/surefire 2021-06-29T17-11-24_161-jvmRun1 surefire15511313234574142654tmp surefire_654326898217272991876tmp [DEBUG] Fork Channel [1] connected to the client. [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.471 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: 3.37 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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.457 s - in org.glassfish.jersey.osgi.test.basic.JsonJettisonTest [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-90c9b0ea-a941-4402-b66f-abc115820978 parent=[TestAddress:PaxExam-9ca4c950-76b8-43d0-a69a-3c4c7dc910b1 root:PaxExam-9ca4c950-76b8-43d0-a69a-3c4c7dc910b1] root=[TestAddress:PaxExam-9ca4c950-76b8-43d0-a69a-3c4c7dc910b1 root:PaxExam-9ca4c950-76b8-43d0-a69a-3c4c7dc910b1] args=[Ljava.lang.Object;@2accdbb5 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-c260da4e-9c3a-4dc9-b37d-acdcca454884 parent=[TestAddress:PaxExam-294da42c-120a-4bdd-8f09-d8312dad43e5 root:PaxExam-294da42c-120a-4bdd-8f09-d8312dad43e5] root=[TestAddress:PaxExam-294da42c-120a-4bdd-8f09-d8312dad43e5 root:PaxExam-294da42c-120a-4bdd-8f09-d8312dad43e5] args=[Ljava.lang.Object;@b62d79 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-424f1757-9156-4809-90ec-e237b7977b56 parent=[TestAddress:PaxExam-4365c511-83c8-4a82-80da-59163c81c8a6 root:PaxExam-4365c511-83c8-4a82-80da-59163c81c8a6] root=[TestAddress:PaxExam-4365c511-83c8-4a82-80da-59163c81c8a6 root:PaxExam-4365c511-83c8-4a82-80da-59163c81c8a6] args=[Ljava.lang.Object;@6631f5ca [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-bb256885-36f2-4b3a-9797-5587ac45ce89 parent=[TestAddress:PaxExam-55f74b72-a86d-427e-923c-31480ca07158 root:PaxExam-55f74b72-a86d-427e-923c-31480ca07158] root=[TestAddress:PaxExam-55f74b72-a86d-427e-923c-31480ca07158 root:PaxExam-55f74b72-a86d-427e-923c-31480ca07158] args=[Ljava.lang.Object;@5ace1ed4 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.695 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: 3.218 s - in org.glassfish.jersey.osgi.test.basic.BasicOsgiIntegrationTest [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: 3.289 s - in org.glassfish.jersey.osgi.test.basic.JsonJackson1Test [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-7d2092fa-1581-443c-bc20-b1b4d15bd9a4 parent=null root=[TestAddress:PaxExam-7d2092fa-1581-443c-bc20-b1b4d15bd9a4 root:PaxExam-7d2092fa-1581-443c-bc20-b1b4d15bd9a4] args=[Ljava.lang.Object;@29647f75 [org.ops4j.pax.exam.spi.DefaultExamReactor] DEBUG : Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@6a6afff2 [org.ops4j.store.intern.TemporaryStore] DEBUG : Storage Area is /tmp/1624988245984-0 [org.ops4j.pax.exam.spi.intern.DefaultTestAddress] DEBUG : NEW ADDRESS= PaxExam-ce8435ed-b463-49b8-8faa-90a45e65eab7 parent=[TestAddress:PaxExam-7d2092fa-1581-443c-bc20-b1b4d15bd9a4 root:PaxExam-7d2092fa-1581-443c-bc20-b1b4d15bd9a4] root=[TestAddress:PaxExam-7d2092fa-1581-443c-bc20-b1b4d15bd9a4 root:PaxExam-7d2092fa-1581-443c-bc20-b1b4d15bd9a4] args=[Ljava.lang.Object;@2f8dad04 [org.ops4j.pax.exam.junit.impl.ProbeRunner] INFO : running test class org.glassfish.jersey.osgi.test.basic.JsonJacksonTest [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: WEB-INF/lib/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: WEB-INF/lib/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.jar to assembly location: WEB-INF/lib/javassist-3.25.0-GA.jar. [DEBUG] Adding file: /home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar to archive location: WEB-INF/lib/javassist-3.25.0-GA.jar [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/performance/test-cases/proxy-injection/target/test-classes /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/proxy-injection/target/classes /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/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/core-server/target/jersey-server-2.35-SNAPSHOT.jar /home/jenkins/agent/workspace/single_ci_build/core-client/target/jersey-client-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/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/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.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/.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/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/.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 jakarta.ws.rs-api-2.1.6.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-server-2.35-SNAPSHOT.jar jersey-client-2.35-SNAPSHOT.jar jakarta.validation-api-2.0.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 jakarta.inject-2.6.1.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 junit-4.13.1.jar hamcrest-core-1.3.jar jersey-hk2-2.35-SNAPSHOT.jar jersey-common-2.35-SNAPSHOT.jar jakarta.annotation-api-1.3.5.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/performance/test-cases/proxy-injection && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/proxy-injection/target/surefire/surefirebooter6694012434974089341.jar /home/jenkins/agent/workspace/single_ci_build/tests/performance/test-cases/proxy-injection/target/surefire 2021-06-29T17-11-24_161-jvmRun1 surefire17004022304450571493tmp surefire_958119178491998567971tmp [DEBUG] Fork Channel [1] connected to the client. [INFO] Running org.glassfish.jersey.tests.performance.proxy.injection.InjectedResourcesTest [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/apache/commons/commons-lang3/3.2.1/_remote.repositories [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.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/ [DEBUG] Project test classpath: [/home/jenkins/agent/workspace/single_ci_build/examples/groovy/target/test-classes, /home/jenkins/agent/workspace/single_ci_build/examples/groovy/target/classes, /home/jenkins/.m2/repository/org/apache/groovy/groovy/4.0.0-alpha-3/groovy-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-ant/4.0.0-alpha-3/groovy-ant-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/ant/ant/1.10.9/ant-1.10.9.jar, /home/jenkins/.m2/repository/org/apache/ant/ant-junit/1.10.9/ant-junit-1.10.9.jar, /home/jenkins/.m2/repository/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar, /home/jenkins/.m2/repository/org/apache/ant/ant-antlr/1.10.9/ant-antlr-1.10.9.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-cli-picocli/4.0.0-alpha-3/groovy-cli-picocli-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/info/picocli/picocli/4.6.1/picocli-4.6.1.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-console/4.0.0-alpha-3/groovy-console-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/com/github/javaparser/javaparser-core/3.20.2/javaparser-core-3.20.2.jar, /home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar, /home/jenkins/.m2/repository/org/ow2/asm/asm/9.1/asm-9.1.jar, /home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar, /home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar, /home/jenkins/.m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar, /home/jenkins/.m2/repository/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-datetime/4.0.0-alpha-3/groovy-datetime-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-docgenerator/4.0.0-alpha-3/groovy-docgenerator-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-groovydoc/4.0.0-alpha-3/groovy-groovydoc-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-groovysh/4.0.0-alpha-3/groovy-groovysh-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/jline/jline/2.14.6/jline-2.14.6.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-jmx/4.0.0-alpha-3/groovy-jmx-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-json/4.0.0-alpha-3/groovy-json-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-jsr223/4.0.0-alpha-3/groovy-jsr223-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-macro/4.0.0-alpha-3/groovy-macro-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-nio/4.0.0-alpha-3/groovy-nio-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-servlet/4.0.0-alpha-3/groovy-servlet-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-sql/4.0.0-alpha-3/groovy-sql-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-swing/4.0.0-alpha-3/groovy-swing-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-templates/4.0.0-alpha-3/groovy-templates-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-test/4.0.0-alpha-3/groovy-test-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-test-junit5/4.0.0-alpha-3/groovy-test-junit5-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.jar, /home/jenkins/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-launcher/1.7.0/junit-platform-launcher-1.7.0.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar, /home/jenkins/.m2/repository/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar, /home/jenkins/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.6.0/junit-jupiter-engine-5.6.0.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-xml/4.0.0-alpha-3/groovy-xml-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/org/apache/groovy/groovy-yaml/4.0.0-alpha-3/groovy-yaml-4.0.0-alpha-3.jar, /home/jenkins/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.12.2/jackson-dataformat-yaml-2.12.2.jar, /home/jenkins/.m2/repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27.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/core/jackson-databind/2.12.2/jackson-databind-2.12.2.jar, /home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.2/jackson-annotations-2.12.2.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-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-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/agent/workspace/single_ci_build/containers/grizzly2-http/target/jersey-container-grizzly2-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/.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/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] [INFO] Using isolated classloader, without GMavenPlus classpath. [DEBUG] Plugin classpath: /home/jenkins/.m2/repository/org/codehaus/gmavenplus/gmavenplus-plugin/1.12.1/gmavenplus-plugin-1.12.1.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar, /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar, /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar, /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar, /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar, /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar, /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar, /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar, /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar, /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar, /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.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/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/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar, /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar, /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar, /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar, /home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar, /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.3.0/maven-archiver-3.3.0.jar, /home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar, /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar, /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar, /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar, /home/jenkins/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar, /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar, /home/jenkins/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar, /home/jenkins/.m2/repository/org/fusesource/jansi/jansi/2.1.0/jansi-2.1.0.jar, /home/jenkins/.m2/repository/jline/jline/2.14.6/jline-2.14.6.jar, /home/jenkins/.m2/repository/org/apache/ant/ant/1.10.8/ant-1.10.8.jar, /home/jenkins/.m2/repository/org/apache/ant/ant-launcher/1.10.8/ant-launcher-1.10.8.jar, /home/jenkins/.m2/repository/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. Jun 29, 2021 5:39:55 PM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jun 29, 2021 5:39:55 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5790e87c-a1b7-4fa8-9d1e-ef8e352f5079 initialized [DEBUG] JarResourceLoader : trying to load "jar:file:/home/jenkins/.m2/repository/com/puppycrawl/tools/checkstyle/8.28/checkstyle-8.28.jar" [DEBUG] The resource 'LICENSE.txt' was not found with resourceLoader org.codehaus.plexus.resource.loader.JarResourceLoader. [DEBUG] Unable to process header location: LICENSE.txt [DEBUG] Checkstyle will throw exception if ${checkstyle.header.file} is used [DEBUG] The resource 'etc/config/checkstyle-suppressions.xml' was found as /home/jenkins/agent/workspace/single_ci_build/etc/config/checkstyle-suppressions.xml. [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/osgi-helloworld-webapp/functional-test/target/test-classes /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/functional-test/target/classes /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/additional-bundle/target/additional-bundle.jar /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/alternate-version-bundle/target/alternate-version-bundle.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/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/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/agent/workspace/single_ci_build/containers/jersey-servlet-core/target/jersey-container-servlet-core-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/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/core-client/target/jersey-client-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/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-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/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar /home/jenkins/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-junit4/4.13.1/pax-exam-junit4-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-spi/4.13.1/pax-exam-spi-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar /home/jenkins/.m2/repository/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-container-forked/4.13.1/pax-exam-container-forked-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam/4.13.1/pax-exam-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-exec/1.5.0/ops4j-base-exec-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.2/pax-swissbox-tracker-1.8.2.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.2/pax-swissbox-lifecycle-1.8.2.jar /home/jenkins/.m2/repository/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.1/pax-exam-link-mvn-4.13.1.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-aether/2.4.5/pax-url-aether-2.4.5.jar /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-link/2.4.5/pax-url-link-2.4.5.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-commons/2.4.5/pax-url-commons-2.4.5.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.2/pax-swissbox-property-1.8.2.jar /home/jenkins/.m2/repository/org/ops4j/pax/url/pax-url-classpath/2.4.5/pax-url-classpath-2.4.5.jar /home/jenkins/.m2/repository/org/ops4j/pax/web/pax-web-jetty-bundle/0.7.4/pax-web-jetty-bundle-0.7.4.jar /home/jenkins/.m2/repository/org/ops4j/pax/web/pax-web-extender-war/0.7.4/pax-web-extender-war-0.7.4.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-util-xml/1.2.2/ops4j-base-util-xml-1.2.2.jar /home/jenkins/.m2/repository/org/ops4j/base/ops4j-base-util-collections/1.2.2/ops4j-base-util-collections-1.2.2.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-core/1.3.0/pax-swissbox-core-1.3.0.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-extender/1.3.0/pax-swissbox-extender-1.3.0.jar /home/jenkins/.m2/repository/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.3.0/pax-swissbox-optional-jcl-1.3.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/.m2/repository/org/apache/felix/org.apache.felix.eventadmin/1.5.0/org.apache.felix.eventadmin-1.5.0.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.framework.security/2.6.1/org.apache.felix.framework.security-2.6.1.jar /home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-osgi/2.3.3/jaxb-osgi-2.3.3.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/.m2/repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.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 additional-bundle.jar alternate-version-bundle.jar jersey-hk2-2.35-SNAPSHOT.jar jersey-common-2.35-SNAPSHOT.jar osgi-resource-locator-1.0.3.jar hk2-locator-2.6.1.jar hk2-api-2.6.1.jar hk2-utils-2.6.1.jar jersey-container-servlet-core-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.jar jersey-server-2.35-SNAPSHOT.jar jakarta.validation-api-2.0.2.jar jakarta.ws.rs-api-2.1.6.jar jersey-client-2.35-SNAPSHOT.jar jakarta.annotation-api-1.3.5.jar aopalliance-repackaged-2.6.1.jar javassist-3.25.0-GA.jar slf4j-log4j12-1.6.4.jar slf4j-api-1.6.4.jar log4j-1.2.16.jar pax-exam-junit4-4.13.1.jar pax-exam-spi-4.13.1.jar tinybundles-2.1.1.jar bndlib-2.4.0.jar ops4j-base-lang-1.5.0.jar pax-exam-container-forked-4.13.1.jar pax-exam-4.13.1.jar ops4j-base-store-1.5.0.jar ops4j-base-util-property-1.5.0.jar ops4j-base-exec-1.5.0.jar ops4j-base-net-1.5.0.jar ops4j-base-monitors-1.5.0.jar ops4j-base-io-1.5.0.jar ops4j-base-spi-1.5.0.jar pax-swissbox-framework-1.8.3.jar pax-swissbox-tracker-1.8.2.jar pax-swissbox-lifecycle-1.8.2.jar pax-exam-link-mvn-4.13.1.jar pax-url-aether-2.4.5.jar jcl-over-slf4j-1.6.6.jar pax-url-link-2.4.5.jar pax-url-commons-2.4.5.jar pax-swissbox-property-1.8.2.jar pax-url-classpath-2.4.5.jar pax-web-jetty-bundle-0.7.4.jar pax-web-extender-war-0.7.4.jar ops4j-base-util-xml-1.2.2.jar ops4j-base-util-collections-1.2.2.jar pax-swissbox-core-1.3.0.jar pax-swissbox-extender-1.3.0.jar pax-swissbox-optional-jcl-1.3.0.jar junit-4.13.1.jar hamcrest-core-1.3.jar org.apache.felix.eventadmin-1.5.0.jar org.apache.felix.framework-7.0.0.jar animal-sniffer-annotations-1.9.jar org.apache.felix.framework.security-2.6.1.jar jaxb-osgi-2.3.3.jar jakarta.xml.bind-api-2.3.3.jar jakarta.activation-api-1.2.2.jar jakarta.activation-1.2.2.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/osgi-helloworld-webapp/functional-test && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -Xmx1024m -Dfile.encoding=UTF8 -Dfelix.policy=/home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/functional-test/target/test-classes/felix.policy -Druntime.policy=/home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/functional-test/target/test-classes/runtime.policy -jar /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/functional-test/target/surefire/surefirebooter8484266187850985750.jar /home/jenkins/agent/workspace/single_ci_build/examples/osgi-helloworld-webapp/functional-test/target/surefire 2021-06-29T17-11-24_161-jvmRun1 surefire15649774292104044942tmp surefire_13214096361253010170985tmp [DEBUG] Fork Channel [1] connected to the client. [INFO] Running org.glassfish.jersey.examples.helloworld.test.WebAppFelixTest "processingTime" : 859 } Processing Time: 859 Jun 29, 2021 5:41:25 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [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/sse-item-store-jersey-webapp/target/test-classes /home/jenkins/agent/workspace/single_ci_build/examples/sse-item-store-jersey-webapp/target/classes /home/jenkins/agent/workspace/single_ci_build/containers/jersey-servlet/target/jersey-container-servlet-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/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/media/sse/target/jersey-media-sse-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/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/containers/jersey-servlet-core/target/jersey-container-servlet-core-2.35-SNAPSHOT.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/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/.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/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/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-servlet-2.35-SNAPSHOT.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-media-sse-2.35-SNAPSHOT.jar jakarta.inject-2.6.1.jar jersey-apache-connector-2.35-SNAPSHOT.jar httpclient-4.5.13.jar httpcore-4.4.13.jar commons-logging-1.2.jar commons-codec-1.11.jar jersey-client-2.35-SNAPSHOT.jar jersey-container-servlet-core-2.35-SNAPSHOT.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-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 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 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 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/sse-item-store-jersey-webapp && /opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/examples/sse-item-store-jersey-webapp/target/surefire/surefirebooter9332413635834181439.jar /home/jenkins/agent/workspace/single_ci_build/examples/sse-item-store-jersey-webapp/target/surefire 2021-06-29T17-11-24_161-jvmRun1 surefire12183230183937346449tmp surefire_1418745846519369495039tmp [DEBUG] Fork Channel [1] connected to the client. [INFO] Running org.glassfish.jersey.examples.sseitemstore.jersey.JerseyItemStoreResourceTest Tailing the last 500 lines of output: [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 256 [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/openjdk/jdk-11/11.0.2+9/bin/java -Xmx1024m -Dfile.encoding=UTF8 -jar /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/surefire/surefirebooter16406154626753322817.jar /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/surefire 2021-06-29T17-11-24_161-jvmRun1 surefire6759885466873510218tmp surefire_1453954073291688461869tmp [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.041 s - in org.glassfish.jersey.test.maven.rule.FilePatternDoesNotExistRuleTest [INFO] Running org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.glassfish.jersey.test.maven.rule.PatternNotMatchedInFileRuleTest [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-802141112, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@799f7e29] [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@7534785a [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: jdk.internal.loader.ClassLoaders$AppClassLoader@799f7e29] [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.media:jersey-media-sse:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/sse/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-helidon-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/helidon-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.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@7534785a [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: jdk.internal.loader.ClassLoaders$AppClassLoader@799f7e29] [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.media:jersey-media-sse:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/media/sse/pom.xml, MavenProject: org.glassfish.jersey.connectors:jersey-helidon-connector:2.35-SNAPSHOT @ /home/jenkins/agent/workspace/single_ci_build/connectors/helidon-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.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 [ 4.343 s] [INFO] jersey-archetypes .................................. SUCCESS [ 0.791 s] [INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 7.595 s] [INFO] jersey-archetype-grizzly2 .......................... SUCCESS [ 0.419 s] [INFO] jersey-archetype-webapp ............................ SUCCESS [ 0.460 s] [INFO] jersey-example-java8-webapp ........................ SUCCESS [ 0.601 s] [INFO] jersey-bom ......................................... SUCCESS [ 0.114 s] [INFO] jersey-core-common ................................. SUCCESS [ 54.120 s] [INFO] jersey-inject ...................................... SUCCESS [ 0.464 s] [INFO] jersey-inject-hk2 .................................. SUCCESS [ 6.715 s] [INFO] jersey-core-client ................................. SUCCESS [ 15.743 s] [INFO] jersey-media ....................................... SUCCESS [ 0.312 s] [INFO] jersey-media-jaxb .................................. SUCCESS [ 3.615 s] [INFO] jersey-core-server ................................. SUCCESS [ 33.528 s] [INFO] jersey-containers .................................. SUCCESS [ 0.509 s] [INFO] jersey-container-grizzly2-http ..................... SUCCESS [ 2.323 s] [INFO] jersey-container-servlet-core ...................... SUCCESS [ 1.298 s] [INFO] jersey-test-framework .............................. SUCCESS [ 0.308 s] [INFO] jersey-test-framework-core ......................... SUCCESS [ 6.011 s] [INFO] jersey-container-servlet ........................... SUCCESS [ 1.057 s] [INFO] jersey-container-grizzly2-servlet .................. SUCCESS [ 0.631 s] [INFO] jersey-test-framework-providers .................... SUCCESS [ 0.329 s] [INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [ 5.183 s] [INFO] jersey-connectors .................................. SUCCESS [ 0.305 s] [INFO] jersey-connectors-apache ........................... SUCCESS [ 15.967 s] [INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [ 2.020 s] [INFO] jersey-test-framework-provider-external ............ SUCCESS [ 0.477 s] [INFO] jersey-container-jdk-http .......................... SUCCESS [ 17.455 s] [INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [ 7.812 s] [INFO] jersey-container-simple-http ....................... SUCCESS [ 17.009 s] [INFO] jersey-test-framework-provider-simple .............. SUCCESS [ 1.660 s] [INFO] jersey-container-jetty-http ........................ SUCCESS [ 10.793 s] [INFO] jersey-test-framework-provider-jetty ............... SUCCESS [ 2.106 s] [INFO] jersey-connectors-netty ............................ SUCCESS [ 43.387 s] [INFO] jersey-container-netty-http ........................ SUCCESS [ 0.860 s] [INFO] jersey-test-framework-provider-netty ............... SUCCESS [ 0.487 s] [INFO] jersey-test-framework-provider-bundle .............. SUCCESS [ 0.377 s] [INFO] jersey-connectors-grizzly .......................... SUCCESS [ 7.942 s] [INFO] jersey-connectors-jdk .............................. SUCCESS [ 29.262 s] [INFO] jersey-extensions .................................. SUCCESS [ 0.325 s] [INFO] jersey-ext-entity-filtering ........................ SUCCESS [ 1.712 s] [INFO] jersey-media-json-jackson .......................... SUCCESS [ 2.511 s] [INFO] jersey-connectors-jetty ............................ SUCCESS [ 12.575 s] [INFO] jersey-media-sse ................................... SUCCESS [ 23.281 s] [INFO] jersey-connectors-helidon .......................... SUCCESS [ 52.851 s] [INFO] jersey-cdi-support ................................. SUCCESS [ 0.301 s] [INFO] jersey-ext-cdi1x ................................... SUCCESS [ 1.643 s] [INFO] jersey-glassfish-support ........................... SUCCESS [ 0.308 s] [INFO] jersey-gf-ejb ...................................... SUCCESS [ 5.506 s] [INFO] jersey-container-jetty-servlet ..................... SUCCESS [ 0.706 s] [INFO] jersey-ext-bean-validation ......................... SUCCESS [ 0.971 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [ 0.775 s] [INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 8.064 s] [INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [ 0.601 s] [INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [ 0.696 s] [INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [ 0.647 s] [INFO] jersey-ext-weld2-se ................................ SUCCESS [ 0.785 s] [INFO] jersey-ext-metainf-services ........................ SUCCESS [ 2.021 s] [INFO] jersey-ext-mvc ..................................... SUCCESS [ 0.767 s] [INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [ 0.525 s] [INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [ 0.595 s] [INFO] jersey-ext-mvc-jsp ................................. SUCCESS [ 0.733 s] [INFO] jersey-ext-mvc-mustache ............................ SUCCESS [ 0.741 s] [INFO] jersey-ext-proxy-client ............................ SUCCESS [ 3.733 s] [INFO] jersey-ext-rx ...................................... SUCCESS [ 0.303 s] [INFO] jersey-ext-rx-client-guava ......................... SUCCESS [ 1.367 s] [INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [ 1.356 s] [INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [ 1.615 s] [INFO] jersey-ext-servlet-portability ..................... SUCCESS [ 1.722 s] [INFO] jersey-spring4 ..................................... SUCCESS [ 8.389 s] [INFO] jersey-spring5 ..................................... SUCCESS [ 4.137 s] [INFO] jersey-wadl-doclet ................................. SUCCESS [ 0.671 s] [INFO] jersey-media-json-binding .......................... SUCCESS [ 0.969 s] [INFO] project ............................................ SUCCESS [ 0.310 s] [INFO] jersey-mp-rest-client .............................. SUCCESS [ 1.441 s] [INFO] jersey-mp-config ................................... SUCCESS [ 2.393 s] [INFO] jersey-incubator ................................... SUCCESS [ 0.340 s] [INFO] jersey-declarative-linking ......................... SUCCESS [ 3.446 s] [INFO] jersey-ext-gae-integration ......................... SUCCESS [ 0.806 s] [INFO] jersey-media-html-json ............................. SUCCESS [ 2.865 s] [INFO] jersey-media-kryo .................................. SUCCESS [ 2.337 s] [INFO] jersey-open-tracing ................................ SUCCESS [ 1.998 s] [INFO] jersey-inject-cdi2-se .............................. SUCCESS [ 6.032 s] [INFO] jersey-media-json-jackson1 ......................... SUCCESS [ 0.738 s] [INFO] jersey-media-json-jettison ......................... SUCCESS [ 0.967 s] [INFO] jersey-media-json-processing ....................... SUCCESS [ 1.821 s] [INFO] jersey-media-moxy .................................. SUCCESS [ 1.023 s] [INFO] jersey-media-multipart ............................. SUCCESS [ 7.120 s] [INFO] jersey-security .................................... SUCCESS [ 0.336 s] [INFO] oauth1-signature ................................... SUCCESS [ 1.151 s] [INFO] jersey-security .................................... SUCCESS [ 0.684 s] [INFO] oauth1-server ...................................... SUCCESS [ 3.250 s] [INFO] oauth2-client ...................................... SUCCESS [ 0.739 s] [INFO] jersey-test-framework-util ......................... SUCCESS [ 3.467 s] [INFO] jersey-tests ....................................... SUCCESS [ 0.361 s] [INFO] jersey-tests-e2e ................................... SUCCESS [ 1.486 s] [INFO] jersey-tests-e2e-client ............................ SUCCESS [ 1.278 s] [INFO] jersey-tests-e2e-core-common ....................... SUCCESS [ 1.837 s] [INFO] jersey-tests-e2e-entity ............................ SUCCESS [ 2.115 s] [INFO] jersey-tests-e2e-inject ............................ SUCCESS [ 0.294 s] [INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [ 4.420 s] [INFO] e2e-inject-hk2 ..................................... SUCCESS [ 2.003 s] [INFO] jersey-tests-e2e-server ............................ SUCCESS [ 2.161 s] [INFO] jersey-tests-e2e-testng ............................ SUCCESS [ 0.730 s] [INFO] jersey-tests-integration ........................... SUCCESS [ 0.295 s] [INFO] jersey-asm-integration ............................. SUCCESS [ 0.725 s] [INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [ 5.861 s] [INFO] cdi-integration-project ............................ SUCCESS [ 0.323 s] [INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [ 6.361 s] [INFO] jersey-tests-cdi-client ............................ SUCCESS [ 5.843 s] [INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [ 2.859 s] [INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [ 1.962 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [ 0.597 s] [INFO] cdi-manually-bound ................................. SUCCESS [ 2.543 s] [INFO] jersey-tests-cdi-log-check ......................... SUCCESS [ 2.315 s] [INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [ 0.460 s] [INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [ 0.638 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [ 0.609 s] [INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [ 1.015 s] [INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [ 0.383 s] [INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [ 0.685 s] [INFO] jersey-tests-resource-with-at-context .............. SUCCESS [ 2.421 s] [INFO] jersey-tests-cdi-webapp ............................ SUCCESS [ 6.962 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [ 0.844 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [ 1.014 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [ 1.530 s] [INFO] jersey-tests-context-inject-on-server .............. SUCCESS [ 6.450 s] [INFO] client-connector-provider .......................... SUCCESS [ 1.608 s] [INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [ 0.563 s] [INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [ 0.764 s] [INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [ 0.489 s] [INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [ 0.308 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib SUCCESS [ 0.449 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [ 0.685 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [ 0.663 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear SUCCESS [ 0.597 s] [INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [ 0.301 s] [INFO] jersey-tests-ejb-webapp ............................ SUCCESS [ 0.867 s] [INFO] jersey-tests-externalproperties .................... SUCCESS [ 1.932 s] [INFO] j-376-reproducer ................................... SUCCESS [ 2.726 s] [INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [ 0.768 s] [INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [ 0.707 s] [INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [ 0.625 s] [INFO] jersey-tests-integration-j-441 ..................... SUCCESS [ 0.303 s] [INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [ 0.480 s] [INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [ 0.931 s] [INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [ 0.537 s] [INFO] jersey-tests-integration-j-59 ...................... SUCCESS [ 0.295 s] [INFO] jersey-tests-component-inject ...................... SUCCESS [ 3.055 s] [INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [ 2.688 s] [INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [ 2.692 s] [INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [ 2.641 s] [INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [ 2.514 s] [INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [ 2.707 s] [INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [ 2.583 s] [INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [ 2.418 s] [INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [ 2.732 s] [INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [ 3.108 s] [INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [ 9.073 s] [INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [ 2.019 s] [INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [ 0.811 s] [INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [ 0.787 s] [INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [ 4.023 s] [INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [ 3.000 s] [INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [ 2.785 s] [INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [ 3.238 s] [INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [ 2.715 s] [INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [ 3.451 s] [INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [ 2.988 s] [INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [ 2.923 s] [INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [ 1.160 s] [INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [ 2.917 s] [INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [ 3.451 s] [INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [ 3.919 s] [INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [ 2.048 s] [INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [ 5.702 s] [INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [ 6.450 s] [INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [ 2.245 s] [INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [ 3.266 s] [INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [ 2.791 s] [INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [ 8.610 s] [INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [ 2.941 s] [INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [ 3.720 s] [INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [ 3.073 s] [INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [ 2.066 s] [INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [ 1.693 s] [INFO] jersey-3992 ........................................ SUCCESS [ 2.260 s] [INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [ 1.963 s] [INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [ 2.357 s] [INFO] jersey-4321 ........................................ SUCCESS [ 2.837 s] [INFO] jersey-examples .................................... SUCCESS [ 0.311 s] [INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [ 7.085 s] [INFO] jersey-4507 ........................................ SUCCESS [ 3.001 s] [INFO] jersey-4542 ........................................ SUCCESS [ 2.797 s] [INFO] jersey-4697 ........................................ SUCCESS [ 3.225 s] [INFO] jersey-4722 ........................................ SUCCESS [ 1.767 s] [INFO] jetty-response-close ............................... SUCCESS [ 2.124 s] [INFO] jersey-bundles ..................................... SUCCESS [ 0.299 s] [INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 37.028 s] [INFO] microprofile-integration-project ................... SUCCESS [ 0.493 s] [INFO] microprofile-config-project ........................ SUCCESS [ 0.850 s] [INFO] config-webapp ...................................... SUCCESS [ 1.445 s] [INFO] helidon-config-webapp .............................. SUCCESS [ 2.345 s] [INFO] jersey-rest-client-tck ............................. SUCCESS [07:20 min] [INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [ 2.343 s] [INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [ 2.515 s] [INFO] jersey-tests-integration-property-check ............ SUCCESS [ 1.004 s] [INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [ 3.281 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [ 2.553 s] [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [ 5.530 s] [INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [ 3.119 s] [INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [ 2.496 s] [INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [ 2.953 s] [INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [ 2.452 s] [INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [ 2.425 s] [INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [ 2.398 s] [INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [ 2.842 s] [INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [ 2.611 s] [INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [ 2.422 s] [INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [ 2.393 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [ 6.513 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [ 3.635 s] [INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [ 6.701 s] [INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [ 4.774 s] [INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [ 4.303 s] [INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [ 8.979 s] [INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [ 2.951 s] [INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [ 0.703 s] [INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [ 2.742 s] [INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [ 2.765 s] [INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [ 2.473 s] [INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [ 2.487 s] [INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [ 2.504 s] [INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [ 2.448 s] [INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [ 2.979 s] [INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [ 2.409 s] [INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [ 3.012 s] [INFO] jersey-tests-integration-servlet-3-init-9 .......... SUCCESS [ 2.475 s] [INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [ 3.378 s] [INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [ 2.699 s] [INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [ 1.178 s] [INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SUCCESS [ 5.492 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [ 3.322 s] [INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [ 3.000 s] [INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [ 7.560 s] [INFO] jersey-tests-integration-sonar-test ................ SUCCESS [ 2.673 s] [INFO] jersey-tests-integration-spring4 ................... SUCCESS [ 9.087 s] [INFO] jersey-tests-integration-spring5 ................... SUCCESS [ 9.439 s] [INFO] jersey-tests-integration-tracing-support ........... SUCCESS [ 9.917 s] [INFO] reactive-streams-integration-project ............... SUCCESS [ 0.338 s] [INFO] sse-reactive-streams-tck ........................... SUCCESS [ 13.280 s] [INFO] jersey-tests-jmockit ............................... SUCCESS [ 3.270 s] [INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [ 0.593 s] [INFO] jersey-tests-memleak ............................... SUCCESS [ 0.307 s] [INFO] jersey-tests-memleak-redeployment .................. SUCCESS [ 0.317 s] [INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [ 0.611 s] [INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [ 0.331 s] [INFO] jersey-examples-helloworld-webapp .................. SUCCESS [ 1.740 s] [INFO] jersey-test-framework-maven ........................ SUCCESS [ 0.315 s] [INFO] jersey-test-framework-maven-container-runner-plugin SUCCESS [ 12.062 s] [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [ 0.787 s] [INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [ 0.592 s] [INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [ 0.575 s] [INFO] jersey-tests-memleak-testcase ...................... SUCCESS [ 0.325 s] [INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [ 0.665 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [ 0.642 s] [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [ 0.448 s] [INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [ 0.668 s] [INFO] jersey-tests-osgi .................................. SUCCESS [ 0.334 s] [INFO] jersey-tests-osgi-functional ....................... SUCCESS [05:00 min] [INFO] jersey-tests-stress ................................ SUCCESS [ 3.101 s] [INFO] jersey-tests-performance ........................... SUCCESS [ 0.377 s] [INFO] performance-test-benchmarks ........................ SUCCESS [ 6.398 s] [INFO] jersey-tests-performance-runners ................... SUCCESS [ 0.310 s] [INFO] jersey-grizzly-runner .............................. SUCCESS [ 0.910 s] [INFO] jersey-tests-performance-testcase .................. SUCCESS [ 0.305 s] [INFO] jersey-tests-performance-assemblies ................ SUCCESS [ 0.399 s] [INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [ 2.821 s] [INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [ 2.011 s] [INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [ 1.986 s] [INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [ 2.012 s] [INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [ 2.036 s] [INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [ 2.045 s] [INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [ 2.075 s] [INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [ 2.931 s] [INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [ 2.435 s] [INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [ 2.229 s] [INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [ 1.963 s] [INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [ 2.307 s] [INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [ 2.386 s] [INFO] jersey-tests-performance-param-srl ................. SUCCESS [ 1.999 s] [INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [ 1.893 s] [INFO] performance-test-tools ............................. SUCCESS [ 0.730 s] [INFO] jersey-examples-assemblies ......................... SUCCESS [ 0.870 s] [INFO] jersey-examples-bookmark ........................... SUCCESS [ 3.643 s] [INFO] jersey-examples-bookmark-em ........................ SUCCESS [ 0.756 s] [INFO] jersey-examples-bookstore-webapp ................... SUCCESS [ 0.886 s] [INFO] jersey-examples-cdi-webapp ......................... SUCCESS [ 4.691 s] [INFO] jersey-examples-clipboard .......................... SUCCESS [ 2.257 s] [INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [ 2.106 s] [INFO] jersey-examples-declarative-linking ................ SUCCESS [ 2.148 s] [INFO] jersey-examples-entity-filtering ................... SUCCESS [ 4.086 s] [INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [ 3.222 s] [INFO] jersey-examples-entity-filtering-security .......... SUCCESS [ 3.273 s] [INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [ 21.456 s] [INFO] jersey-examples-exception-mapping .................. SUCCESS [ 2.328 s] [INFO] jersey-examples-freemarker-webapp .................. SUCCESS [ 2.612 s] [INFO] jersey-examples-groovy ............................. SUCCESS [ 9.199 s] [INFO] jersey-examples-helloworld ......................... SUCCESS [ 4.329 s] [INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [ 2.850 s] [INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [ 3.015 s] [INFO] jersey-examples-helloworld-netty ................... SUCCESS [ 4.349 s] [INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [ 3.875 s] [INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [ 2.399 s] [INFO] jersey-examples-helloworld-weld .................... SUCCESS [ 7.554 s] [INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [ 0.843 s] [INFO] helloworld-spring-annotations ...................... SUCCESS [ 1.815 s] [INFO] jersey-examples-http-patch ......................... SUCCESS [ 2.654 s] [INFO] jersey-examples-http-trace ......................... SUCCESS [ 2.599 s] [INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [ 3.140 s] [INFO] jersey-examples-https-server-glassfish ............. SUCCESS [ 0.679 s] [INFO] jersey-examples-java8-webapp ....................... SUCCESS [ 2.069 s] [INFO] jersey-examples-jaxb ............................... SUCCESS [ 2.965 s] [INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [ 2.246 s] [INFO] jersey-examples-ejb ................................ SUCCESS [ 0.577 s] [INFO] jersey-examples-json-binding-webapp ................ SUCCESS [ 0.675 s] [INFO] jersey-examples-json-jackson ....................... SUCCESS [ 3.752 s] [INFO] jersey-examples-json-jackson1 ...................... SUCCESS [ 2.805 s] [INFO] jersey-examples-json-jettison ...................... SUCCESS [ 2.708 s] [INFO] jersey-examples-json-moxy .......................... SUCCESS [ 4.538 s] [INFO] jersey-examples-json-processing-webapp ............. SUCCESS [ 2.097 s] [INFO] jersey-examples-json-with-padding .................. SUCCESS [ 2.764 s] [INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [ 0.640 s] [INFO] jersey-examples-managed-client ..................... SUCCESS [ 1.901 s] [INFO] jersey-examples-managed-client-webapp .............. SUCCESS [ 1.892 s] [INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [ 1.823 s] [INFO] jersey-examples-multipart-webapp ................... SUCCESS [ 2.638 s] [INFO] jersey-examples-open-tracing ....................... SUCCESS [ 1.364 s] [INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [ 0.332 s] [INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [ 0.679 s] [INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [ 0.610 s] [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [ 0.574 s] [INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [ 1.160 s] [INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [ 6.676 s] [INFO] jersey-examples-osgi-http-service .................. SUCCESS [ 0.523 s] [INFO] jersey-examples-osgi-http-service-bundle ........... SUCCESS [ 4.262 s] [INFO] jersey-examples-osgi-http-service-test ............. SUCCESS [ 10.750 s] [INFO] oauth-client-twitter ............................... SUCCESS [ 0.522 s] [INFO] jersey-examples-reload ............................. SUCCESS [ 2.122 s] [INFO] jersey-examples-rx-client-webapp ................... SUCCESS [ 19.423 s] [INFO] jersey-examples-server-async ....................... SUCCESS [ 4.921 s] [INFO] jersey-examples-server-async-managed ............... SUCCESS [ 4.808 s] [INFO] jersey-examples-server-async-standalone ............ SUCCESS [ 0.323 s] [INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [ 0.711 s] [INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [ 0.637 s] [INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [ 2.510 s] [INFO] jersey-examples-servlet3-webapp .................... SUCCESS [ 2.654 s] [INFO] jersey-examples-simple-console ..................... SUCCESS [ 2.491 s] [INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [ 5.295 s] [INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [ 14.877 s] [INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [ 0.720 s] [INFO] jersey-examples-system-properties .................. SUCCESS [ 1.906 s] [INFO] jersey-examples-moxy ............................... SUCCESS [ 1.954 s] [INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [ 2.029 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33:24 min [INFO] Finished at: 2021-06-29T17:42:22Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS