Started by user Rahul Mohanan Running as Rahul Mohanan Agent centos-8-wqh1x is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-wqh1x" namespace: "releng" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.releng.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-wqh1x" - 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: "centos-8-wqh1x" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.releng.svc.cluster.local/releng/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3131.vf2b_b_798b_ce99" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-releng.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-releng.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-pde.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-pde.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" 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/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/settings-deploy-ossrh-jdt.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-deploy-ossrh-jdt.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" workingDir: "/home/jenkins/agent" hostNetwork: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-releng" 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" optional: false name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-8-wqh1x (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/Inactive-committers-platform [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git init /home/jenkins/agent/workspace/Inactive-committers-platform # timeout=10 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git --version # timeout=10 > git --version # 'git version 2.39.1' > git fetch --tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.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 4b5fccff1c7878e02430c22ede26c8788c60896e (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b5fccff1c7878e02430c22ede26c8788c60896e # timeout=10 Commit message: "Migration guide Eclipse 4.30 (#1550)" > git rev-list --no-walk 4b5fccff1c7878e02430c22ede26c8788c60896e # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.eclipse.jdt.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.path # timeout=10 > git config --get submodule.eclipse.jdt.core.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.core.path # timeout=10 > git config --get submodule.eclipse.jdt.core.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.core.binaries.path # timeout=10 > git config --get submodule.eclipse.jdt.debug.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.debug.path # timeout=10 > git config --get submodule.eclipse.jdt.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10 > git config --get submodule.eclipse.pde.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.path # timeout=10 > git config --get submodule.eclipse.platform.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.path # timeout=10 > git config --get submodule.eclipse.platform.swt.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.swt.path # timeout=10 > git config --get submodule.eclipse.platform.swt.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.swt.binaries.path # timeout=10 > git config --get submodule.eclipse.platform.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ui.path # timeout=10 > git config --get submodule.rt.equinox.binaries.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.binaries.path # timeout=10 > git config --get submodule.equinox.url # timeout=10 > git config -f .gitmodules --get submodule.equinox.path # timeout=10 > git config --get submodule.rt.equinox.p2.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10 > git submodule update --init --recursive eclipse.jdt # timeout=10 > git submodule update --init --recursive eclipse.jdt.core # timeout=10 > git submodule update --init --recursive eclipse.jdt.core.binaries # timeout=10 > git submodule update --init --recursive eclipse.jdt.debug # timeout=10 > git submodule update --init --recursive eclipse.jdt.ui # timeout=10 > git submodule update --init --recursive eclipse.pde # timeout=10 > git submodule update --init --recursive eclipse.platform # timeout=10 > git submodule update --init --recursive eclipse.platform.swt # timeout=10 > git submodule update --init --recursive eclipse.platform.swt.binaries # timeout=10 > git submodule update --init --recursive eclipse.platform.ui # timeout=10 > git submodule update --init --recursive rt.equinox.binaries # timeout=10 > git submodule update --init --recursive equinox # timeout=10 > git submodule update --init --recursive rt.equinox.p2 # timeout=10 [Checks API] No suitable checks publisher found. The recommended git tool is: git No credentials specified > git rev-parse 4b5fccff1c7878e02430c22ede26c8788c60896e^{commit} # timeout=10 The recommended git tool is: git No credentials specified [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git' [GitCheckoutListener] Found previous build 'Inactive-committers-platform #53' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '4b5fccf' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '4b5fccf' as starting point [GitCheckoutListener] -> No new commits found [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@b1bf328c' to render commit links [Inactive-committers-platform] $ /bin/bash /tmp/jenkins9498609530168800905.sh [Inactive-committers-platform] $ /bin/bash /tmp/jenkins1166881734248389974.sh ~/agent/workspace/Inactive-committers-platform ~/agent/workspace/Inactive-committers-platform Working on /home/jenkins/agent/workspace/Inactive-committers-platform Switched to a new branch 'master' branch 'master' set up to track 'origin/master'. Already up to date. ~/agent/workspace/Inactive-committers-platform ~/agent/workspace/Inactive-committers-platform/eclipse.platform ~/agent/workspace/Inactive-committers-platform Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform Switched to branch 'master' Your branch is up to date with 'origin/master'. Already up to date. ~/agent/workspace/Inactive-committers-platform ~/agent/workspace/Inactive-committers-platform/eclipse.platform.common ~/agent/workspace/Inactive-committers-platform Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.common Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. ~/agent/workspace/Inactive-committers-platform /tmp/jenkins1166881734248389974.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.debug: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.debug Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins1166881734248389974.sh: line 9: popd: directory stack empty ~/agent/workspace/Inactive-committers-platform/eclipse.platform.releng ~/agent/workspace/Inactive-committers-platform Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.releng Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. ~/agent/workspace/Inactive-committers-platform /tmp/jenkins1166881734248389974.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.resources: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.resources Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins1166881734248389974.sh: line 9: popd: directory stack empty /tmp/jenkins1166881734248389974.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.runtime: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.runtime Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins1166881734248389974.sh: line 9: popd: directory stack empty ~/agent/workspace/Inactive-committers-platform/eclipse.platform.swt ~/agent/workspace/Inactive-committers-platform Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.swt Switched to branch 'master' Your branch is up to date with 'origin/master'. Already up to date. ~/agent/workspace/Inactive-committers-platform ~/agent/workspace/Inactive-committers-platform/eclipse.platform.swt.binaries ~/agent/workspace/Inactive-committers-platform Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.swt.binaries Switched to branch 'master' Your branch is up to date with 'origin/master'. Already up to date. ~/agent/workspace/Inactive-committers-platform /tmp/jenkins1166881734248389974.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.team: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.team Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins1166881734248389974.sh: line 9: popd: directory stack empty /tmp/jenkins1166881734248389974.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.text: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.text Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins1166881734248389974.sh: line 9: popd: directory stack empty /tmp/jenkins1166881734248389974.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.ua: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.ua Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins1166881734248389974.sh: line 9: popd: directory stack empty ~/agent/workspace/Inactive-committers-platform/eclipse.platform.ui ~/agent/workspace/Inactive-committers-platform Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.ui Switched to branch 'master' Your branch is up to date with 'origin/master'. Already up to date. ~/agent/workspace/Inactive-committers-platform /tmp/jenkins1166881734248389974.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.ui.tools: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.ui.tools Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins1166881734248389974.sh: line 9: popd: directory stack empty Alexander Kurtakov Andrew Obuchowicz Andrey Loskutov Brian de Alwis Christoph Läubrich Ed Merks Hannes Wellmann Jonah Graham Jörg Kubitz Kalyan Prasad Tatavarthi Karsten Thoms Lars Vogel Marcus Hoepfner Mat Booth Matthias Becker Michael Keppler Mickael Istria Niraj Modi Noopur Gupta Sebastian Ratz Sravan Kumar Lakkimsetti Szymon Ptaszkiewicz Till Brychcy Rahul Mohanan Archiving artifacts [Checks API] No suitable checks publisher found. Finished: SUCCESS