Skip to content
Failed

Console Output

Started by GitHub push by elsazac
Started by GitHub push by elsazac
Running as SYSTEM
Agent centos-7-mgnfs is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1720440156088"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_releng_svc_cluster_local_relengx"
  name: "centos-7-mgnfs"
  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-mgnfs"
    - 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: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-mgnfs"
    - 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-3206.vb_15dcf73f6a_9"
    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-mgnfs (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Sync_eclipse_website_repo
[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-MQeFCwHKAdjG/agent.42
SSH_AGENT_PID=44
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_17724976853084624243.key (/home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_17724976853084624243.key)
[ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_16596415090094458778.key (/home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_16596415090094458778.key)
[ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-platform/www.eclipse.org-eclipse.git
 > git init /home/jenkins/agent/workspace/Sync_eclipse_website_repo # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/www.eclipse.org-eclipse.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-platform/www.eclipse.org-eclipse.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-platform/www.eclipse.org-eclipse.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ec1082f0ededd6e37ac6699b9d4ce2d37b944724 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec1082f0ededd6e37ac6699b9d4ce2d37b944724 # timeout=10
Commit message: "Fixup2 : Addressed suggested changes"
 > git rev-list --no-walk 9adc00fba854bf7728393e8966d5d93c033c42a6 # timeout=10
The recommended git tool is: NONE
using credential github-bot
 > git rev-parse ec1082f0ededd6e37ac6699b9d4ce2d37b944724^{commit} # timeout=10
The recommended git tool is: NONE
using credential github-bot
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/www.eclipse.org-eclipse.git'
[GitCheckoutListener] Found previous build 'Sync_eclipse_website_repo #163' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '9adc00f'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'ec1082f' as starting point
[GitCheckoutListener] -> Recorded 3 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@82c4562c' to render commit links
[Sync_eclipse_website_repo] $ /bin/bash -x /tmp/jenkins7555271625577898392.sh
+ ls -al
total 132
drwxr-sr-x. 19 jenkins 1002310000  4096 Jul  8 12:02 .
drwxr-sr-x.  4 jenkins 1002310000    76 Jul  8 12:02 ..
-rw-r--r--.  1 jenkins 1002310000   848 Jul  8 12:02 CONTRIBUTING.md
drwxr-sr-x.  8 jenkins 1002310000  4096 Jul  8 12:02 debug
-rw-r--r--.  1 jenkins 1002310000   911 Jul  8 12:02 default_style.css
drwxr-sr-x. 10 jenkins 1002310000 12288 Jul  8 12:02 development
-rw-r--r--.  1 jenkins 1002310000 18165 Jul  8 12:02 eclipse-charter.php
-rw-r--r--.  1 jenkins 1002310000  1725 Jul  8 12:02 eclipse-structure.gif
drwxr-sr-x.  8 jenkins 1002310000   162 Jul  8 12:02 .git
drwxr-sr-x.  3 jenkins 1002310000    45 Jul  8 12:02 .github
-rw-r--r--.  1 jenkins 1002310000    15 Jul  8 12:02 .gitignore
drwxr-sr-x.  2 jenkins 1002310000   109 Jul  8 12:02 images
drwxr-sr-x.  3 jenkins 1002310000   108 Jul  8 12:02 incubator
-rw-r--r--.  1 jenkins 1002310000  6789 Jul  8 12:02 index.php
-rw-r--r--.  1 jenkins 1002310000  2291 Jul  8 12:02 nav.html
drwxr-sr-x. 44 jenkins 1002310000  4096 Jul  8 12:02 news
drwxr-sr-x. 11 jenkins 1002310000  4096 Jul  8 12:02 platform-core
drwxr-sr-x. 10 jenkins 1002310000  4096 Jul  8 12:02 platform-cvs
drwxr-sr-x.  5 jenkins 1002310000  4096 Jul  8 12:02 platform-releng
drwxr-sr-x.  8 jenkins 1002310000   156 Jul  8 12:02 platform-search
drwxr-sr-x. 15 jenkins 1002310000  4096 Jul  8 12:02 platform-team
drwxr-sr-x. 18 jenkins 1002310000  4096 Jul  8 12:02 platform-text
drwxr-sr-x.  6 jenkins 1002310000   159 Jul  8 12:02 platform-ua
drwxr-sr-x. 10 jenkins 1002310000  4096 Jul  8 12:02 platform-ui
drwxr-sr-x. 11 jenkins 1002310000  4096 Jul  8 12:02 presentation
-rw-r--r--.  1 jenkins 1002310000   200 Jul  8 12:02 .project
-rw-r--r--.  1 jenkins 1002310000  1118 Jul  8 12:02 _projectCommon.php
-rw-r--r--.  1 jenkins 1002310000   204 Jul  8 12:02 README.md
drwxr-sr-x.  2 jenkins 1002310000    84 Jul  8 12:02 .settings
-rwxr-xr-x.  1 jenkins 1002310000 13406 Jul  8 12:02 team-leaders.php
+ git checkout master
Switched to a new branch 'master'
branch 'master' set up to track 'origin/master'.
+ git config --global user.email releng-bot@eclipse.org
+ git config --global user.name 'Eclipse Releng Bot'
+ git remote set-url origin ssh://genie.releng@git.eclipse.org:29418/www.eclipse.org/eclipse.git
+ git push origin master
remote: 
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: (\)        
remote: Processing changes: (|)        
remote: Processing changes: (/)        
remote: Processing changes: (-)        
remote: Processing changes: refs: 1 (-)        
remote: Processing changes: refs: 1 (-)        
remote: Processing changes: refs: 1, done            
remote: commit ec1082f: ----------        
remote: commit ec1082f: Reviewing commit: ec1082f0        
remote: commit ec1082f: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit ec1082f:         
remote: commit ec1082f: Reviewing commit: ec1082f0ededd6e37ac6699b9d4ce2d37b944724        
remote: commit ec1082f: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit ec1082f: Eclipse user 'elsazac'(author) is not a committer on the project.        
remote: commit ec1082f: Eclipse user 'elsazac'(author) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit ec1082f: Eclipse user 'elsazac'(committer) is not a committer on the project.        
remote: commit ec1082f: Eclipse user 'elsazac'(committer) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit ec1082f:         
remote: commit ec1082f: This commit passes Eclipse validation.        
remote: commit b31cd7d: ----------        
remote: commit b31cd7d: Reviewing commit: b31cd7de        
remote: commit b31cd7d: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit b31cd7d:         
remote: commit b31cd7d: Reviewing commit: b31cd7deddf1a2b14d7d67922e86058671503540        
remote: commit b31cd7d: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit b31cd7d: Eclipse user 'elsazac'(author) is not a committer on the project.        
remote: commit b31cd7d: Eclipse user 'elsazac'(author) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit b31cd7d: Eclipse user 'elsazac'(committer) is not a committer on the project.        
remote: commit b31cd7d: Eclipse user 'elsazac'(committer) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit b31cd7d:         
remote: commit b31cd7d: This commit passes Eclipse validation.        
remote: commit 6fdc747: ----------        
remote: commit 6fdc747: Reviewing commit: 6fdc7477        
remote: commit 6fdc747: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit 6fdc747:         
remote: commit 6fdc747: Reviewing commit: 6fdc74770dc880f65f6b83f9deca714aa39e860f        
remote: commit 6fdc747: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit 6fdc747: Eclipse user 'elsazac'(author) is not a committer on the project.        
remote: commit 6fdc747: Eclipse user 'elsazac'(author) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit 6fdc747: Eclipse user 'elsazac'(committer) is not a committer on the project.        
remote: commit 6fdc747: Eclipse user 'elsazac'(committer) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit 6fdc747:         
remote: commit 6fdc747: This commit passes Eclipse validation.        
remote: commit 9adc00f: warning: subject >50 characters; use shorter first paragraph        
remote: commit 9adc00f: warning: too many message lines longer than 72 characters; manually wrap lines        
remote: commit 9adc00f: ----------        
remote: commit 9adc00f: Reviewing commit: 9adc00fb        
remote: commit 9adc00f: Authored by: Javier Martín <75986918+habbit-baggins@users.noreply.github.com>        
remote: commit 9adc00f:         
remote: commit 9adc00f: Commit was previously validated, skipping processing        
remote: commit 9adc00f:         
remote: commit 9adc00f: This commit passes Eclipse validation.        
remote: commit 75255bc: warning: subject >50 characters; use shorter first paragraph        
remote: commit 75255bc: warning: too many message lines longer than 72 characters; manually wrap lines        
remote: commit 75255bc: ----------        
remote: commit 75255bc: Reviewing commit: 75255bc7        
remote: commit 75255bc: Authored by: Javier Martín <habbit89@hotmail.es>        
remote: commit 75255bc:         
remote: commit 75255bc: Commit was previously validated, skipping processing        
remote: commit 75255bc:         
remote: commit 75255bc: This commit passes Eclipse validation.        
remote: commit fd5bb04: warning: subject >50 characters; use shorter first paragraph        
remote: commit fd5bb04: warning: too many message lines longer than 72 characters; manually wrap lines        
remote: commit fd5bb04: ----------        
remote: commit fd5bb04: Reviewing commit: fd5bb04a        
remote: commit fd5bb04: Authored by: Javier Martín <habbit89@hotmail.es>        
remote: commit fd5bb04:         
remote: commit fd5bb04: Commit was previously validated, skipping processing        
remote: commit fd5bb04:         
remote: commit fd5bb04: This commit passes Eclipse validation.        
remote: commit 7b742eb: warning: subject >50 characters; use shorter first paragraph        
remote: commit 7b742eb: warning: too many message lines longer than 72 characters; manually wrap lines        
remote: commit 7b742eb: ----------        
remote: commit 7b742eb: Reviewing commit: 7b742eb9        
remote: commit 7b742eb: Authored by: Javier Martín <habbit89@hotmail.es>        
remote: commit 7b742eb:         
remote: commit 7b742eb: Commit was previously validated, skipping processing        
remote: commit 7b742eb:         
remote: commit 7b742eb: This commit passes Eclipse validation.        
remote: commit 91a9951: warning: subject >50 characters; use shorter first paragraph        
remote: commit 91a9951: ----------        
remote: commit 91a9951: Reviewing commit: 91a99515        
remote: commit 91a9951: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 91a9951:         
remote: commit 91a9951: Commit was previously validated, skipping processing        
remote: commit 91a9951:         
remote: commit 91a9951: This commit passes Eclipse validation.        
remote: commit 0ef3497: ----------        
remote: commit 0ef3497: Reviewing commit: 0ef3497d        
remote: commit 0ef3497: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 0ef3497:         
remote: commit 0ef3497: Commit was previously validated, skipping processing        
remote: commit 0ef3497:         
remote: commit 0ef3497: This commit passes Eclipse validation.        
remote: commit c3129fe: ----------        
remote: commit c3129fe: Reviewing commit: c3129fe0        
remote: commit c3129fe: Authored by: Mickael Istria <mistria@redhat.com>        
remote: commit c3129fe:         
remote: commit c3129fe: Commit was previously validated, skipping processing        
remote: commit c3129fe:         
remote: commit c3129fe: This commit passes Eclipse validation.        
remote: commit af08639: ----------        
remote: commit af08639: Reviewing commit: af08639e        
remote: commit af08639: Authored by: Holger Voormann <eclipse@voormann.de>        
remote: commit af08639:         
remote: commit af08639: Commit was previously validated, skipping processing        
remote: commit af08639:         
remote: commit af08639: This commit passes Eclipse validation.        
remote: commit 234d42c: warning: too many message lines longer than 72 characters; manually wrap lines        
remote: commit 234d42c: ----------        
remote: commit 234d42c: Reviewing commit: 234d42cc        
remote: commit 234d42c: Authored by: Noopur Gupta <noopur_gupta@in.ibm.com>        
remote: commit 234d42c:         
remote: commit 234d42c: Commit was previously validated, skipping processing        
remote: commit 234d42c:         
remote: commit 234d42c: This commit passes Eclipse validation.        
remote: commit 29a74eb: ----------        
remote: commit 29a74eb: Reviewing commit: 29a74ebb        
remote: commit 29a74eb: Authored by: Titouan Vervack <tivervac@gmail.com>        
remote: commit 29a74eb:         
remote: commit 29a74eb: Commit was previously validated, skipping processing        
remote: commit 29a74eb:         
remote: commit 29a74eb: This commit passes Eclipse validation.        
remote: commit df80362: ----------        
remote: commit df80362: Reviewing commit: df803626        
remote: commit df80362: Authored by: Titouan Vervack <tivervac@gmail.com>        
remote: commit df80362:         
remote: commit df80362: Commit was previously validated, skipping processing        
remote: commit df80362:         
remote: commit df80362: This commit passes Eclipse validation.        
remote: commit f9af141: warning: subject >50 characters; use shorter first paragraph        
remote: commit f9af141: ----------        
remote: commit f9af141: Reviewing commit: f9af1412        
remote: commit f9af141: Authored by: Titouan Vervack <titouan.vervack@sigasi.com>        
remote: commit f9af141:         
remote: commit f9af141: Commit was previously validated, skipping processing        
remote: commit f9af141:         
remote: commit f9af141: This commit passes Eclipse validation.        
remote: commit dd5e12b: ----------        
remote: commit dd5e12b: Reviewing commit: dd5e12b3        
remote: commit dd5e12b: Authored by: Holger Voormann <eclipse@voormann.de>        
remote: commit dd5e12b:         
remote: commit dd5e12b: Commit was previously validated, skipping processing        
remote: commit dd5e12b:         
remote: commit dd5e12b: This commit passes Eclipse validation.        
remote: commit a93d23b: ----------        
remote: commit a93d23b: Reviewing commit: a93d23b9        
remote: commit a93d23b: Authored by: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com>        
remote: commit a93d23b:         
remote: commit a93d23b: Commit was previously validated, skipping processing        
remote: commit a93d23b:         
remote: commit a93d23b: This commit passes Eclipse validation.        
remote: commit 5b90a8f: ----------        
remote: commit 5b90a8f: Reviewing commit: 5b90a8fa        
remote: commit 5b90a8f: Authored by: Heiko Klare <heiko.klare@vector.com>        
remote: commit 5b90a8f:         
remote: commit 5b90a8f: Reviewing commit: 5b90a8faf4fc9d09afe0d137fa96dd805b568a9b        
remote: commit 5b90a8f: Authored by: Heiko Klare <heiko.klare@vector.com>        
remote: commit 5b90a8f: Could not find an Eclipse user with mail 'dev@heiko.klare.info' for committer of commit 5b90a8faf4fc9d09afe0d137fa96dd805b568a9b        
remote: commit 5b90a8f:         
remote: commit 5b90a8f: Please see http://wiki.eclipse.org/ECA        
To ssh://git.eclipse.org:29418/www.eclipse.org/eclipse.git
 ! [remote rejected]   master -> master (commit 5b90a8f: Committing user must have an Eclipse Account)
error: failed to push some refs to 'ssh://git.eclipse.org:29418/www.eclipse.org/eclipse.git'
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 44 killed;
[ssh-agent] Stopped.
Sending e-mails to: sravankumarl@in.ibm.com
Finished: FAILURE