Skip to content
Success

Console Output

Started by upstream project "continuous-integration/ci_jenkins" build number 29
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-1nrg7 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1nrg7"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-1nrg7"
    - 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-1nrg7"
    - 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-1nrg7 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 5ed994a1785b6565421613dc52fe2a346c1de7f2 (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 5ed994a1785b6565421613dc52fe2a346c1de7f2 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b ci_jenkins 5ed994a1785b6565421613dc52fe2a346c1de7f2 # timeout=10
Commit message: "CI env for Jenkins"
 > git rev-list --no-walk 5ed994a1785b6565421613dc52fe2a346c1de7f2 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build ci_jenkins -Ptravis_e2e)
[Pipeline] sh
+ bash etc/travis/travis.sh -Ptravis_e2e
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 16.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-16/16.0.1+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ project ---
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 367 source files to /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 144 source files to /home/jenkins/agent/workspace/single_ci_build/core-server/target/test-classes
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-jetty-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/connectors/jetty-connector/target/jersey-jetty-connector-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-jetty-connector ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/connectors/jetty-connector/target/jersey-jetty-connector-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/2.35-SNAPSHOT/jersey-jetty-connector-2.35-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jersey-cdi-rs-inject ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jersey-cdi-rs-inject ---
[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-common:jar:2.35-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/single_ci_build/core-common/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.inject:jersey-hk2:jar:2.35-SNAPSHOT'. Trying to invoke it...
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/incubator/gae-integration/target/jersey-gae-integration-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/2.35-SNAPSHOT/jersey-gae-integration-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------------< org.glassfish.jersey.media:html-json >----------------
[INFO] Building jersey-media-html-json 2.35-SNAPSHOT                   [79/363]
[INFO] --------------------------------[ jar ]---------------------------------
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s - in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.013 s - in org.glassfish.jersey.tests.e2e.common.RequestScopeTest
[INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Jun 29, 2021 9:22:14 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Jun 29, 2021 9:22:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Jun 29, 2021 9:22:46 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Jun 29, 2021 9:22:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
Jun 29, 2021 9:23:17 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer <init>
INFO: Creating SimpleTestContainer configured at the base URI http://localhost:9998/
Jun 29, 2021 9:23:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
request: 18
Jun 29, 2021 9:23:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 s - in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest
[INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuth2Test
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 9:24:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Jun 29, 2021 9:24:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.glassfish.jersey.tests.api.ContentDispositionTest
[INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.glassfish.jersey.tests.api.ConsumeProduceTest
[INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest
INFO: [HttpServer-7] Started.
Jun 29, 2021 9:25:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.542 s - in org.glassfish.jersey.tests.api.VariantsTest
[INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest
Unsent header changes: [Mbw-Prop, Iceptor-Prop]
Jun 29, 2021 9:25:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.11 s - in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest
INFO: [HttpServer] Started.
Jun 29, 2021 9:26:16 AM 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.248 s - in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Jun 29, 2021 9:26:45 AM 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.448 s - in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest
[INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest
INFO: [HttpServer] Started.
Jun 29, 2021 9:27:17 AM 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.289 s - in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest
INFO: [HttpServer-1] Started.
Jun 29, 2021 9:27:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.474 s - in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest
INFO: [HttpServer-3] Started.
Jun 29, 2021 9:28:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.678 s - in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest
INFO: HV000001: Hibernate Validator 6.2.0.Final
Jun 29, 2021 9:28:46 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 9:28:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
INFO: [HttpServer-69] Started.
Jun 29, 2021 9:29:17 AM org.hibernate.validator.internal.properties.javabean.JavaBeanExecutable getParameters
WARN: HV000254: Missing parameter metadata for (String, String, JsonTestSetup), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
Jun 29, 2021 9:29:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
INFO: [HttpServer-4] Started.
Jun 29, 2021 9:29:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.963 s - in org.glassfish.jersey.tests.e2e.sse.EventOutputTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest
WARN: HV000254: Missing parameter metadata for TemplateInflectorImpl(TemplateModelProcessor, String, Class, Object), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag.
Jun 29, 2021 9:30:17 AM 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.26 s - in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 9:30:46 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jun 29, 2021 9:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]

Jun 29, 2021 9:31:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.882 s - in org.glassfish.jersey.tests.e2e.server.NameBindingTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest
INFO: [HttpServer-4] Started.
Jun 29, 2021 9:31:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.51 s - in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest
INFO: [HttpServer-3] Started.
Jun 29, 2021 9:32:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 s - in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest
[INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 9:32:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jun 29, 2021 9:32:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
INFO: Started listener bound to [localhost:9998]
Jun 29, 2021 9:33:16 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Jun 29, 2021 9:33:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
Jun 29, 2021 9:33:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Jun 29, 2021 9:33:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:9998]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.32 s - in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-1829] in [/home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1829/target/jersey-1829-2.35-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1829/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-1829/target/jersey-1829-2.35-SNAPSHOT.war
[INFO] Packaging webapp
[INFO] Assembling webapp [jersey-3796] in [/home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3796/target/jersey-3796-2.35-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3796/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/single_ci_build/tests/integration/jersey-3796/target/jersey-3796-2.35-SNAPSHOT.war
[INFO] /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/model/internal/CommonConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jaxrs-ri ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 995 source files to /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/classes
o  'javax.el:el-api:jar:*'
o  'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*'
o  'javax.annotation:jsr250-api:jar:*'

[INFO] Building tar: /home/jenkins/agent/workspace/single_ci_build/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/single_ci_build/tests/integration/spring4/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ spring4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/single_ci_build/tests/integration/spring4/target/classes
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/single_ci_build/tests/performance/benchmarks/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ performance-test-benchmarks ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/single_ci_build/tests/performance/benchmarks/target/classes
[INFO] --- gmavenplus-plugin:1.12.1:groovydoc (1) @ groovy ---
[INFO] Using isolated classloader, without GMavenPlus classpath.
[INFO] Using Groovy 4.0.0-alpha-3 to perform groovydoc.
Jun 29, 2021 9:37:16 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ managed-beans-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/2.35-SNAPSHOT/xml-moxy-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >---
[INFO] Building jersey-test-framework-maven-custom-enforcer-rules 2.35-SNAPSHOT [363/363]
[INFO] --------------------------------[ jar ]---------------------------------
Tailing the last 500 lines of output:
[INFO] 
[INFO] ---------------< org.glassfish.jersey.examples:xml-moxy >---------------
[INFO] Building jersey-examples-moxy 2.35-SNAPSHOT                    [362/363]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml-moxy ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ xml-moxy ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ xml-moxy ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ xml-moxy ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/single_ci_build
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-wars) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xml-moxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xml-moxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ xml-moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ xml-moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ xml-moxy ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/2.35-SNAPSHOT/xml-moxy-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/2.35-SNAPSHOT/xml-moxy-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/examples/xml-moxy/target/xml-moxy-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/xml-moxy/2.35-SNAPSHOT/xml-moxy-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.glassfish.jersey.test-framework.maven:custom-enforcer-rules >---
[INFO] Building jersey-test-framework-maven-custom-enforcer-rules 2.35-SNAPSHOT [363/363]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ custom-enforcer-rules ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ custom-enforcer-rules ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ custom-enforcer-rules ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/single_ci_build
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ custom-enforcer-rules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ custom-enforcer-rules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ custom-enforcer-rules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ custom-enforcer-rules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ custom-enforcer-rules ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ custom-enforcer-rules ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ custom-enforcer-rules ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ custom-enforcer-rules ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/test-framework/maven/custom-enforcer-rules/target/custom-enforcer-rules-2.35-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ custom-enforcer-rules ---
[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
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ custom-enforcer-rules ---
[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
[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
[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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jersey 2.35-SNAPSHOT:
[INFO] 
[INFO] jersey ............................................. SUCCESS [  8.880 s]
[INFO] jersey-archetypes .................................. SUCCESS [  0.557 s]
[INFO] jersey-archetype-heroku-webapp ..................... SUCCESS [ 14.797 s]
[INFO] jersey-archetype-grizzly2 .......................... SUCCESS [  0.101 s]
[INFO] jersey-archetype-webapp ............................ SUCCESS [  0.082 s]
[INFO] jersey-example-java8-webapp ........................ SUCCESS [  0.244 s]
[INFO] jersey-bom ......................................... SUCCESS [  0.228 s]
[INFO] jersey-core-common ................................. SUCCESS [ 26.977 s]
[INFO] jersey-inject ...................................... SUCCESS [  0.047 s]
[INFO] jersey-inject-hk2 .................................. SUCCESS [  1.078 s]
[INFO] jersey-core-client ................................. SUCCESS [  2.199 s]
[INFO] jersey-media ....................................... SUCCESS [  0.083 s]
[INFO] jersey-media-jaxb .................................. SUCCESS [  1.684 s]
[INFO] jersey-core-server ................................. SUCCESS [  8.338 s]
[INFO] jersey-containers .................................. SUCCESS [  0.056 s]
[INFO] jersey-container-grizzly2-http ..................... SUCCESS [  0.551 s]
[INFO] jersey-container-servlet-core ...................... SUCCESS [  0.827 s]
[INFO] jersey-test-framework .............................. SUCCESS [  0.081 s]
[INFO] jersey-test-framework-core ......................... SUCCESS [  1.380 s]
[INFO] jersey-container-servlet ........................... SUCCESS [  0.438 s]
[INFO] jersey-container-grizzly2-servlet .................. SUCCESS [  0.383 s]
[INFO] jersey-test-framework-providers .................... SUCCESS [  0.089 s]
[INFO] jersey-test-framework-provider-grizzly2 ............ SUCCESS [  0.622 s]
[INFO] jersey-connectors .................................. SUCCESS [  0.058 s]
[INFO] jersey-connectors-apache ........................... SUCCESS [  2.035 s]
[INFO] jersey-test-framework-provider-inmemory ............ SUCCESS [  0.868 s]
[INFO] jersey-test-framework-provider-external ............ SUCCESS [  0.605 s]
[INFO] jersey-container-jdk-http .......................... SUCCESS [  0.899 s]
[INFO] jersey-test-framework-provider-jdk-http ............ SUCCESS [  1.212 s]
[INFO] jersey-container-simple-http ....................... SUCCESS [  0.786 s]
[INFO] jersey-test-framework-provider-simple .............. SUCCESS [  0.422 s]
[INFO] jersey-container-jetty-http ........................ SUCCESS [  0.809 s]
[INFO] jersey-test-framework-provider-jetty ............... SUCCESS [  0.393 s]
[INFO] jersey-connectors-netty ............................ SUCCESS [  0.777 s]
[INFO] jersey-container-netty-http ........................ SUCCESS [  0.625 s]
[INFO] jersey-test-framework-provider-netty ............... SUCCESS [  0.143 s]
[INFO] jersey-test-framework-provider-bundle .............. SUCCESS [  0.071 s]
[INFO] jersey-connectors-grizzly .......................... SUCCESS [  0.762 s]
[INFO] jersey-connectors-jdk .............................. SUCCESS [  2.233 s]
[INFO] jersey-extensions .................................. SUCCESS [  0.045 s]
[INFO] jersey-ext-entity-filtering ........................ SUCCESS [  0.629 s]
[INFO] jersey-media-json-jackson .......................... SUCCESS [  2.329 s]
[INFO] jersey-connectors-jetty ............................ SUCCESS [  9.204 s]
[INFO] jersey-cdi-support ................................. SUCCESS [  0.041 s]
[INFO] jersey-ext-cdi1x ................................... SUCCESS [  4.858 s]
[INFO] jersey-glassfish-support ........................... SUCCESS [  0.122 s]
[INFO] jersey-gf-ejb ...................................... SUCCESS [ 15.948 s]
[INFO] jersey-container-jetty-servlet ..................... SUCCESS [  1.337 s]
[INFO] jersey-ext-bean-validation ......................... SUCCESS [  2.132 s]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding ............ SUCCESS [  1.216 s]
[INFO] jersey-ext-cdi-rs-inject ........................... SUCCESS [ 43.246 s]
[INFO] jersey-ext-cdi1x-servlet ........................... SUCCESS [  1.011 s]
[INFO] jersey-ext-cdi1x-transaction ....................... SUCCESS [  2.178 s]
[INFO] jersey-ext-cdi1x-validation ........................ SUCCESS [  2.223 s]
[INFO] jersey-ext-weld2-se ................................ SUCCESS [  2.384 s]
[INFO] jersey-ext-metainf-services ........................ SUCCESS [  0.401 s]
[INFO] jersey-ext-mvc ..................................... SUCCESS [  0.550 s]
[INFO] jersey-ext-mvc-bean-validation ..................... SUCCESS [  0.263 s]
[INFO] jersey-ext-mvc-freemarker .......................... SUCCESS [  0.282 s]
[INFO] jersey-ext-mvc-jsp ................................. SUCCESS [  0.373 s]
[INFO] jersey-ext-mvc-mustache ............................ SUCCESS [  0.329 s]
[INFO] jersey-ext-proxy-client ............................ SUCCESS [  0.474 s]
[INFO] jersey-ext-rx ...................................... SUCCESS [  0.300 s]
[INFO] jersey-ext-rx-client-guava ......................... SUCCESS [  0.237 s]
[INFO] jersey-ext-rx-client-rxjava ........................ SUCCESS [  0.467 s]
[INFO] jersey-ext-rx-client-rxjava2 ....................... SUCCESS [  0.419 s]
[INFO] jersey-ext-servlet-portability ..................... SUCCESS [  0.465 s]
[INFO] jersey-spring4 ..................................... SUCCESS [  1.445 s]
[INFO] jersey-spring5 ..................................... SUCCESS [  0.849 s]
[INFO] jersey-wadl-doclet ................................. SUCCESS [  0.519 s]
[INFO] jersey-media-json-binding .......................... SUCCESS [  0.494 s]
[INFO] jersey-media-sse ................................... SUCCESS [  0.637 s]
[INFO] project ............................................ SUCCESS [  0.071 s]
[INFO] jersey-mp-rest-client .............................. SUCCESS [  1.201 s]
[INFO] jersey-mp-config ................................... SUCCESS [  1.184 s]
[INFO] jersey-incubator ................................... SUCCESS [  0.037 s]
[INFO] jersey-declarative-linking ......................... SUCCESS [  0.712 s]
[INFO] jersey-ext-gae-integration ......................... SUCCESS [  0.658 s]
[INFO] jersey-media-html-json ............................. SUCCESS [  1.354 s]
[INFO] jersey-media-kryo .................................. SUCCESS [  0.540 s]
[INFO] jersey-open-tracing ................................ SUCCESS [  0.537 s]
[INFO] jersey-inject-cdi2-se .............................. SUCCESS [  1.003 s]
[INFO] jersey-media-json-jackson1 ......................... SUCCESS [  0.409 s]
[INFO] jersey-media-json-jettison ......................... SUCCESS [  0.555 s]
[INFO] jersey-media-json-processing ....................... SUCCESS [  0.287 s]
[INFO] jersey-media-moxy .................................. SUCCESS [  0.915 s]
[INFO] jersey-media-multipart ............................. SUCCESS [  4.378 s]
[INFO] jersey-security .................................... SUCCESS [  0.205 s]
[INFO] oauth1-signature ................................... SUCCESS [  1.542 s]
[INFO] jersey-security .................................... SUCCESS [  1.360 s]
[INFO] oauth1-server ...................................... SUCCESS [  2.584 s]
[INFO] oauth2-client ...................................... SUCCESS [  2.430 s]
[INFO] jersey-test-framework-util ......................... SUCCESS [  0.451 s]
[INFO] jersey-tests ....................................... SUCCESS [  0.060 s]
[INFO] jersey-tests-e2e ................................... SUCCESS [03:54 min]
[INFO] jersey-tests-e2e-client ............................ SUCCESS [01:43 min]
[INFO] jersey-tests-e2e-core-common ....................... SUCCESS [  0.814 s]
[INFO] jersey-tests-e2e-entity ............................ SUCCESS [02:38 min]
[INFO] jersey-tests-e2e-inject ............................ SUCCESS [  0.034 s]
[INFO] jersey-tests-e2e-inject-cdi-se ..................... SUCCESS [  0.269 s]
[INFO] e2e-inject-hk2 ..................................... SUCCESS [  0.270 s]
[INFO] jersey-tests-e2e-server ............................ SUCCESS [04:01 min]
[INFO] jersey-tests-e2e-testng ............................ SUCCESS [  7.820 s]
[INFO] jersey-tests-integration ........................... SUCCESS [  0.026 s]
[INFO] jersey-asm-integration ............................. SUCCESS [  0.070 s]
[INFO] jersey-tests-integration-jersey-async-filter ....... SUCCESS [  2.416 s]
[INFO] cdi-integration-project ............................ SUCCESS [  0.028 s]
[INFO] jersey-tests-cdi-beanvalidation-webapp ............. SUCCESS [  0.400 s]
[INFO] jersey-tests-cdi-client ............................ SUCCESS [  0.381 s]
[INFO] jersey-tests-cdi-client-on-server .................. SUCCESS [  0.300 s]
[INFO] jersey-tests-cdi-ejb-webapp ........................ SUCCESS [  0.318 s]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp SUCCESS [  0.349 s]
[INFO] cdi-manually-bound ................................. SUCCESS [  0.228 s]
[INFO] jersey-tests-cdi-log-check ......................... SUCCESS [  0.306 s]
[INFO] jersey-tests-integration-cdi-multimodule-lib ....... SUCCESS [  0.132 s]
[INFO] jersey-tests-integration-cdi-multimodule-war ....... SUCCESS [  0.276 s]
[INFO] jersey-tests-integration-cdi-multimodule-war2 ...... SUCCESS [  0.288 s]
[INFO] jersey-tests-integration-cdi-multimodule-ear ....... SUCCESS [  0.627 s]
[INFO] jersey-tests-integration-cdi-multimodule ........... SUCCESS [  0.028 s]
[INFO] jersey-tests-cdi-multipart-webapp .................. SUCCESS [  0.230 s]
[INFO] jersey-tests-resource-with-at-context .............. SUCCESS [  0.221 s]
[INFO] jersey-tests-cdi-webapp ............................ SUCCESS [  0.462 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp SUCCESS [  0.403 s]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp SUCCESS [  0.393 s]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp ...... SUCCESS [  0.460 s]
[INFO] jersey-tests-context-inject-on-server .............. SUCCESS [  0.456 s]
[INFO] client-connector-provider .......................... SUCCESS [  0.122 s]
[INFO] jersey-tests-integration-ejb-multimodule-lib ....... SUCCESS [  0.163 s]
[INFO] jersey-tests-integration-ejb-multimodule-war ....... SUCCESS [  0.289 s]
[INFO] jersey-tests-integration-ejb-multimodule-ear ....... SUCCESS [  0.228 s]
[INFO] jersey-tests-integration-ejb-multimodule ........... SUCCESS [  0.026 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib  SUCCESS [  0.099 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1 SUCCESS [  0.261 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2 SUCCESS [  0.231 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear  SUCCESS [  0.310 s]
[INFO] jersey-tests-integration-ejb-multimodule-reload .... SUCCESS [  0.025 s]
[INFO] jersey-tests-ejb-webapp ............................ SUCCESS [  0.251 s]
[INFO] jersey-tests-externalproperties .................... SUCCESS [  0.105 s]
[INFO] j-376-reproducer ................................... SUCCESS [  0.667 s]
[INFO] jersey-tests-integration-j-441-war1 ................ SUCCESS [  0.367 s]
[INFO] jersey-tests-integration-j-441-war2 ................ SUCCESS [  0.251 s]
[INFO] jersey-tests-integration-j-441-ear ................. SUCCESS [  0.318 s]
[INFO] jersey-tests-integration-j-441 ..................... SUCCESS [  0.026 s]
[INFO] jersey-tests-integration-j-59-ejb-lib .............. SUCCESS [  0.074 s]
[INFO] jersey-tests-integration-j-59-cdi-war .............. SUCCESS [  0.469 s]
[INFO] jersey-tests-integration-j-59-ear .................. SUCCESS [  0.221 s]
[INFO] jersey-tests-integration-j-59 ...................... SUCCESS [  0.026 s]
[INFO] jersey-tests-component-inject ...................... SUCCESS [  0.283 s]
[INFO] jersey-tests-integration-jersey-1107 ............... SUCCESS [  0.460 s]
[INFO] jersey-tests-integration-jersey-1223 ............... SUCCESS [  0.356 s]
[INFO] jersey-tests-integration-jersey-1604 ............... SUCCESS [  0.383 s]
[INFO] jersey-tests-integration-jersey-1667 ............... SUCCESS [  0.349 s]
[INFO] jersey-tests-integration-jersey-1829 ............... SUCCESS [  0.275 s]
[INFO] jersey-tests-integration-jersey-1883 ............... SUCCESS [  0.280 s]
[INFO] jersey-tests-integration-jersey-1928 ............... SUCCESS [  0.431 s]
[INFO] jersey-tests-integration-jersey-1960 ............... SUCCESS [  0.291 s]
[INFO] jersey-tests-integration-jersey-1964 ............... SUCCESS [  0.441 s]
[INFO] jersey-tests-integration-jersey-2031 ............... SUCCESS [  2.430 s]
[INFO] jersey-tests-integration-jersey-2136 ............... SUCCESS [  1.102 s]
[INFO] jersey-tests-integration-jersey-2137 ............... SUCCESS [  0.316 s]
[INFO] jersey-tests-integration-jersey-2154 ............... SUCCESS [  0.246 s]
[INFO] jersey-tests-integration-jersey-2160 ............... SUCCESS [  0.323 s]
[INFO] jersey-tests-integration-jersey-2164 ............... SUCCESS [  0.383 s]
[INFO] jersey-tests-integration-jersey-2167 ............... SUCCESS [  0.353 s]
[INFO] jersey-tests-integration-jersey-2176 ............... SUCCESS [  0.352 s]
[INFO] jersey-tests-integration-jersey-2184 ............... SUCCESS [  0.302 s]
[INFO] jersey-tests-integration-jersey-2255 ............... SUCCESS [  0.577 s]
[INFO] jersey-tests-integration-jersey-2322 ............... SUCCESS [  0.385 s]
[INFO] jersey-tests-integration-jersey-2335 ............... SUCCESS [  0.279 s]
[INFO] jersey-tests-integration-jersey-2421 ............... SUCCESS [  0.248 s]
[INFO] jersey-tests-integration-jersey-2551 ............... SUCCESS [  0.335 s]
[INFO] jersey-tests-integration-jersey-2612 ............... SUCCESS [  0.387 s]
[INFO] jersey-tests-integration-jersey-2637 ............... SUCCESS [  0.709 s]
[INFO] jersey-tests-integration-jersey-2654 ............... SUCCESS [  0.670 s]
[INFO] jersey-tests-integration-jersey-2673 ............... SUCCESS [  0.894 s]
[INFO] jersey-tests-integration-jersey-2689 ............... SUCCESS [  3.597 s]
[INFO] jersey-tests-integration-jersey-2704 ............... SUCCESS [  0.806 s]
[INFO] jersey-tests-integration-jersey-2776 ............... SUCCESS [  6.140 s]
[INFO] jersey-tests-integration-jersey-2794 ............... SUCCESS [  1.064 s]
[INFO] jersey-tests-integration-jersey-2846 ............... SUCCESS [  1.062 s]
[INFO] jersey-tests-integration-jersey-2878 ............... SUCCESS [  2.725 s]
[INFO] jersey-tests-integration-jersey-2892 ............... SUCCESS [  2.287 s]
[INFO] jersey-tests-integration-jersey-3796 ............... SUCCESS [  0.944 s]
[INFO] jersey-tests-integration-jersey-780 ................ SUCCESS [  0.317 s]
[INFO] jersey-tests-integration-jersey-3670 ............... SUCCESS [  0.270 s]
[INFO] jersey-3992 ........................................ SUCCESS [  0.173 s]
[INFO] jersey-tests-integration-jersey-4003 ............... SUCCESS [  0.135 s]
[INFO] jersey-tests-integration-jersey-4099 ............... SUCCESS [  0.519 s]
[INFO] jersey-4321 ........................................ SUCCESS [  0.297 s]
[INFO] jersey-examples .................................... SUCCESS [  0.025 s]
[INFO] jersey-examples-server-sent-events-jersey .......... SUCCESS [  0.174 s]
[INFO] jersey-4507 ........................................ SUCCESS [  0.108 s]
[INFO] jersey-4542 ........................................ SUCCESS [  0.166 s]
[INFO] jersey-4697 ........................................ SUCCESS [  0.082 s]
[INFO] jersey-4722 ........................................ SUCCESS [  0.128 s]
[INFO] jetty-response-close ............................... SUCCESS [  0.314 s]
[INFO] jersey-bundles ..................................... SUCCESS [  0.025 s]
[INFO] jersey-bundles-jaxrs-ri ............................ SUCCESS [ 58.892 s]
[INFO] microprofile-integration-project ................... SUCCESS [  0.029 s]
[INFO] microprofile-config-project ........................ SUCCESS [  0.026 s]
[INFO] config-webapp ...................................... SUCCESS [  0.140 s]
[INFO] helidon-config-webapp .............................. SUCCESS [  0.291 s]
[INFO] jersey-rest-client-tck ............................. SUCCESS [  5.150 s]
[INFO] jersey-tests-integration-portability-jersey-1 ...... SUCCESS [  0.465 s]
[INFO] jersey-tests-integration-portability-jersey-2 ...... SUCCESS [  0.341 s]
[INFO] jersey-tests-integration-property-check ............ SUCCESS [  0.085 s]
[INFO] jersey-tests-integration-jersey-security-digest .... SUCCESS [  0.244 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 SUCCESS [  0.248 s]
[INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 SUCCESS [  0.474 s]
[INFO] jersey-tests-integration-servlet-2.5-filter ........ SUCCESS [  0.392 s]
[INFO] jersey-tests-integration-servlet-2.5-inflector-1 ... SUCCESS [  0.313 s]
[INFO] jersey-tests-integration-servlet-2.5-init-1 ........ SUCCESS [  0.362 s]
[INFO] jersey-tests-integration-servlet-2.5-init-2 ........ SUCCESS [  0.296 s]
[INFO] jersey-tests-integration-servlet-2.5-init-3 ........ SUCCESS [  0.298 s]
[INFO] jersey-tests-integration-servlet-2.5-init-4 ........ SUCCESS [  0.321 s]
[INFO] jersey-tests-integration-servlet-2.5-init-5 ........ SUCCESS [  0.256 s]
[INFO] jersey-tests-integration-servlet-2.5-init-6 ........ SUCCESS [  0.237 s]
[INFO] jersey-tests-integration-servlet-2.5-init-7 ........ SUCCESS [  0.249 s]
[INFO] jersey-tests-integration-servlet-2.5-init-8 ........ SUCCESS [  0.245 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-1 ......... SUCCESS [  0.413 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-2 ......... SUCCESS [  0.577 s]
[INFO] jersey-tests-integration-servlet-2.5-mvc-3 ......... SUCCESS [  0.480 s]
[INFO] jersey-tests-integration-servlet-2.5-reload ........ SUCCESS [  0.229 s]
[INFO] jersey-tests-integration-servlet-3-async ........... SUCCESS [  0.306 s]
[INFO] jersey-tests-integration-servlet-3-chunked-io ...... SUCCESS [  0.549 s]
[INFO] jersey-tests-integration-servlet-3-filter .......... SUCCESS [  0.521 s]
[INFO] jersey-tests-integration-servlet-3-gf-async ........ SUCCESS [  0.252 s]
[INFO] jersey-tests-integration-servlet-3-inflector-1 ..... SUCCESS [  0.304 s]
[INFO] jersey-tests-integration-servlet-3-init-1 .......... SUCCESS [  0.283 s]
[INFO] jersey-tests-integration-servlet-3-init-2 .......... SUCCESS [  0.258 s]
[INFO] jersey-tests-integration-servlet-3-init-3 .......... SUCCESS [  0.257 s]
[INFO] jersey-tests-integration-servlet-3-init-4 .......... SUCCESS [  0.274 s]
[INFO] jersey-tests-integration-servlet-3-init-5 .......... SUCCESS [  0.330 s]
[INFO] jersey-tests-integration-servlet-3-init-6 .......... SUCCESS [  0.224 s]
[INFO] jersey-tests-integration-servlet-3-init-7 .......... SUCCESS [  1.123 s]
[INFO] jersey-tests-integration-servlet-3-init-8 .......... SUCCESS [  0.623 s]
[INFO] jersey-tests-integration-servlet-3-init-9 .......... SUCCESS [  0.547 s]
[INFO] jersey-tests-integration-servlet-3-init-provider ... SUCCESS [  1.092 s]
[INFO] jersey-tests-integration-servlet-3-params .......... SUCCESS [  0.779 s]
[INFO] jersey-tests-integration-servlet-3-sse-1 ........... SUCCESS [  0.431 s]
[INFO] jersey-tests-integration-servlet-4.0-mvc-1 ......... SUCCESS [  0.790 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 SUCCESS [  2.507 s]
[INFO] jersey-tests-integration-servlet-request-wrapper-binding SUCCESS [  1.170 s]
[INFO] jersey-tests-integration-servlet-tests ............. SUCCESS [  1.480 s]
[INFO] jersey-tests-integration-sonar-test ................ SUCCESS [  0.699 s]
[INFO] jersey-tests-integration-spring4 ................... SUCCESS [  1.623 s]
[INFO] jersey-tests-integration-spring5 ................... SUCCESS [  0.548 s]
[INFO] jersey-tests-integration-tracing-support ........... SUCCESS [  0.429 s]
[INFO] reactive-streams-integration-project ............... SUCCESS [  0.033 s]
[INFO] sse-reactive-streams-tck ........................... SUCCESS [  1.432 s]
[INFO] jersey-tests-jmockit ............................... SUCCESS [  0.144 s]
[INFO] jersey-test-framework-memleak-test-common .......... SUCCESS [  0.507 s]
[INFO] jersey-tests-memleak ............................... SUCCESS [  0.030 s]
[INFO] jersey-tests-memleak-redeployment .................. SUCCESS [  0.031 s]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app . SUCCESS [  0.280 s]
[INFO] jersey-examples-webapp-parent-pom .................. SUCCESS [  0.052 s]
[INFO] jersey-examples-helloworld-webapp .................. SUCCESS [  0.248 s]
[INFO] jersey-test-framework-maven ........................ SUCCESS [  0.050 s]
[INFO] jersey-test-framework-maven-container-runner-plugin  SUCCESS [  8.626 s]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref SUCCESS [  0.273 s]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app .... SUCCESS [  0.301 s]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app . SUCCESS [  0.223 s]
[INFO] jersey-tests-memleak-testcase ...................... SUCCESS [  0.077 s]
[INFO] jersey-tests-memleak-testcase-bean-param-leak ...... SUCCESS [  0.345 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak ... SUCCESS [  0.344 s]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client SUCCESS [  0.137 s]
[INFO] jersey-tests-memleak-testcase-leaking-test-app ..... SUCCESS [  0.391 s]
[INFO] jersey-tests-osgi .................................. SUCCESS [  0.089 s]
[INFO] jersey-tests-osgi-functional ....................... SUCCESS [ 13.857 s]
[INFO] jersey-tests-stress ................................ SUCCESS [  0.077 s]
[INFO] jersey-tests-performance ........................... SUCCESS [  0.025 s]
[INFO] performance-test-benchmarks ........................ SUCCESS [  2.355 s]
[INFO] jersey-tests-performance-runners ................... SUCCESS [  0.029 s]
[INFO] jersey-grizzly-runner .............................. SUCCESS [  0.453 s]
[INFO] jersey-tests-performance-testcase .................. SUCCESS [  0.033 s]
[INFO] jersey-tests-performance-assemblies ................ SUCCESS [  0.102 s]
[INFO] jersey-tests-performance-filter-dynamic-test ....... SUCCESS [  0.411 s]
[INFO] jersey-tests-performance-filter-global-test ........ SUCCESS [  0.289 s]
[INFO] jersey-tests-performance-filter-name-test .......... SUCCESS [  0.393 s]
[INFO] jersey-tests-performance-interceptor-dynamic-test .. SUCCESS [  0.361 s]
[INFO] jersey-tests-performance-interceptor-global-test ... SUCCESS [  0.348 s]
[INFO] jersey-tests-performance-interceptor-name-test ..... SUCCESS [  0.367 s]
[INFO] jersey-tests-performance-custom-provider-test ...... SUCCESS [  0.376 s]
[INFO] jersey-tests-performance-json-jackson-test ......... SUCCESS [  0.505 s]
[INFO] jersey-tests-performance-json-moxy-test ............ SUCCESS [  0.608 s]
[INFO] jersey-tests-performance-mbw-kryo-test ............. SUCCESS [  0.408 s]
[INFO] jersey-tests-performance-text-plain-test ........... SUCCESS [  0.292 s]
[INFO] jersey-tests-performance-xml-jaxb-test ............. SUCCESS [  0.400 s]
[INFO] jersey-tests-performance-xml-moxy-test ............. SUCCESS [  0.398 s]
[INFO] jersey-tests-performance-param-srl ................. SUCCESS [  0.329 s]
[INFO] jersey-tests-performance-proxy-injection-test ...... SUCCESS [  0.288 s]
[INFO] performance-test-tools ............................. SUCCESS [  0.305 s]
[INFO] jersey-examples-assemblies ......................... SUCCESS [  0.077 s]
[INFO] jersey-examples-bookmark ........................... SUCCESS [  0.332 s]
[INFO] jersey-examples-bookmark-em ........................ SUCCESS [  0.408 s]
[INFO] jersey-examples-bookstore-webapp ................... SUCCESS [  0.454 s]
[INFO] jersey-examples-cdi-webapp ......................... SUCCESS [  0.365 s]
[INFO] jersey-examples-clipboard .......................... SUCCESS [  0.175 s]
[INFO] jersey-examples-clipboard-programmatic ............. SUCCESS [  0.263 s]
[INFO] jersey-examples-declarative-linking ................ SUCCESS [  0.274 s]
[INFO] jersey-examples-entity-filtering ................... SUCCESS [  0.387 s]
[INFO] jersey-examples-entity-filtering-selectable ........ SUCCESS [  0.191 s]
[INFO] jersey-examples-entity-filtering-security .......... SUCCESS [  0.247 s]
[INFO] jersey-examples-extended-wadl-webapp ............... SUCCESS [  2.196 s]
[INFO] jersey-examples-exception-mapping .................. SUCCESS [  0.383 s]
[INFO] jersey-examples-freemarker-webapp .................. SUCCESS [  0.267 s]
[INFO] jersey-examples-groovy ............................. SUCCESS [ 17.781 s]
[INFO] jersey-examples-helloworld ......................... SUCCESS [  1.267 s]
[INFO] jersey-examples-helloworld-benchmark ............... SUCCESS [  2.155 s]
[INFO] jersey-examples-helloworld-cdi2-se ................. SUCCESS [  1.305 s]
[INFO] jersey-examples-helloworld-netty ................... SUCCESS [  1.179 s]
[INFO] jersey-examples-helloworld-programmatic ............ SUCCESS [  0.795 s]
[INFO] jersey-examples-helloworld-pure-jax-rs ............. SUCCESS [  0.273 s]
[INFO] jersey-examples-helloworld-weld .................... SUCCESS [  0.679 s]
[INFO] jersey-examples-helloworld-spring-webapp ........... SUCCESS [  1.847 s]
[INFO] helloworld-spring-annotations ...................... SUCCESS [  1.500 s]
[INFO] jersey-examples-http-patch ......................... SUCCESS [  0.637 s]
[INFO] jersey-examples-http-trace ......................... SUCCESS [  0.340 s]
[INFO] jersey-examples-https-clientserver-grizzly ......... SUCCESS [  0.324 s]
[INFO] jersey-examples-https-server-glassfish ............. SUCCESS [  0.332 s]
[INFO] jersey-examples-java8-webapp ....................... SUCCESS [  0.465 s]
[INFO] jersey-examples-jaxb ............................... SUCCESS [  0.511 s]
[INFO] jersey-examples-jaxrs-types-injection .............. SUCCESS [  0.342 s]
[INFO] jersey-examples-ejb ................................ SUCCESS [  0.766 s]
[INFO] jersey-examples-json-binding-webapp ................ SUCCESS [  2.624 s]
[INFO] jersey-examples-json-jackson ....................... SUCCESS [  2.180 s]
[INFO] jersey-examples-json-jackson1 ...................... SUCCESS [  1.441 s]
[INFO] jersey-examples-json-jettison ...................... SUCCESS [  1.453 s]
[INFO] jersey-examples-json-moxy .......................... SUCCESS [  2.051 s]
[INFO] jersey-examples-json-processing-webapp ............. SUCCESS [  1.740 s]
[INFO] jersey-examples-json-with-padding .................. SUCCESS [  1.100 s]
[INFO] jersey-examples-managed-beans-webapp ............... SUCCESS [  1.605 s]
[INFO] jersey-examples-managed-client ..................... SUCCESS [  1.471 s]
[INFO] jersey-examples-managed-client-webapp .............. SUCCESS [  2.379 s]
[INFO] jersey-examples-managed-client-simple-webapp ....... SUCCESS [  1.392 s]
[INFO] jersey-examples-multipart-webapp ................... SUCCESS [  0.993 s]
[INFO] jersey-examples-open-tracing ....................... SUCCESS [  0.637 s]
[INFO] jersey-examples-osgi-helloworld-webapp ............. SUCCESS [  0.032 s]
[INFO] jersey-examples-osgi-helloworld-webapp-lib ......... SUCCESS [  0.190 s]
[INFO] jersey-examples-osgi-helloworld-webapp-additional .. SUCCESS [  0.262 s]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version SUCCESS [  0.156 s]
[INFO] jersey-examples-osgi-helloworld-webapp-wab ......... SUCCESS [  0.487 s]
[INFO] jersey-examples-osgi-helloworld-webapp-test ........ SUCCESS [  0.659 s]
[INFO] jersey-examples-osgi-http-service .................. SUCCESS [  0.027 s]
[INFO] jersey-examples-osgi-http-service-bundle ........... SUCCESS [  1.505 s]
[INFO] jersey-examples-osgi-http-service-test ............. SUCCESS [  0.417 s]
[INFO] oauth-client-twitter ............................... SUCCESS [  0.106 s]
[INFO] jersey-examples-reload ............................. SUCCESS [  0.250 s]
[INFO] jersey-examples-rx-client-webapp ................... SUCCESS [  0.768 s]
[INFO] jersey-examples-server-async ....................... SUCCESS [  0.333 s]
[INFO] jersey-examples-server-async-managed ............... SUCCESS [  0.410 s]
[INFO] jersey-examples-server-async-standalone ............ SUCCESS [  0.035 s]
[INFO] jersey-examples-server-async-standalone-client ..... SUCCESS [  0.351 s]
[INFO] jersey-examples-server-async-standalone-webapp ..... SUCCESS [  0.084 s]
[INFO] jersey-examples-server-sent-events-jaxrs ........... SUCCESS [  0.181 s]
[INFO] jersey-examples-servlet3-webapp .................... SUCCESS [  0.340 s]
[INFO] jersey-examples-simple-console ..................... SUCCESS [  0.599 s]
[INFO] jersey-examples-sse-item-store-jersey-webapp ....... SUCCESS [  1.352 s]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp ........ SUCCESS [  1.501 s]
[INFO] jersey-examples-sse-twitter-aggregator ............. SUCCESS [  2.851 s]
[INFO] jersey-examples-system-properties .................. SUCCESS [  2.669 s]
[INFO] jersey-examples-moxy ............................... SUCCESS [  1.373 s]
[INFO] jersey-test-framework-maven-custom-enforcer-rules .. SUCCESS [ 16.878 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20:41 min
[INFO] Finished at: 2021-06-29T09:38:29Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS