Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-szfzc is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-szfzc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxws.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-szfzc"
    - 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-szfzc"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxws.svc.cluster.local/jaxws/"
    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-jaxws"
      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"

[EnvInject] - Loading node environment variables.
Building remotely on basic-szfzc in workspace /home/jenkins/agent/workspace/jax-ws-api-master-dependency-update
[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-sqgnJmvTaypV/agent.69
SSH_AGENT_PID=71
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jax-ws-api-master-dependency-update@tmp/private_key_6074255110326503197.key (/home/jenkins/agent/workspace/jax-ws-api-master-dependency-update@tmp/private_key_6074255110326503197.key)
[ssh-agent] Using credentials jaxws-bot (GitHub bot SSH)
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-dependency-update # 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/* # timeout=10
 > 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 # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 7fdd23fa44bb7e64dabd441760ac264ffa25a04a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7fdd23fa44bb7e64dabd441760ac264ffa25a04a # timeout=10
Commit message: "Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 3.0.1-SNAPSHOT"
 > git rev-list --no-walk 2b8ee557ed1a587c1bbe16ebe3031df1d1442939 # timeout=10
[jax-ws-api-master-dependency-update] $ /bin/sh -e /tmp/jenkins2418337721447798566.sh
-[ Checking existing dependency update PR branches ]----------------------------
-[ Checking current version ]---------------------------------------------------
Snapshot version: 3.0.1-SNAPSHOT
PR version:       3.0.1
PR Branch:        DEP_UP_42_3.0.1
-[ Project repository update ]--------------------------------------------------
error: branch 'DEP_UP_42_3.0.1' not found.
error: unable to delete 'DEP_UP_42_3.0.1': remote ref does not exist
error: failed to push some refs to 'git@github.com:eclipse-ee4j/jax-ws-api.git'
Switched to a new branch 'DEP_UP_42_3.0.1'
-[ Project dependencies update ]------------------------------------------------
--[ Dependency Update ]---------------------------------------------------------
Dependency: jakarta.xml.bind:jakarta.xml.bind-api
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------
[INFO] Building Jakarta XML Web Services API 3.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-properties (default-cli) @ jakarta.xml.ws-api ---
[INFO] artifact com.github.spotbugs:spotbugs-maven-plugin: checking for updates from sonatype-nexus-staging
[INFO] artifact com.github.spotbugs:spotbugs-maven-plugin: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.xml.bind:jakarta.xml.bind-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.xml.bind:jakarta.xml.bind-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.jws:jakarta.jws-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.jws:jakarta.jws-api: checking for updates from eclipse.maven.central.mirror
[INFO] artifact jakarta.xml.soap:jakarta.xml.soap-api: checking for updates from sonatype-nexus-staging
[INFO] artifact jakarta.xml.soap:jakarta.xml.soap-api: checking for updates from eclipse.maven.central.mirror
[INFO] Not updating the property ${spotbugs.version} because it is used by artifact com.github.spotbugs:spotbugs-maven-plugin:maven-plugin:4.0.4:runtime and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] Incremental version changes allowed
[INFO] Property ${xml.bind-api.version}: Leaving unchanged as 3.0.0
[INFO] Not updating the property ${jws-api.version} because it is used by artifact jakarta.jws:jakarta.jws-api:jar:3.0.0 and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] Not updating the property ${soap-api.version} because it is used by artifact jakarta.xml.soap:jakarta.xml.soap-api:jar:2.0.0 and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29.233 s
[INFO] Finished at: 2020-11-05T16:52:25Z
[INFO] ------------------------------------------------------------------------
--[ No dependency was updated ]-------------------------------------------------
--[ Dependency Update ]---------------------------------------------------------
Dependency: jakarta.xml.soap:jakarta.xml.soap-api
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------
[INFO] Building Jakarta XML Web Services API 3.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-properties (default-cli) @ jakarta.xml.ws-api ---
[INFO] Not updating the property ${spotbugs.version} because it is used by artifact com.github.spotbugs:spotbugs-maven-plugin:maven-plugin:4.0.4:runtime and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] Not updating the property ${xml.bind-api.version} because it is used by artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.0 and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] Not updating the property ${jws-api.version} because it is used by artifact jakarta.jws:jakarta.jws-api:jar:3.0.0 and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] Incremental version changes allowed
[INFO] Property ${soap-api.version}: Leaving unchanged as 2.0.0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.784 s
[INFO] Finished at: 2020-11-05T16:52:26Z
[INFO] ------------------------------------------------------------------------
--[ No dependency was updated ]-------------------------------------------------
--[ Dependency Update ]---------------------------------------------------------
Dependency: jakarta.jws:jakarta.jws-api
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------
[INFO] Building Jakarta XML Web Services API 3.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-properties (default-cli) @ jakarta.xml.ws-api ---
[INFO] Not updating the property ${spotbugs.version} because it is used by artifact com.github.spotbugs:spotbugs-maven-plugin:maven-plugin:4.0.4:runtime and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] Not updating the property ${xml.bind-api.version} because it is used by artifact jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.0 and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] Incremental version changes allowed
[INFO] Property ${jws-api.version}: Leaving unchanged as 3.0.0
[INFO] Not updating the property ${soap-api.version} because it is used by artifact jakarta.xml.soap:jakarta.xml.soap-api:jar:2.0.0 and that artifact is not included in the list of  allowed artifacts to be updated.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.778 s
[INFO] Finished at: 2020-11-05T16:52:28Z
[INFO] ------------------------------------------------------------------------
--[ No dependency was updated ]-------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< jakarta.xml.ws:jakarta.xml.ws-api >------------------
[INFO] Building Jakarta XML Web Services API 3.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- glassfish-copyright-maven-plugin:2.3:repair (default-cli) @ jakarta.xml.ws-api ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.016 s
[INFO] Finished at: 2020-11-05T16:52:31Z
[INFO] ------------------------------------------------------------------------
--[ No copyright was updated ]--------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 71 killed;
[ssh-agent] Stopped.
Finished: SUCCESS