Skip to content

Console Output

Started by user Rahul Mohanan
Running as Rahul Mohanan
Agent centos-8-44zxm 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-44zxm"
  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-44zxm"
    - 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-44zxm"
    - 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-44zxm (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/Inactive-committers-equinox
[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-equinox # 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 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-equinox #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@be8370f5' to render commit links
[Inactive-committers-equinox] $ /bin/bash /tmp/jenkins13792341835947455998.sh
[Inactive-committers-equinox] $ /bin/bash -x /tmp/jenkins3379846452611001045.sh
+ GIT_ROOT=/home/jenkins/agent/workspace/Inactive-committers-equinox
+ CONTRIBUTORS_LIST=/home/jenkins/agent/workspace/Inactive-committers-equinox/contributors.txt
+ COMMITTERS_LIST=/home/jenkins/agent/workspace/Inactive-committers-equinox/committers.txt
+ ACTIVE_COMMITTERS=/home/jenkins/agent/workspace/Inactive-committers-equinox/activeCommitters.txt
+ INACTIVE_COMMITTERS=/home/jenkins/agent/workspace/Inactive-committers-equinox/inactiveCommitters.txt
+ rm /home/jenkins/agent/workspace/Inactive-committers-equinox/contributors.txt /home/jenkins/agent/workspace/Inactive-committers-equinox/activeCommitters.txt /home/jenkins/agent/workspace/Inactive-committers-equinox/inactiveCommitters.txt
rm: cannot remove '/home/jenkins/agent/workspace/Inactive-committers-equinox/contributors.txt': No such file or directory
rm: cannot remove '/home/jenkins/agent/workspace/Inactive-committers-equinox/activeCommitters.txt': No such file or directory
rm: cannot remove '/home/jenkins/agent/workspace/Inactive-committers-equinox/inactiveCommitters.txt': No such file or directory
+ addContributorsFromRepo /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.binaries
+ pushd /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.binaries
~/agent/workspace/Inactive-committers-equinox/rt.equinox.binaries ~/agent/workspace/Inactive-committers-equinox
+ echo 'Working on /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.binaries'
Working on /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.binaries
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git pull
Already up to date.
+ git log R4_30..master --pretty=format:%an
+ sort -u
+ popd
~/agent/workspace/Inactive-committers-equinox
+ addContributorsFromRepo /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.bundles
+ pushd /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.bundles
/tmp/jenkins3379846452611001045.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.bundles: No such file or directory
+ echo 'Working on /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.bundles'
Working on /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.bundles
+ git checkout master
Switched to a new branch 'master'
branch 'master' set up to track 'origin/master'.
+ git pull
Already up to date.
+ git log R4_30..master --pretty=format:%an
+ sort -u
+ popd
/tmp/jenkins3379846452611001045.sh: line 9: popd: directory stack empty
+ addContributorsFromRepo /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.framework
+ pushd /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.framework
/tmp/jenkins3379846452611001045.sh: line 4: pushd: /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.framework: No such file or directory
+ echo 'Working on /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.framework'
Working on /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.framework
+ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
+ git pull
Already up to date.
+ git log R4_30..master --pretty=format:%an
+ sort -u
+ popd
/tmp/jenkins3379846452611001045.sh: line 9: popd: directory stack empty
+ addContributorsFromRepo /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.p2
+ pushd /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.p2
~/agent/workspace/Inactive-committers-equinox/rt.equinox.p2 ~/agent/workspace/Inactive-committers-equinox
+ echo 'Working on /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.p2'
Working on /home/jenkins/agent/workspace/Inactive-committers-equinox/rt.equinox.p2
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git pull
Already up to date.
+ git log R4_30..master --pretty=format:%an
+ sort -u
+ popd
~/agent/workspace/Inactive-committers-equinox
+ sort -u /home/jenkins/agent/workspace/Inactive-committers-equinox/contributors.txt
+ IFS=
+ read -r i
+ grep -i 'Александър Куртаков' activeContributors.txt
Александър Куртаков
+ '[' 0 -eq 0 ']'
+ echo Александър Куртаков
+ IFS=
+ read -r i
+ grep -i 'Alexander Kurtakov' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Alexander Kurtakov
+ IFS=
+ read -r i
+ grep -i 'Andrey Loskutov' activeContributors.txt
Andrey Loskutov
+ '[' 0 -eq 0 ']'
+ echo Andrey Loskutov
+ IFS=
+ read -r i
+ grep -i 'Anjum Fatima' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Anjum Fatima
+ IFS=
+ read -r i
+ grep -i 'BJ Hargrave' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo BJ Hargrave
+ IFS=
+ read -r i
+ grep -i 'Bogdan Gheorghe' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Bogdan Gheorghe
+ IFS=
+ read -r i
+ grep -i 'Christoph Laeubrich' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Christoph Laeubrich
+ IFS=
+ read -r i
+ grep -i 'Ed Merks' activeContributors.txt
Ed Merks
+ '[' 0 -eq 0 ']'
+ echo Ed Merks
+ IFS=
+ read -r i
+ grep -i 'Hannes Wellmann' activeContributors.txt
Hannes Wellmann
+ '[' 0 -eq 0 ']'
+ echo Hannes Wellmann
+ IFS=
+ read -r i
+ grep -i 'Lars Vogel' activeContributors.txt
Lars Vogel
+ '[' 0 -eq 0 ']'
+ echo Lars Vogel
+ IFS=
+ read -r i
+ grep -i 'Martin Lippert' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Martin Lippert
+ IFS=
+ read -r i
+ grep -i 'Mickael Istria' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Mickael Istria
+ IFS=
+ read -r i
+ grep -i 'Mike Wilson' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Mike Wilson
+ IFS=
+ read -r i
+ grep -i 'Mykola Nikishov' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Mykola Nikishov
+ IFS=
+ read -r i
+ grep -i 'Raymond Auge' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Raymond Auge
+ IFS=
+ read -r i
+ grep -i 'Silenio Quarti' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Silenio Quarti
+ IFS=
+ read -r i
+ grep -i 'Sravan Kumar Lakkimsetti' activeContributors.txt
Sravan Kumar Lakkimsetti
+ '[' 0 -eq 0 ']'
+ echo Sravan Kumar Lakkimsetti
+ IFS=
+ read -r i
+ grep -i 'Thomas Watson' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Thomas Watson
+ IFS=
+ read -r i
+ grep -i 'Todor Boev' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Todor Boev
+ IFS=
+ read -r i
+ grep -i 'Vikas Chandra' activeContributors.txt
+ '[' 1 -eq 0 ']'
+ echo Vikas Chandra
+ IFS=
+ read -r i
+ rm /home/jenkins/agent/workspace/Inactive-committers-equinox/contributors.txt /home/jenkins/agent/workspace/Inactive-committers-equinox/committers.txt
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS