Started by user Sravan Kumar Lakkimsetti Rebuilds build #2 Running as Sravan Kumar Lakkimsetti Agent centos-7-kk3fp is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-kk3fp" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.platform.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-kk3fp" - 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-7-kk3fp" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.platform.svc.cluster.local/platform/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5" 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-platform" 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-7-kk3fp (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/aggregator-maintenance [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [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-Udn42SkUN3A4/agent.55 SSH_AGENT_PID=57 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/aggregator-maintenance@tmp/private_key_4348917035015342247.key (/home/jenkins/agent/workspace/aggregator-maintenance@tmp/private_key_4348917035015342247.key) [ssh-agent] Using credentials genie.platform (ssh://genie.platform@git.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git > git init /home/jenkins/agent/workspace/aggregator-maintenance # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/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 origin/R4_15_maintenance^{commit} # timeout=10 Checking out Revision e5460487a60670a7ed39780cbcb90281294cc3f8 (origin/R4_15_maintenance) > git config core.sparsecheckout # timeout=10 > git checkout -f e5460487a60670a7ed39780cbcb90281294cc3f8 # timeout=10 Commit message: "Bug 571315 - Add cbi-releases url as repository to parent-pom" > git rev-list --no-walk e5460487a60670a7ed39780cbcb90281294cc3f8 # 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.build.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.build.path # timeout=10 > git config --get submodule.eclipse.pde.ui.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.pde.ui.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.common.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.common.path # timeout=10 > git config --get submodule.eclipse.platform.debug.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.debug.path # timeout=10 > git config --get submodule.eclipse.platform.releng.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.releng.path # timeout=10 > git config --get submodule.eclipse.platform.resources.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.resources.path # timeout=10 > git config --get submodule.eclipse.platform.runtime.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.runtime.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.team.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.team.path # timeout=10 > git config --get submodule.eclipse.platform.text.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.text.path # timeout=10 > git config --get submodule.eclipse.platform.ua.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ua.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.rt.equinox.bundles.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.bundles.path # timeout=10 > git config --get submodule.rt.equinox.framework.url # timeout=10 > git config -f .gitmodules --get submodule.rt.equinox.framework.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 config --get submodule.eclipse.platform.ui.tools.url # timeout=10 > git config -f .gitmodules --get submodule.eclipse.platform.ui.tools.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.build # timeout=10 > git submodule update --init --recursive eclipse.pde.ui # timeout=10 > git submodule update --init --recursive eclipse.platform # timeout=10 > git submodule update --init --recursive eclipse.platform.common # timeout=10 > git submodule update --init --recursive eclipse.platform.debug # timeout=10 > git submodule update --init --recursive eclipse.platform.releng # timeout=10 > git submodule update --init --recursive eclipse.platform.resources # timeout=10 > git submodule update --init --recursive eclipse.platform.runtime # timeout=10 > git submodule update --init --recursive eclipse.platform.swt # timeout=10 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 57 killed; [ssh-agent] Stopped. Build was aborted Aborted by Sravan Kumar Lakkimsetti Archiving artifacts Finished: ABORTED