Skip to content

Console Output

Started by user Dmitry Kornilov
Rebuilds build #15
Obtained etc/jenkins/release.groovy from git git@github.com:eclipse-ee4j/saaj-api.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-java-834ng is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    cloudbees.com/master: "jaxws"
    jenkins: "slave"
  name: "default-java-834ng"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_AGENT_NAME"
      value: "default-java-834ng"
    - name: "JENKINS_NAME"
      value: "default-java-834ng"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jaxws.cje.svc.cluster.local/jaxws/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbi/jenkins-jnlp-agent:3.25@sha256:62913fe4840a51e81dd00b8ec0af31e78930f8c3a3eaaf15dca821d42b71a16d"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim"
      readOnly: true
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on default-java-834ng in /home/jenkins/agent/workspace/saaj-spec-api-release
[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/saaj-api.git
 > git init /home/jenkins/agent/workspace/saaj-spec-api-release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/saaj-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress -- git@github.com:eclipse-ee4j/saaj-api.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 9821606e48d9892a6d184b08e247dac66d9cb1af (refs/remotes/origin/master)
 > git config remote.origin.url git@github.com:eclipse-ee4j/saaj-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/saaj-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/saaj-api.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress -- git@github.com:eclipse-ee4j/saaj-api.git +refs/heads/master:refs/remotes/origin/master
 > 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 9821606e48d9892a6d184b08e247dac66d9cb1af
Commit message: "Integrate activation 1.2.2"
 > git rev-list --no-walk 4f15bb7166bdd690846a95745f3d0c823cb93107 # 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 9821606e48d9892a6d184b08e247dac66d9cb1af (refs/remotes/origin/master)
Commit message: "Integrate activation 1.2.2"
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/saaj-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/saaj-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress -- git@github.com:eclipse-ee4j/saaj-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 9821606e48d9892a6d184b08e247dac66d9cb1af
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 9821606e48d9892a6d184b08e247dac66d9cb1af
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: Fatal: can't create directory '/home/jenkins/.gnupg': Permission denied
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Release)
Stage "Release" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE