Skip to content
Aborted

Console Output

Started by upstream project "continuous-integration/ci_jenkins" build number 30
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-8689w is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-8689w"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-8689w"
    - 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-8689w"
    - 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-8689w 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 981b49d7268ff8fb412c952e26863be9589cfd90 (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 981b49d7268ff8fb412c952e26863be9589cfd90 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b ci_jenkins 981b49d7268ff8fb412c952e26863be9589cfd90 # timeout=10
Commit message: "CI env for Jenkins"
 > git rev-list --no-walk 981b49d7268ff8fb412c952e26863be9589cfd90 # 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: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-heroku-webapp/src/test/resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ jersey-heroku-webapp ---
Aborted by Maxim Nesen
Sending interrupt signal to process
Terminated
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-common ---
ERROR: An error was encountered with the build.
Tailing the last 500 lines of output:
[INFO] jersey-tests-performance-proxy-injection-test                      [jar]
[INFO] performance-test-tools                                             [jar]
[INFO] jersey-examples-assemblies                                         [jar]
[INFO] jersey-examples-bookmark                                           [war]
[INFO] jersey-examples-bookmark-em                                        [war]
[INFO] jersey-examples-bookstore-webapp                                   [war]
[INFO] jersey-examples-cdi-webapp                                         [war]
[INFO] jersey-examples-clipboard                                          [jar]
[INFO] jersey-examples-clipboard-programmatic                             [jar]
[INFO] jersey-examples-declarative-linking                                [jar]
[INFO] jersey-examples-entity-filtering                                   [jar]
[INFO] jersey-examples-entity-filtering-selectable                        [jar]
[INFO] jersey-examples-entity-filtering-security                          [jar]
[INFO] jersey-examples-extended-wadl-webapp                               [war]
[INFO] jersey-examples-exception-mapping                                  [jar]
[INFO] jersey-examples-freemarker-webapp                                  [war]
[INFO] jersey-examples-groovy                                             [jar]
[INFO] jersey-examples-helloworld                                         [jar]
[INFO] jersey-examples-helloworld-benchmark                               [jar]
[INFO] jersey-examples-helloworld-cdi2-se                                 [jar]
[INFO] jersey-examples-helloworld-netty                                   [jar]
[INFO] jersey-examples-helloworld-programmatic                            [jar]
[INFO] jersey-examples-helloworld-pure-jax-rs                             [jar]
[INFO] jersey-examples-helloworld-weld                                    [jar]
[INFO] jersey-examples-helloworld-spring-webapp                           [war]
[INFO] helloworld-spring-annotations                                      [jar]
[INFO] jersey-examples-http-patch                                         [jar]
[INFO] jersey-examples-http-trace                                         [jar]
[INFO] jersey-examples-https-clientserver-grizzly                         [jar]
[INFO] jersey-examples-https-server-glassfish                             [war]
[INFO] jersey-examples-java8-webapp                                       [war]
[INFO] jersey-examples-jaxb                                               [jar]
[INFO] jersey-examples-jaxrs-types-injection                              [jar]
[INFO] jersey-examples-ejb                                                [war]
[INFO] jersey-examples-json-binding-webapp                                [war]
[INFO] jersey-examples-json-jackson                                       [jar]
[INFO] jersey-examples-json-jackson1                                      [jar]
[INFO] jersey-examples-json-jettison                                      [jar]
[INFO] jersey-examples-json-moxy                                          [jar]
[INFO] jersey-examples-json-processing-webapp                             [war]
[INFO] jersey-examples-json-with-padding                                  [jar]
[INFO] jersey-examples-managed-beans-webapp                               [war]
[INFO] jersey-examples-managed-client                                     [jar]
[INFO] jersey-examples-managed-client-webapp                              [war]
[INFO] jersey-examples-managed-client-simple-webapp                       [war]
[INFO] jersey-examples-multipart-webapp                                   [war]
[INFO] jersey-examples-open-tracing                                       [jar]
[INFO] jersey-examples-osgi-helloworld-webapp                             [pom]
[INFO] jersey-examples-osgi-helloworld-webapp-lib                         [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-additional                  [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-alternate-version           [jar]
[INFO] jersey-examples-osgi-helloworld-webapp-wab                         [war]
[INFO] jersey-examples-osgi-helloworld-webapp-test                        [pom]
[INFO] jersey-examples-osgi-http-service                                  [pom]
[INFO] jersey-examples-osgi-http-service-bundle                           [jar]
[INFO] jersey-examples-osgi-http-service-test                             [pom]
[INFO] oauth-client-twitter                                               [jar]
[INFO] jersey-examples-reload                                             [jar]
[INFO] jersey-examples-rx-client-webapp                                   [war]
[INFO] jersey-examples-server-async                                       [jar]
[INFO] jersey-examples-server-async-managed                               [jar]
[INFO] jersey-examples-server-async-standalone                            [pom]
[INFO] jersey-examples-server-async-standalone-client                     [jar]
[INFO] jersey-examples-server-async-standalone-webapp                     [war]
[INFO] jersey-examples-server-sent-events-jaxrs                           [jar]
[INFO] jersey-examples-servlet3-webapp                                    [war]
[INFO] jersey-examples-simple-console                                     [jar]
[INFO] jersey-examples-sse-item-store-jersey-webapp                       [war]
[INFO] jersey-examples-sse-item-store-jaxrs-webapp                        [war]
[INFO] jersey-examples-sse-twitter-aggregator                             [jar]
[INFO] jersey-examples-system-properties                                  [jar]
[INFO] jersey-examples-moxy                                               [jar]
[INFO] jersey-test-framework-maven-custom-enforcer-rules                  [jar]
[INFO] 
[INFO] --------------------< org.glassfish.jersey:project >--------------------
[INFO] Building jersey 2.35-SNAPSHOT                                    [1/363]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin: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/single_ci_build
[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-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/2.35-SNAPSHOT/project-2.35-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.archetypes:project >---------------
[INFO] Building jersey-archetypes 2.35-SNAPSHOT                         [2/363]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-checkstyle-plugin: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/single_ci_build
[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-install-plugin:2.5.2:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/2.35-SNAPSHOT/project-2.35-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >--------
[INFO] Building jersey-archetype-heroku-webapp 2.35-SNAPSHOT            [3/363]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-heroku-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin: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/single_ci_build
[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/single_ci_build/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/single_ci_build/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.35-SNAPSHOT
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-heroku-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-heroku-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-heroku-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.35-SNAPSHOT/jersey-heroku-webapp-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.35-SNAPSHOT/jersey-heroku-webapp-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/2.35-SNAPSHOT/jersey-heroku-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp ---
[INFO] 
[INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >-----
[INFO] Building jersey-archetype-grizzly2 2.35-SNAPSHOT                 [4/363]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] --- maven-checkstyle-plugin: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/single_ci_build
[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/single_ci_build/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/single_ci_build/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.35-SNAPSHOT
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-grizzly2 ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.35-SNAPSHOT/jersey-quickstart-grizzly2-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.35-SNAPSHOT/jersey-quickstart-grizzly2-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/2.35-SNAPSHOT/jersey-quickstart-grizzly2-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 ---
[INFO] 
[INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------
[INFO] Building jersey-archetype-webapp 2.35-SNAPSHOT                   [5/363]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin: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/single_ci_build
[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/single_ci_build/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/single_ci_build/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.35-SNAPSHOT
[WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype.
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-quickstart-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-quickstart-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-quickstart-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.35-SNAPSHOT/jersey-quickstart-webapp-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.35-SNAPSHOT/jersey-quickstart-webapp-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/2.35-SNAPSHOT/jersey-quickstart-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp ---
[INFO] 
[INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >-----
[INFO] Building jersey-example-java8-webapp 2.35-SNAPSHOT               [6/363]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin: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/single_ci_build
[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/single_ci_build/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/single_ci_build/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.35-SNAPSHOT
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ jersey-example-java8-webapp ---
[INFO] Building jar: /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ jersey-example-java8-webapp ---
[WARNING] No Archetype IT projects: root 'projects' directory not found.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jersey-example-java8-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.35-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.35-SNAPSHOT/jersey-example-java8-webapp-2.35-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.35-SNAPSHOT/jersey-example-java8-webapp-2.35-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-2.35-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/2.35-SNAPSHOT/jersey-example-java8-webapp-2.35-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp ---
[INFO] 
[INFO] ------------------< org.glassfish.jersey:jersey-bom >-------------------
[INFO] Building jersey-bom 2.35-SNAPSHOT                                [7/363]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-bom ---
[INFO] Installing /home/jenkins/agent/workspace/single_ci_build/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/2.35-SNAPSHOT/jersey-bom-2.35-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.glassfish.jersey.core:jersey-common >---------------
[INFO] Building jersey-core-common 2.35-SNAPSHOT                        [8/363]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-common ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ jersey-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify) @ jersey-common ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ jersey-common ---
[INFO] Storing buildNumber: 2021-06-29 14:04:17 at timestamp: 1624975457198
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/single_ci_build/core-common && git rev-parse --verify HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/single_ci_build/core-common
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (default) @ jersey-common ---
[INFO] Executing tasks
[WARNING]      [echo] Building for JDK8
[INFO] Executed tasks
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jersey-common ---
[INFO] Highest basedir set to: /home/jenkins/agent/workspace/single_ci_build
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ jersey-common ---
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.8:rs-gen (default) @ jersey-common ---
[INFO] Resources:
[INFO] org/glassfish/jersey/internal/localization.properties
[INFO] Processing /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ jersey-common ---
[INFO] Source directory: /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/jsr166 added.
[INFO] Source directory: /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8 added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-sources) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to META-INF/
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (compile-1-jsr166) @ jersey-common ---
[INFO] Executing tasks
[INFO]     [javac] Compiling 3 source files to /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes
warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '1.8'
1 warning
[INFO]     [javac] Creating empty /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes/org/glassfish/jersey/internal/jsr166/package-info.class
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (compile-2-java8) @ jersey-common ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes-java8
[INFO]     [javac] Compiling 4 source files to /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes-java8
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release
import sun.misc.Unsafe;
               ^
warning: Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '1.8'
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release
import sun.misc.Unsafe;
               ^
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release
import sun.misc.Unsafe;
               ^
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1013: warning: Contended is internal proprietary API and may be removed in a future release
    @sun.misc.Contended
             ^
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:1596: warning: Unsafe is internal proprietary API and may be removed in a future release
        private static final sun.misc.Unsafe U = UnsafeAccessor.getUnsafe();
                                     ^
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:30: warning: Unsafe is internal proprietary API and may be removed in a future release
    static sun.misc.Unsafe getUnsafe() {
                   ^
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:32: warning: Unsafe is internal proprietary API and may be removed in a future release
            return sun.misc.Unsafe.getUnsafe();
                           ^
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:36: warning: Unsafe is internal proprietary API and may be removed in a future release
            return java.security.AccessController.doPrivileged((PrivilegedExceptionAction<Unsafe>) () -> {
                                                                                          ^
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release
                Class<Unsafe> k = Unsafe.class;
                      ^
/home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release
                Class<Unsafe> k = Unsafe.class;
                                  ^
11 warnings
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 368 source files to /home/jenkins/agent/workspace/single_ci_build/core-common/target/classes
[WARNING] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[19,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1013,14] sun.misc.Contended is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.java:[1596,38] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[30,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[32,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[36,91] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,23] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java8/org/glassfish/jersey/internal/jsr166/UnsafeAccessor.java:[37,35] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java/org/glassfish/jersey/internal/guava/MapMaker.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java/org/glassfish/jersey/internal/guava/MapMaker.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java/org/glassfish/jersey/process/internal/Stages.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/main/java/org/glassfish/jersey/process/internal/Stages.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jersey-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jersey-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/single_ci_build/core-common/target/test-classes
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProviderTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/message/internal/FormMultivaluedMapProviderTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/single_ci_build/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ jersey-common ---
script returned exit code 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: ABORTED