Started by user Rahul Mohanan Running as Rahul Mohanan Agent centos-8-ww32h 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-ww32h" 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-ww32h" - 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-ww32h" - 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-3160.vd76b_9ddd10cc" 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/.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-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/.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: "" - 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-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" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-8-ww32h (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.41.0' > 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 74a6334b7ac33d2a9b593c258fd37b2f5aa99641 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 74a6334b7ac33d2a9b593c258fd37b2f5aa99641 # timeout=10 Commit message: "Build input for build I20240227-1800" > git rev-list --no-walk 74a6334b7ac33d2a9b593c258fd37b2f5aa99641 # 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.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.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 74a6334b7ac33d2a9b593c258fd37b2f5aa99641^{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 #56' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '74a6334' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '74a6334' as starting point [GitCheckoutListener] -> No new commits found [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@f870ecd0' to render commit links [Inactive-committers-platform] $ /bin/bash /tmp/jenkins7337517804560067216.sh [Inactive-committers-platform] $ /bin/bash /tmp/jenkins10019715329430522438.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/jenkins10019715329430522438.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/jenkins10019715329430522438.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/jenkins10019715329430522438.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/jenkins10019715329430522438.sh: line 9: popd: directory stack empty /tmp/jenkins10019715329430522438.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/jenkins10019715329430522438.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 /tmp/jenkins10019715329430522438.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.swt.binaries: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.swt.binaries Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins10019715329430522438.sh: line 9: popd: directory stack empty /tmp/jenkins10019715329430522438.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/jenkins10019715329430522438.sh: line 9: popd: directory stack empty /tmp/jenkins10019715329430522438.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/jenkins10019715329430522438.sh: line 9: popd: directory stack empty /tmp/jenkins10019715329430522438.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/jenkins10019715329430522438.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/jenkins10019715329430522438.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/jenkins10019715329430522438.sh: line 9: popd: directory stack empty /tmp/jenkins10019715329430522438.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.releng.aggregator: No such file or directory Working on /home/jenkins/agent/workspace/Inactive-committers-platform/eclipse.platform.releng.aggregator Already on 'master' Your branch is up to date with 'origin/master'. Already up to date. /tmp/jenkins10019715329430522438.sh: line 9: popd: directory stack empty Alexandr Miloslavskiy Andrey Loskutov Christoph Läubrich Ed Merks Hannes Wellmann Jörg Kubitz Lars Vogel Matthias Becker Michael Keppler Mickael Istria Mihai Nita Sebastian Ratz Simeon Andreev Sravan Kumar Lakkimsetti Thomas Watson Wim Jongman Rahul Mohanan Archiving artifacts [Checks API] No suitable checks publisher found. Finished: SUCCESS