Skip to content

Console Output

Started by user Maxim Nesen
Running as Maxim Nesen
Agent basic-1n0m5 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-1n0m5"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-1n0m5"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-1n0m5"
    - 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.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "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:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  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"

Building remotely on basic-1n0m5 in workspace /home/jenkins/agent/workspace/multirelease_jar_build_test
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/multirelease_jar_build_test # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse tags/3.0.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/tags/3.0.0^{commit} # timeout=10
Checking out Revision 0a3ad7ca5ac372af59a930a7e66b1dcc264d510c (tags/3.0.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0a3ad7ca5ac372af59a930a7e66b1dcc264d510c # timeout=10
Commit message: "3.0.0"
First time build. Skipping changelog.
[multirelease_jar_build_test] $ /bin/bash -xe /tmp/jenkins7201540134784371669.sh
+ JAVA_8_HOME=/opt/tools/java/oracle/jdk-8/1.8.0_202
+ MVN_HOME=/opt/tools/apache-maven/latest
+ export PATH=/opt/tools/java/openjdk/jdk-12/latest/bin:/opt/tools/java/openjdk/jdk-12/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/tools/apache-maven/latest/bin
+ PATH=/opt/tools/java/openjdk/jdk-12/latest/bin:/opt/tools/java/openjdk/jdk-12/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/tools/apache-maven/latest/bin
+ mvn clean install -DskipTests -pl :jersey-container-jetty-http -V
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 12.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-12/12.0.2+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >-----
[INFO] Building jersey-container-jetty-http 3.0.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-container-jetty-http ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-container-jetty-http ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-container-jetty-http ---
[INFO] Resources:
[INFO] org/glassfish/jersey/jetty/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-container-jetty-http ---
[INFO] Source directory: /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/main/java11 added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/target11/classes
[INFO] /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (base-compile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/target11/classes
[INFO] /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/main/java11/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-container-jetty-http ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-container-jetty-http ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/target11/test-classes
[INFO] /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/LifecycleListenerTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/LifecycleListenerTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ jersey-container-jetty-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/target11/jersey-container-jetty-http-3.0.0.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-container-jetty-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/target11/jersey-container-jetty-http-3.0.0-sources.jar
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:bundle (osgi-bundle) @ jersey-container-jetty-http ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-container-jetty-http ---
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/target11/jersey-container-jetty-http-3.0.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.0/jersey-container-jetty-http-3.0.0.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.0/jersey-container-jetty-http-3.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/containers/jetty-http/target11/jersey-container-jetty-http-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/3.0.0/jersey-container-jetty-http-3.0.0-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  36.170 s
[INFO] Finished at: 2020-12-22T11:54:03Z
[INFO] ------------------------------------------------------------------------
+ export JAVA_HOME=/opt/tools/java/oracle/jdk-8/1.8.0_202
+ JAVA_HOME=/opt/tools/java/oracle/jdk-8/1.8.0_202
+ mvn package source:jar javadoc:jar install:install -V -DskipTests
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jersey                                                             [pom]
[INFO] jersey-archetypes                                                  [pom]
[INFO] jersey-archetype-heroku-webapp                         [maven-archetype]
[INFO] jersey-archetype-grizzly2                              [maven-archetype]
[INFO] jersey-archetype-webapp                                [maven-archetype]
[INFO] jersey-example-java8-webapp                            [maven-archetype]
[INFO] jersey-bom                                                         [pom]
[INFO] jersey-core-common                                                 [jar]
[INFO] jersey-inject                                                      [pom]
[INFO] jersey-inject-hk2                                                  [jar]
[INFO] jersey-core-client                                                 [jar]
[INFO] jersey-media                                                       [pom]
[INFO] jersey-media-jaxb                                                  [jar]
[INFO] jersey-core-server                                                 [jar]
[INFO] jersey-containers                                                  [pom]
[INFO] jersey-container-grizzly2-http                                     [jar]
[INFO] jersey-container-servlet-core                                      [jar]
[INFO] jersey-test-framework                                              [pom]
[INFO] jersey-test-framework-core                                         [jar]
[INFO] jersey-container-servlet                                           [jar]
[INFO] jersey-container-grizzly2-servlet                                  [jar]
[INFO] jersey-test-framework-providers                                    [pom]
[INFO] jersey-test-framework-provider-grizzly2                            [jar]
[INFO] jersey-connectors                                                  [pom]
[INFO] jersey-connectors-apache                                           [jar]
[INFO] jersey-test-framework-provider-inmemory                            [jar]
[INFO] jersey-test-framework-provider-external                            [jar]
[INFO] jersey-container-jdk-http                                          [jar]
[INFO] jersey-test-framework-provider-jdk-http                            [jar]
[INFO] jersey-container-simple-http                                       [jar]
[INFO] jersey-test-framework-provider-simple                              [jar]
[INFO] jersey-connectors-netty                                            [jar]
[INFO] jersey-container-netty-http                                        [jar]
[INFO] jersey-test-framework-provider-netty                               [jar]
[INFO] jersey-container-jetty-http                                        [jar]
[INFO] jersey-test-framework-provider-jetty                               [jar]
[INFO] jersey-test-framework-provider-bundle                              [pom]
[INFO] jersey-connectors-grizzly                                          [jar]
[INFO] jersey-connectors-jdk                                              [jar]
[INFO] jersey-connectors-jetty                                            [jar]
[INFO] jersey-extensions                                                  [pom]
[INFO] jersey-cdi-support                                                 [pom]
[INFO] jersey-ext-cdi1x                                                   [jar]
[INFO] jersey-glassfish-support                                           [pom]
[INFO] jersey-gf-ejb                                                      [jar]
[INFO] jersey-container-jetty-servlet                                     [jar]
[INFO] jersey-ext-bean-validation                                         [jar]
[INFO] jersey-ext-cdi1x-ban-custom-hk2-binding                            [jar]
[INFO] jersey-ext-cdi1x-servlet                                           [jar]
[INFO] jersey-ext-cdi1x-transaction                                       [jar]
[INFO] jersey-ext-cdi1x-validation                                        [jar]
[INFO] jersey-ext-weld2-se                                                [jar]
[INFO] jersey-ext-entity-filtering                                        [jar]
[INFO] jersey-ext-metainf-services                                        [jar]
[INFO] jersey-ext-mvc                                                     [jar]
[INFO] jersey-ext-mvc-bean-validation                                     [jar]
[INFO] jersey-ext-mvc-freemarker                                          [jar]
[INFO] jersey-ext-mvc-jsp                                                 [jar]
[INFO] jersey-ext-mvc-mustache                                            [jar]
[INFO] jersey-ext-proxy-client                                            [jar]
[INFO] jersey-ext-rx                                                      [pom]
[INFO] jersey-ext-rx-client-guava                                         [jar]
[INFO] jersey-ext-rx-client-rxjava                                        [jar]
[INFO] jersey-ext-rx-client-rxjava2                                       [jar]
[INFO] jersey-wadl-doclet                                                 [jar]
[INFO] project                                                            [pom]
[INFO] jersey-mp-config                                                   [jar]
[INFO] jersey-incubator                                                   [pom]
[INFO] jersey-declarative-linking                                         [jar]
[INFO] jersey-ext-gae-integration                                         [jar]
[INFO] jersey-media-html-json                                             [jar]
[INFO] jersey-media-kryo                                                  [jar]
[INFO] jersey-open-tracing                                                [jar]
[INFO] jersey-inject-cdi2-se                                              [jar]
[INFO] jersey-media-json-binding                                          [jar]
[INFO] jersey-media-json-jackson                                          [jar]
[INFO] jersey-media-json-jettison                                         [jar]
[INFO] jersey-media-json-processing                                       [jar]
[INFO] jersey-media-moxy                                                  [jar]
[INFO] jersey-media-multipart                                             [jar]
[INFO] jersey-media-sse                                                   [jar]
[INFO] jersey-security                                                    [pom]
[INFO] oauth1-signature                                                   [jar]
[INFO] jersey-security                                                    [jar]
[INFO] oauth1-server                                                      [jar]
[INFO] oauth2-client                                                      [jar]
[INFO] jersey-test-framework-util                                         [jar]
[INFO] jersey-tests                                                       [pom]
[INFO] jersey-tests-e2e                                                   [jar]
[INFO] jersey-tests-e2e-client                                            [jar]
[INFO] jersey-tests-e2e-core-common                                       [jar]
[INFO] jersey-tests-e2e-entity                                            [jar]
[INFO] jersey-tests-e2e-inject                                            [pom]
[INFO] jersey-tests-e2e-inject-cdi-se                                     [jar]
[INFO] e2e-inject-hk2                                                     [jar]
[INFO] jersey-tests-e2e-server                                            [jar]
[INFO] jersey-tests-e2e-testng                                            [jar]
[INFO] jersey-tests-integration                                           [pom]
[INFO] jersey-asm-integration                                             [jar]
[INFO] cdi-integration-project                                            [pom]
[INFO] jersey-tests-cdi-beanvalidation-webapp                             [war]
[INFO] jersey-tests-cdi-ejb-webapp                                        [war]
[INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp             [war]
[INFO] cdi-manually-bound                                                 [jar]
[INFO] jersey-tests-cdi-log-check                                         [war]
[INFO] jersey-tests-integration-cdi-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-cdi-multimodule-war                       [war]
[INFO] jersey-tests-integration-cdi-multimodule-war2                      [war]
[INFO] jersey-tests-integration-cdi-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-cdi-multimodule                           [pom]
[INFO] jersey-tests-cdi-multipart-webapp                                  [war]
[INFO] jersey-tests-cdi-webapp                                            [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp           [war]
[INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp    [war]
[INFO] jersey-tests-cdi-with-jersey-injection-webapp                      [war]
[INFO] client-connector-provider                                          [jar]
[INFO] jersey-tests-integration-ejb-multimodule-lib                       [jar]
[INFO] jersey-tests-integration-ejb-multimodule-war                       [war]
[INFO] jersey-tests-integration-ejb-multimodule-ear                       [ear]
[INFO] jersey-tests-integration-ejb-multimodule                           [pom]
[INFO] jersey-tests-integration-ejb-multimodule-reload-lib                [jar]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war1               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-war2               [war]
[INFO] jersey-tests-integration-ejb-multimodule-reload-ear                [ear]
[INFO] jersey-tests-integration-ejb-multimodule-reload                    [pom]
[INFO] jersey-tests-ejb-webapp                                            [war]
[INFO] j-376-reproducer                                                   [jar]
[INFO] jersey-tests-integration-j-441-war1                                [war]
[INFO] jersey-tests-integration-j-441-war2                                [war]
[INFO] jersey-tests-integration-j-441-ear                                 [ear]
[INFO] jersey-tests-integration-j-441                                     [pom]
[INFO] jersey-tests-integration-j-59-ejb-lib                              [jar]
[INFO] jersey-tests-integration-j-59-cdi-war                              [war]
[INFO] jersey-tests-integration-j-59-ear                                  [ear]
[INFO] jersey-tests-integration-j-59                                      [pom]
[INFO] jersey-tests-integration-jersey-2136                               [war]
[INFO] jersey-tests-integration-jersey-2137                               [war]
[INFO] jersey-tests-integration-jersey-2154                               [war]
[INFO] jersey-tests-integration-jersey-2421                               [war]
[INFO] jersey-tests-integration-jersey-2776                               [war]
[INFO] jersey-tests-integration-jersey-3670                               [war]
[INFO] jersey-3992                                                        [war]
[INFO] jersey-tests-integration-jersey-4003                               [jar]
[INFO] jersey-tests-integration-jersey-4099                               [war]
[INFO] jersey-4321                                                        [jar]
[INFO] jersey-examples                                                    [pom]
[INFO] jersey-examples-server-sent-events-jersey                          [jar]
[INFO] jersey-4507                                                        [jar]
[INFO] jersey-4542                                                        [jar]
[INFO] jersey-bundles                                                     [pom]
[INFO] jersey-bundles-jaxrs-ri                                         [bundle]
[INFO] microprofile-integration-project                                   [pom]
[INFO] microprofile-config-project                                        [pom]
[INFO] config-webapp                                                      [jar]
[INFO] helidon-config-webapp                                              [war]
[INFO] reactive-streams-integration-project                               [pom]
[INFO] sse-reactive-streams-tck                                           [jar]
[INFO] jersey-tests-jmockit                                               [jar]
[INFO] jersey-test-framework-memleak-test-common                          [jar]
[INFO] jersey-tests-memleak                                               [pom]
[INFO] jersey-tests-memleak-redeployment                                  [pom]
[INFO] jersey-tests-memleak-redeployment-leaking-test-app                 [war]
[INFO] jersey-examples-webapp-parent-pom                                  [pom]
[INFO] jersey-examples-helloworld-webapp                                  [war]
[INFO] jersey-test-framework-maven                                        [pom]
[INFO] jersey-test-framework-maven-container-runner-plugin       [maven-plugin]
[INFO] jersey-tests-memleak-redeployment-hello-world-app-ref              [jar]
[INFO] jersey-tests-memleak-redeployment-no-jersey-app                    [war]
[INFO] jersey-tests-memleak-redeployment-threadlocals-app                 [war]
[INFO] jersey-tests-memleak-testcase                                      [pom]
[INFO] jersey-tests-memleak-testcase-bean-param-leak                      [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak                   [war]
[INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client            [jar]
[INFO] jersey-tests-memleak-testcase-leaking-test-app                     [war]
[INFO] jersey-tests-osgi                                                  [pom]
[INFO] jersey-tests-osgi-functional                                       [pom]
[INFO] jersey-tests-stress                                                [jar]
[INFO] jersey-tests-performance                                           [pom]
[INFO] performance-test-benchmarks                                        [jar]
[INFO] jersey-tests-performance-runners                                   [pom]
[INFO] jersey-grizzly-runner                                              [jar]
[INFO] jersey-tests-performance-testcase                                  [pom]
[INFO] jersey-tests-performance-assemblies                                [jar]
[INFO] jersey-tests-performance-filter-dynamic-test                       [jar]
[INFO] jersey-tests-performance-filter-global-test                        [jar]
[INFO] jersey-tests-performance-filter-name-test                          [jar]
[INFO] jersey-tests-performance-interceptor-dynamic-test                  [jar]
[INFO] jersey-tests-performance-interceptor-global-test                   [jar]
[INFO] jersey-tests-performance-interceptor-name-test                     [jar]
[INFO] jersey-tests-performance-custom-provider-test                      [jar]
[INFO] jersey-tests-performance-json-jackson-test                         [jar]
[INFO] jersey-tests-performance-json-moxy-test                            [jar]
[INFO] jersey-tests-performance-mbw-kryo-test                             [jar]
[INFO] jersey-tests-performance-text-plain-test                           [jar]
[INFO] jersey-tests-performance-xml-jaxb-test                             [jar]
[INFO] jersey-tests-performance-xml-moxy-test                             [jar]
[INFO] jersey-tests-performance-param-srl                                 [jar]
[INFO] jersey-tests-performance-proxy-injection-test                      [jar]
[INFO] performance-test-tools                                             [jar]
[INFO] jersey-examples-assemblies                                         [jar]
[INFO] jersey-examples-bookstore-webapp                                   [war]
[INFO] jersey-examples-cdi-webapp                                         [war]
[INFO] jersey-examples-clipboard                                          [jar]
[INFO] jersey-examples-clipboard-programmatic                             [jar]
[INFO] jersey-examples-declarative-linking                                [jar]
[INFO] jersey-examples-entity-filtering                                   [jar]
[INFO] jersey-examples-entity-filtering-selectable                        [jar]
[INFO] jersey-examples-entity-filtering-security                          [jar]
[INFO] jersey-examples-exception-mapping                                  [jar]
[INFO] jersey-examples-freemarker-webapp                                  [war]
[INFO] jersey-examples-groovy                                             [jar]
[INFO] jersey-examples-helloworld                                         [jar]
[INFO] jersey-examples-helloworld-benchmark                               [jar]
[INFO] jersey-examples-helloworld-cdi2-se                                 [jar]
[INFO] jersey-examples-helloworld-netty                                   [jar]
[INFO] jersey-examples-helloworld-programmatic                            [jar]
[INFO] jersey-examples-helloworld-pure-jax-rs                             [jar]
[INFO] jersey-examples-helloworld-weld                                    [jar]
[INFO] jersey-examples-http-patch                                         [jar]
[INFO] jersey-examples-http-trace                                         [jar]
[INFO] jersey-examples-https-clientserver-grizzly                         [jar]
[INFO] jersey-examples-https-server-glassfish                             [war]
[INFO] jersey-examples-java8-webapp                                       [war]
[INFO] jersey-examples-jaxb                                               [jar]
[INFO] jersey-examples-jaxrs-types-injection                              [jar]
[INFO] jersey-examples-ejb                                                [war]
[INFO] jersey-examples-json-binding-webapp                                [war]
[INFO] jersey-examples-json-jackson                                       [jar]
[INFO] jersey-examples-json-jettison                                      [jar]
[INFO] jersey-examples-json-moxy                                          [jar]
[INFO] jersey-examples-json-processing-webapp                             [war]
[INFO] jersey-examples-json-with-padding                                  [jar]
[INFO] jersey-examples-managed-beans-webapp                               [war]
[INFO] jersey-examples-managed-client                                     [jar]
[INFO] jersey-examples-managed-client-webapp                              [war]
[INFO] jersey-examples-managed-client-simple-webapp                       [war]
[INFO] jersey-examples-multipart-webapp                                   [war]
[INFO] jersey-examples-open-tracing                                       [jar]
[INFO] jersey-examples-rx-client-webapp                                   [war]
[INFO] jersey-examples-server-async                                       [jar]
[INFO] jersey-examples-server-async-managed                               [jar]
[INFO] jersey-examples-server-async-standalone                            [pom]
[INFO] jersey-examples-server-async-standalone-client                     [jar]
[INFO] jersey-examples-server-async-standalone-webapp                     [war]
[INFO] jersey-examples-server-sent-events-jaxrs                           [jar]
[INFO] jersey-examples-servlet3-webapp                                    [war]
[INFO] jersey-examples-simple-console                                     [jar]
[INFO] jersey-examples-sse-item-store-jersey-webapp                       [war]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp                        [war]
[INFO] jersey-examples-sse-twitter-aggregator                             [jar]
[INFO] jersey-examples-system-properties                                  [jar]
[INFO] jersey-examples-moxy                                               [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[WARNING] The POM for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1: Plugin org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1 or one of its dependencies could not be resolved: Could not find artifact org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)
[WARNING] The POM for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1: Plugin org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1 or one of its dependencies could not be resolved: Failure to find org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 in https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[WARNING] The POM for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1: Plugin org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1 or one of its dependencies could not be resolved: Failure to find org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 in https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 3.0.0                                            [1/253]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1: Plugin org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1 or one of its dependencies could not be resolved: Failure to find org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 in https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[WARNING] The POM for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1: Plugin org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1 or one of its dependencies could not be resolved: Failure to find org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 in https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[WARNING] The POM for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1: Plugin org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:1.0.1 or one of its dependencies could not be resolved: Failure to find org.glassfish.jersey.tools.plugins:jersey-doc-modulelist-maven-plugin:jar:1.0.1 in https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[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] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ 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] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ project <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ project ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (default-cli) @ project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-cli) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/3.0.0/project-3.0.0.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.archetypes:project >---------------
[INFO] Building jersey-archetypes 3.0.0                                 [2/253]
[INFO] --------------------------------[ pom ]---------------------------------
[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] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ project ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ 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] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ project ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ project <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ project ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (default-cli) @ project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-cli) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/3.0.0/project-3.0.0.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >--------
[INFO] Building jersey-archetype-heroku-webapp 3.0.0                    [3/253]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-heroku-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-heroku-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-heroku-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-heroku-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-heroku-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.0
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.0-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ jersey-heroku-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-heroku-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-heroku-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ jersey-heroku-webapp <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (default-cli) @ jersey-heroku-webapp ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-cli) @ jersey-heroku-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.0/jersey-heroku-webapp-3.0.0.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.0/jersey-heroku-webapp-3.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.0/jersey-heroku-webapp-3.0.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/3.0.0/jersey-heroku-webapp-3.0.0-sources.jar
[INFO] 
[INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >-----
[INFO] Building jersey-archetype-grizzly2 3.0.0                         [4/253]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-quickstart-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-grizzly2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-grizzly2/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-grizzly2 ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.0
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.0-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ jersey-quickstart-grizzly2 >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-grizzly2 ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-quickstart-grizzly2 ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ jersey-quickstart-grizzly2 <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (default-cli) @ jersey-quickstart-grizzly2 ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-cli) @ jersey-quickstart-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.0/jersey-quickstart-grizzly2-3.0.0.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.0/jersey-quickstart-grizzly2-3.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.0/jersey-quickstart-grizzly2-3.0.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/3.0.0/jersey-quickstart-grizzly2-3.0.0-sources.jar
[INFO] 
[INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------
[INFO] Building jersey-archetype-webapp 3.0.0                           [5/253]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-quickstart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-sources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jersey-quickstart-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-quickstart-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.0
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.0-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ jersey-quickstart-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-quickstart-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-quickstart-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ jersey-quickstart-webapp <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (default-cli) @ jersey-quickstart-webapp ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-cli) @ jersey-quickstart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.0/jersey-quickstart-webapp-3.0.0.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.0/jersey-quickstart-webapp-3.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.0/jersey-quickstart-webapp-3.0.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/3.0.0/jersey-quickstart-webapp-3.0.0-sources.jar
[INFO] 
[INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >-----
[INFO] Building jersey-example-java8-webapp 3.0.0                       [6/253]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-example-java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-example-java8-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-example-java8-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-example-java8-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-example-java8-webapp ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.0
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.0-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.0.1:jar (default-cli) > generate-sources @ jersey-example-java8-webapp >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-example-java8-webapp ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-example-java8-webapp ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/multirelease_jar_build_test
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (default-cli) < generate-sources @ jersey-example-java8-webapp <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (default-cli) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.4:jar (default-cli) @ jersey-example-java8-webapp ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-cli) @ jersey-example-java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.0/jersey-example-java8-webapp-3.0.0.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.0/jersey-example-java8-webapp-3.0.0.pom
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.0/jersey-example-java8-webapp-3.0.0-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/multirelease_jar_build_test/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-3.0.0-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/3.0.0/jersey-example-java8-webapp-3.0.0-sources.jar
[INFO] 
[INFO] ------------------< org.glassfish.jersey:jersey-bom >-------------------
[INFO] Building jersey-bom 3.0.0                                        [7/253]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (default-cli) > generate-sources @ jersey-bom >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (default-cli) < generate-sources @ jersey-bom <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (default-cli) @ jersey-bom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (default-cli) @ jersey-bom ---
Build was aborted
Aborted by Maxim Nesen
Skipped archiving because build is not successful
Finished: ABORTED