Skip to content

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Obtained etc/jenkins/continuous.groovy from git git@github.com:eclipse-ee4j/jax-ws-api.git
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-agent-g6j49 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-g6j49"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxws.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-g6j49"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-g6j49"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxws.svc.cluster.local/jaxws/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    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: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      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: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jaxws"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on default-agent-g6j49 in /home/jenkins/agent/workspace/jax-ws-api-master-build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jax-ws-api.git
 > git init /home/jenkins/agent/workspace/jax-ws-api-master-build # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jax-ws-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-ws-api.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jax-ws-api.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jax-ws-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jax-ws-api.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-ws-api.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 1751749d0efe50252c949f0115a1d5b3954016cd (refs/remotes/origin/master)
Commit message: "Maven settings files don't have to be specified separately anymore"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1751749d0efe50252c949f0115a1d5b3954016cd
 > git rev-list --no-walk 21428c2288085984e31772fd13eda57a3254d0a9 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Init)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
using credential github-bot-ssh
Fetching changes from the remote Git repository
Checking out Revision 1751749d0efe50252c949f0115a1d5b3954016cd (refs/remotes/origin/master)
Commit message: "Maven settings files don't have to be specified separately anymore"
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jax-ws-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jax-ws-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-ws-api.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1751749d0efe50252c949f0115a1d5b3954016cd
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 1751749d0efe50252c949f0115a1d5b3954016cd
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key 2776BC4F5165A5EB: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 2776BC4F5165A5EB: public key "Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 2776BC4F5165A5EB: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
+ gpg --list-keys --with-colons
+ awk -F: '/fpr:/ {print $10}'
+ sort -u
+ + echo -egpg '5
y
' --batch
 --command-fd 0 --expert --edit-key 335DCD9D3C49BDDA35092B1FAC690B38780454CD trust
Secret subkeys are available.

pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>

pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ echo -e+  '5
y
'gpg
 --batch --command-fd 0 --expert --edit-key CB3B6379F3D113FA3D7CB45F2776BC4F5165A5EB trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2023-10-02
pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>

pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
+ git config --global user.name 'Eclipse JAXWS Bot'
+ git config --global user.email jaxws-bot@eclipse.org
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials jaxws-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-JzdmC268ojMK/agent.301
SSH_AGENT_PID=303
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jax-ws-api-master-build@tmp/private_key_49213756579965618.key (/home/jenkins/agent/workspace/jax-ws-api-master-build@tmp/private_key_49213756579965618.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/continuous.sh
-[ Jakarta XML Web Services Specification Build ]-------------------------------
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-spec >-----------------
[INFO] Building Jakarta XML Web Services Specification 2.3-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.xml.ws-spec ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ jakarta.xml.ws-spec ---
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.7.1:process-asciidoc (asciidoc-to-html) @ jakarta.xml.ws-spec ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/home/jenkins/.m2/repository/org/jruby/jruby-complete/9.2.6.0/jruby-complete-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Rendered /home/jenkins/agent/workspace/jax-ws-api-master-build/spec/src/main/asciidoc/jakarta.xml.ws-spec.adoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.7.1:process-asciidoc (asciidoc-to-pdf) @ jakarta.xml.ws-spec ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Rendered /home/jenkins/agent/workspace/jax-ws-api-master-build/spec/src/main/asciidoc/jakarta.xml.ws-spec.adoc
[INFO] 
[INFO] --- maven-assembly-plugin:3.1.1:single (default) @ jakarta.xml.ws-spec ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/jax-ws-api-master-build/spec/src/assembly/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/jax-ws-api-master-build/spec/target/jakarta.xml.ws-spec-2.3-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.xml.ws-spec ---
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-api-master-build/spec/pom.xml to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-spec/2.3-SNAPSHOT/jakarta.xml.ws-spec-2.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-api-master-build/spec/target/jakarta.xml.ws-spec-2.3-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/xml/ws/jakarta.xml.ws-spec/2.3-SNAPSHOT/jakarta.xml.ws-spec-2.3-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  39.883 s
[INFO] Finished at: 2019-11-26T12:21:44Z
[INFO] ------------------------------------------------------------------------
-[ Jakarta XML Web Services API Build ]-----------------------------------------
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.4, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.4
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.21.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------
[INFO] Building Jakarta XML Web Services API 2.4.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 is missing, no dependency information available
[WARNING] The POM for jakarta.xml.soap:jakarta.xml.soap-api:jar:1.4.2 is missing, no dependency information available
[WARNING] The POM for jakarta.jws:jakarta.jws-api:jar:2.1.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  54.987 s
[INFO] Finished at: 2019-11-26T12:22:41Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project jakarta.xml.ws-api: Could not resolve dependencies for project jakarta.xml.ws:jakarta.xml.ws-api:jar:2.4.0-SNAPSHOT: The following artifacts could not be resolved: jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3, jakarta.xml.soap:jakarta.xml.soap-api:jar:1.4.2, jakarta.jws:jakarta.jws-api:jar:2.1.0: Could not find artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 303 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE