Skip to content

Console Output

Started by user Rahul Mohanan
Running as Rahul Mohanan
Agent centos-7-k4c85 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-k4c85"
  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-7-k4c85"
    - 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-k4c85"
    - 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-7: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-7-k4c85 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Inactive-committers-jdt
[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-jdt # 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.36.6'
 > 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 8e64e1a486fe1f5eb57f338a27fa2017a4c0c37e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e64e1a486fe1f5eb57f338a27fa2017a4c0c37e # timeout=10
Commit message: "Bump EnricoMi/publish-unit-test-result-action from 2.14.0 to 2.15.0"
 > 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.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 8e64e1a486fe1f5eb57f338a27fa2017a4c0c37e^{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-jdt #40' 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 '8e64e1a' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@2792e931' to render commit links
[Inactive-committers-jdt] $ /bin/bash /tmp/jenkins2017587979901694678.sh
[Inactive-committers-jdt] $ /bin/bash /tmp/jenkins3589222507014981273.sh
~/agent/workspace/Inactive-committers-jdt/eclipse.jdt ~/agent/workspace/Inactive-committers-jdt
Working on /home/jenkins/agent/workspace/Inactive-committers-jdt/eclipse.jdt
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
~/agent/workspace/Inactive-committers-jdt
~/agent/workspace/Inactive-committers-jdt/eclipse.jdt.core ~/agent/workspace/Inactive-committers-jdt
Working on /home/jenkins/agent/workspace/Inactive-committers-jdt/eclipse.jdt.core
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
~/agent/workspace/Inactive-committers-jdt
~/agent/workspace/Inactive-committers-jdt/eclipse.jdt.core.binaries ~/agent/workspace/Inactive-committers-jdt
Working on /home/jenkins/agent/workspace/Inactive-committers-jdt/eclipse.jdt.core.binaries
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
~/agent/workspace/Inactive-committers-jdt
~/agent/workspace/Inactive-committers-jdt/eclipse.jdt.debug ~/agent/workspace/Inactive-committers-jdt
Working on /home/jenkins/agent/workspace/Inactive-committers-jdt/eclipse.jdt.debug
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
~/agent/workspace/Inactive-committers-jdt
~/agent/workspace/Inactive-committers-jdt/eclipse.jdt.ui ~/agent/workspace/Inactive-committers-jdt
Working on /home/jenkins/agent/workspace/Inactive-committers-jdt/eclipse.jdt.ui
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
~/agent/workspace/Inactive-committers-jdt
Andrey Loskutov
Gayan Perera
Jay Arthanareeswaran
Jeff Johnston
Kalyan Prasad Tatavarthi
Mateusz Matela
Noopur Gupta
Roland Grunberg
Stephan Herrmann
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS