Started by an SCM change Running as SYSTEM Agent basic-39d54 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-39d54" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jaxws.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-39d54" - 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-39d54" - 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.7" 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-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-39d54 (basic) 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-LdjpIhRtkM2L/agent.64 SSH_AGENT_PID=66 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/jax-ws-api-master-dependency-update@tmp/private_key_943812491401211991.key (/home/jenkins/agent/workspace/jax-ws-api-master-dependency-update@tmp/private_key_943812491401211991.key) [ssh-agent] Using credentials jaxws-bot (GitHub bot SSH) Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/jax-ws-api-master-dependency-update@tmp/jenkins-gitclient-ssh13484004478408143233.key > 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 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision ab856e2213fc6da369c12a2057ca8dc184188aa1 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ab856e2213fc6da369c12a2057ca8dc184188aa1 # timeout=10 Commit message: "Project cleanup. (#178)" > git rev-list --no-walk 2f818edb51bd0c76ad7f3124a77f3a5a6cf1b5c9 # timeout=10 [jax-ws-api-master-dependency-update] $ /bin/sh -e /tmp/jenkins15850993036741741301.sh -[ Checking existing dependency update PR branches ]---------------------------- -[ Checking current version ]--------------------------------------------------- Snapshot version: 4.0.1-SNAPSHOT PR version: 4.0.1 PR Branch: DEP_UP_49_4.0.1 -[ Project repository update ]-------------------------------------------------- error: branch 'DEP_UP_49_4.0.1' not found. error: unable to delete 'DEP_UP_49_4.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_49_4.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 4.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.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.3.0: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 4.0.0-RC1 [INFO] Not updating the property ${soap-api.version} because it is used by artifact jakarta.xml.soap:jakarta.xml.soap-api:jar:3.0.0-RC1 and that artifact is not included in the list of allowed artifacts to be updated. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21.414 s [INFO] Finished at: 2021-08-19T15:52:08Z [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 4.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.3.0: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:4.0.0-RC1 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 3.0.0-RC1 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.809 s [INFO] Finished at: 2021-08-19T15:52:09Z [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 4.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.3.0: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:4.0.0-RC1 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:3.0.0-RC1 and that artifact is not included in the list of allowed artifacts to be updated. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.780 s [INFO] Finished at: 2021-08-19T15:52:11Z [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 4.0.1-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- glassfish-copyright-maven-plugin:2.4:repair (default-cli) @ jakarta.xml.ws-api --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.786 s [INFO] Finished at: 2021-08-19T15:52:14Z [INFO] ------------------------------------------------------------------------ --[ No copyright was updated ]-------------------------------------------------- $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 66 killed; [ssh-agent] Stopped. Finished: SUCCESS