Skip to content
Failed

Console Output

Started by GitHub push by fedejeanne
Started by GitHub push by fedejeanne
Running as SYSTEM
Agent centos-7-hr43q 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-hr43q"
  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-hr43q"
    - 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-hr43q"
    - 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-hr43q (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-9vjkFxQKx9fs/agent.43
SSH_AGENT_PID=45
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_1267152736453754843.key (/home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_1267152736453754843.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_9011878428417961449.key (/home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_9011878428417961449.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 d53c623b425757ef7376dca2a90fbe092c5ad86c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d53c623b425757ef7376dca2a90fbe092c5ad86c # timeout=10
Commit message: "Fix broken/outdated link in CONTRIBUTING.md (#153)"
 > git rev-list --no-walk 83a98c4e0279ac2d62ebc04c8c42e7f7b9e31e13 # timeout=10
The recommended git tool is: NONE
using credential github-bot
 > git rev-parse d53c623b425757ef7376dca2a90fbe092c5ad86c^{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 #130' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '83a98c4'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'd53c623' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@d6f6e59c' to render commit links
[Sync_eclipse_website_repo] $ /bin/bash -x /tmp/jenkins9839409337607684712.sh
+ ls -al
total 132
drwxr-sr-x. 19 jenkins 1002310000  4096 Apr 15 10:21 .
drwxr-sr-x.  4 jenkins 1002310000    76 Apr 15 10:21 ..
-rw-r--r--.  1 jenkins 1002310000   848 Apr 15 10:21 CONTRIBUTING.md
drwxr-sr-x.  8 jenkins 1002310000  4096 Apr 15 10:21 debug
-rw-r--r--.  1 jenkins 1002310000   911 Apr 15 10:21 default_style.css
drwxr-sr-x. 10 jenkins 1002310000 12288 Apr 15 10:21 development
-rw-r--r--.  1 jenkins 1002310000 18165 Apr 15 10:21 eclipse-charter.php
-rw-r--r--.  1 jenkins 1002310000  1725 Apr 15 10:21 eclipse-structure.gif
drwxr-sr-x.  8 jenkins 1002310000   162 Apr 15 10:22 .git
drwxr-sr-x.  3 jenkins 1002310000    45 Apr 15 10:21 .github
-rw-r--r--.  1 jenkins 1002310000    15 Apr 15 10:21 .gitignore
drwxr-sr-x.  2 jenkins 1002310000   109 Apr 15 10:21 images
drwxr-sr-x.  3 jenkins 1002310000   108 Apr 15 10:21 incubator
-rw-r--r--.  1 jenkins 1002310000  6789 Apr 15 10:21 index.php
-rw-r--r--.  1 jenkins 1002310000  2291 Apr 15 10:21 nav.html
drwxr-sr-x. 43 jenkins 1002310000  4096 Apr 15 10:21 news
drwxr-sr-x. 11 jenkins 1002310000  4096 Apr 15 10:21 platform-core
drwxr-sr-x. 10 jenkins 1002310000  4096 Apr 15 10:21 platform-cvs
drwxr-sr-x.  5 jenkins 1002310000  4096 Apr 15 10:21 platform-releng
drwxr-sr-x.  8 jenkins 1002310000   156 Apr 15 10:21 platform-search
drwxr-sr-x. 15 jenkins 1002310000  4096 Apr 15 10:21 platform-team
drwxr-sr-x. 18 jenkins 1002310000  4096 Apr 15 10:21 platform-text
drwxr-sr-x.  6 jenkins 1002310000   159 Apr 15 10:21 platform-ua
drwxr-sr-x. 10 jenkins 1002310000  4096 Apr 15 10:21 platform-ui
drwxr-sr-x. 11 jenkins 1002310000  4096 Apr 15 10:21 presentation
-rw-r--r--.  1 jenkins 1002310000   200 Apr 15 10:21 .project
-rw-r--r--.  1 jenkins 1002310000  1118 Apr 15 10:21 _projectCommon.php
-rw-r--r--.  1 jenkins 1002310000   204 Apr 15 10:21 README.md
drwxr-sr-x.  2 jenkins 1002310000    84 Apr 15 10:21 .settings
-rwxr-xr-x.  1 jenkins 1002310000 13406 Apr 15 10:21 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: (\)        
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: (|)        
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 d53c623: ----------        
remote: commit d53c623: Reviewing commit: d53c623b        
remote: commit d53c623: Authored by: Federico Jeanne <2205684+fedejeanne@users.noreply.github.com>        
remote: commit d53c623:         
remote: commit d53c623: Reviewing commit: d53c623b425757ef7376dca2a90fbe092c5ad86c        
remote: commit d53c623: Authored by: Federico Jeanne <2205684+fedejeanne@users.noreply.github.com>        
remote: commit d53c623: Automated user 'noreply@github.com' detected for committer of commit d53c623b425757ef7376dca2a90fbe092c5ad86c        
remote: commit d53c623: Eclipse user 'visjee'(author) is not a committer on the project.        
remote: commit d53c623: Eclipse user 'visjee'(author) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit d53c623: Eclipse user 'GitHub'(committer) is a committer on the project.        
remote: commit d53c623:         
remote: commit d53c623: This commit passes Eclipse validation.        
remote: commit 83a98c4: warning: subject >50 characters; use shorter first paragraph        
remote: commit 83a98c4: ----------        
remote: commit 83a98c4: Reviewing commit: 83a98c4e        
remote: commit 83a98c4: Authored by: Federico Jeanne <2205684+fedejeanne@users.noreply.github.com>        
remote: commit 83a98c4:         
remote: commit 83a98c4: Commit was previously validated, skipping processing        
remote: commit 83a98c4:         
remote: commit 83a98c4: This commit passes Eclipse validation.        
remote: commit 7f47622: warning: subject >50 characters; use shorter first paragraph        
remote: commit 7f47622: ----------        
remote: commit 7f47622: Reviewing commit: 7f47622a        
remote: commit 7f47622: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 7f47622:         
remote: commit 7f47622: Commit was previously validated, skipping processing        
remote: commit 7f47622:         
remote: commit 7f47622: This commit passes Eclipse validation.        
remote: commit c3f3b50: warning: subject >50 characters; use shorter first paragraph        
remote: commit c3f3b50: ----------        
remote: commit c3f3b50: Reviewing commit: c3f3b505        
remote: commit c3f3b50: Authored by: Amartya Parijat <46150646+amartya4256@users.noreply.github.com>        
remote: commit c3f3b50:         
remote: commit c3f3b50: Commit was previously validated, skipping processing        
remote: commit c3f3b50:         
remote: commit c3f3b50: This commit passes Eclipse validation.        
remote: commit ab3b356: warning: subject >50 characters; use shorter first paragraph        
remote: commit ab3b356: ----------        
remote: commit ab3b356: Reviewing commit: ab3b3569        
remote: commit ab3b356: Authored by: Andrey Loskutov <loskutov@gmx.de>        
remote: commit ab3b356:         
remote: commit ab3b356: Commit was previously validated, skipping processing        
remote: commit ab3b356:         
remote: commit ab3b356: This commit passes Eclipse validation.        
remote: commit 3c15248: ----------        
remote: commit 3c15248: Reviewing commit: 3c15248b        
remote: commit 3c15248: Authored by: Jozef Tomek <jozef.tomek.sk@gmail.com>        
remote: commit 3c15248:         
remote: commit 3c15248: Commit was previously validated, skipping processing        
remote: commit 3c15248:         
remote: commit 3c15248: This commit passes Eclipse validation.        
remote: commit 678a87d: ----------        
remote: commit 678a87d: Reviewing commit: 678a87db        
remote: commit 678a87d: Authored by: Elsa Zacharia <122080218+elsazac@users.noreply.github.com>        
remote: commit 678a87d:         
remote: commit 678a87d: Commit was previously validated, skipping processing        
remote: commit 678a87d:         
remote: commit 678a87d: This commit passes Eclipse validation.        
remote: commit edc5a43: ----------        
remote: commit edc5a43: Reviewing commit: edc5a43f        
remote: commit edc5a43: Authored by: Jeff Johnston <jjohnstn@redhat.com>        
remote: commit edc5a43:         
remote: commit edc5a43: Commit was previously validated, skipping processing        
remote: commit edc5a43:         
remote: commit edc5a43: This commit passes Eclipse validation.        
remote: commit 54d09c8: ----------        
remote: commit 54d09c8: Reviewing commit: 54d09c89        
remote: commit 54d09c8: Authored by: Noopur Gupta <noopur_gupta@in.ibm.com>        
remote: commit 54d09c8:         
remote: commit 54d09c8: Commit was previously validated, skipping processing        
remote: commit 54d09c8:         
remote: commit 54d09c8: This commit passes Eclipse validation.        
remote: commit 1be937a: warning: subject >50 characters; use shorter first paragraph        
remote: commit 1be937a: ----------        
remote: commit 1be937a: Reviewing commit: 1be937ae        
remote: commit 1be937a: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit 1be937a:         
remote: commit 1be937a: Commit was previously validated, skipping processing        
remote: commit 1be937a:         
remote: commit 1be937a: This commit passes Eclipse validation.        
remote: commit ff641b7: ----------        
remote: commit ff641b7: Reviewing commit: ff641b73        
remote: commit ff641b7: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit ff641b7:         
remote: commit ff641b7: Commit was previously validated, skipping processing        
remote: commit ff641b7:         
remote: commit ff641b7: This commit passes Eclipse validation.        
remote: commit 20156c1: ----------        
remote: commit 20156c1: Reviewing commit: 20156c15        
remote: commit 20156c1: Authored by: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com>        
remote: commit 20156c1:         
remote: commit 20156c1: Commit was previously validated, skipping processing        
remote: commit 20156c1:         
remote: commit 20156c1: This commit passes Eclipse validation.        
remote: commit 82c6389: ----------        
remote: commit 82c6389: Reviewing commit: 82c63897        
remote: commit 82c6389: Authored by: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com>        
remote: commit 82c6389:         
remote: commit 82c6389: Commit was previously validated, skipping processing        
remote: commit 82c6389:         
remote: commit 82c6389: This commit passes Eclipse validation.        
remote: commit b1a2476: ----------        
remote: commit b1a2476: Reviewing commit: b1a24766        
remote: commit b1a2476: Authored by: Matthias Becker <ma.becker@sap.com>        
remote: commit b1a2476:         
remote: commit b1a2476: Commit was previously validated, skipping processing        
remote: commit b1a2476:         
remote: commit b1a2476: This commit passes Eclipse validation.        
remote: commit e5aea48: ----------        
remote: commit e5aea48: Reviewing commit: e5aea488        
remote: commit e5aea48: Authored by: Rahul Mohanan <121536011+MohananRahul@users.noreply.github.com>        
remote: commit e5aea48:         
remote: commit e5aea48: Commit was previously validated, skipping processing        
remote: commit e5aea48:         
remote: commit e5aea48: This commit passes Eclipse validation.        
remote: commit e8ff100: warning: subject >50 characters; use shorter first paragraph        
remote: commit e8ff100: ----------        
remote: commit e8ff100: Reviewing commit: e8ff1009        
remote: commit e8ff100: Authored by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>        
remote: commit e8ff100:         
remote: commit e8ff100: Commit was previously validated, skipping processing        
remote: commit e8ff100:         
remote: commit e8ff100: This commit passes Eclipse validation.        
remote: commit 19e7df9: warning: subject >50 characters; use shorter first paragraph        
remote: commit 19e7df9: ----------        
remote: commit 19e7df9: Reviewing commit: 19e7df9b        
remote: commit 19e7df9: Authored by: Ed Merks <ed.merks@gmail.com>        
remote: commit 19e7df9:         
remote: commit 19e7df9: Commit was previously validated, skipping processing        
remote: commit 19e7df9:         
remote: commit 19e7df9: This commit passes Eclipse validation.        
remote: commit 04acad8: warning: subject >50 characters; use shorter first paragraph        
remote: commit 04acad8: ----------        
remote: commit 04acad8: Reviewing commit: 04acad87        
remote: commit 04acad8: Authored by: Stephan Herrmann <stephan.herrmann@berlin.de>        
remote: commit 04acad8:         
remote: commit 04acad8: Commit was previously validated, skipping processing        
remote: commit 04acad8:         
remote: commit 04acad8: This commit passes Eclipse validation.        
remote: commit bac7e3b: warning: subject >50 characters; use shorter first paragraph        
remote: commit bac7e3b: ----------        
remote: commit bac7e3b: Reviewing commit: bac7e3ba        
remote: commit bac7e3b: Authored by: Ed Merks <ed.merks@gmail.com>        
remote: commit bac7e3b:         
remote: commit bac7e3b: Commit was previously validated, skipping processing        
remote: commit bac7e3b:         
remote: commit bac7e3b: This commit passes Eclipse validation.        
remote: commit 553ae45: warning: subject >50 characters; use shorter first paragraph        
remote: commit 553ae45: ----------        
remote: commit 553ae45: Reviewing commit: 553ae458        
remote: commit 553ae45: Authored by: Ed Merks <Ed.Merks@gmail.com>        
remote: commit 553ae45:         
remote: commit 553ae45: Commit was previously validated, skipping processing        
remote: commit 553ae45:         
remote: commit 553ae45: This commit passes Eclipse validation.        
remote: commit ba44a74: ----------        
remote: commit ba44a74: Reviewing commit: ba44a74a        
remote: commit ba44a74: Authored by: Suby S Surendran <suby.surendran@ibm.com>        
remote: commit ba44a74:         
remote: commit ba44a74: Commit was previously validated, skipping processing        
remote: commit ba44a74:         
remote: commit ba44a74: This commit passes Eclipse validation.        
remote: commit e952a6e: ----------        
remote: commit e952a6e: Reviewing commit: e952a6e5        
remote: commit e952a6e: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit e952a6e:         
remote: commit e952a6e: Commit was previously validated, skipping processing        
remote: commit e952a6e:         
remote: commit e952a6e: This commit passes Eclipse validation.        
remote: commit c3b610f: warning: subject >50 characters; use shorter first paragraph        
remote: commit c3b610f: ----------        
remote: commit c3b610f: Reviewing commit: c3b610f9        
remote: commit c3b610f: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit c3b610f:         
remote: commit c3b610f: Commit was previously validated, skipping processing        
remote: commit c3b610f:         
remote: commit c3b610f: This commit passes Eclipse validation.        
remote: commit bb81a45: ----------        
remote: commit bb81a45: Reviewing commit: bb81a45b        
remote: commit bb81a45: Authored by: Elsa Zacharia <elsa.zacharia@ibm.com>        
remote: commit bb81a45:         
remote: commit bb81a45: Commit was previously validated, skipping processing        
remote: commit bb81a45:         
remote: commit bb81a45: This commit passes Eclipse validation.        
remote: commit 38c1669: warning: subject >50 characters; use shorter first paragraph        
remote: commit 38c1669: ----------        
remote: commit 38c1669: Reviewing commit: 38c16697        
remote: commit 38c1669: Authored by: Ed Merks <ed.merks@gmail.com>        
remote: commit 38c1669:         
remote: commit 38c1669: Commit was previously validated, skipping processing        
remote: commit 38c1669:         
remote: commit 38c1669: This commit passes Eclipse validation.        
remote: commit 835b49c: warning: subject >50 characters; use shorter first paragraph        
remote: commit 835b49c: warning: too many message lines longer than 72 characters; manually wrap lines        
remote: commit 835b49c: ----------        
remote: commit 835b49c: Reviewing commit: 835b49ca        
remote: commit 835b49c: Authored by: Hannes Wellmann <wellmann.hannes1@gmx.net>        
remote: commit 835b49c:         
remote: commit 835b49c: Commit was previously validated, skipping processing        
remote: commit 835b49c:         
remote: commit 835b49c: This commit passes Eclipse validation.        
remote: commit 0547373: ----------        
remote: commit 0547373: Reviewing commit: 05473739        
remote: commit 0547373: Authored by: Hannes Wellmann <wellmann.hannes1@gmx.net>        
remote: commit 0547373:         
remote: commit 0547373: Commit was previously validated, skipping processing        
remote: commit 0547373:         
remote: commit 0547373: This commit passes Eclipse validation.        
remote: commit 4e6c843: ----------        
remote: commit 4e6c843: Reviewing commit: 4e6c8437        
remote: commit 4e6c843: Authored by: Praveen S K <praveen.s.k@sap.com>        
remote: commit 4e6c843:         
remote: commit 4e6c843: Commit was previously validated, skipping processing        
remote: commit 4e6c843:         
remote: commit 4e6c843: This commit passes Eclipse validation.        
remote: commit e6ab84f: ----------        
remote: commit e6ab84f: Reviewing commit: e6ab84ff        
remote: commit e6ab84f: Authored by: Matthias Becker <ma.becker@sap.com>        
remote: commit e6ab84f:         
remote: commit e6ab84f: Commit was previously validated, skipping processing        
remote: commit e6ab84f:         
remote: commit e6ab84f: This commit passes Eclipse validation.        
remote: commit b48ff42: warning: subject >50 characters; use shorter first paragraph        
remote: commit b48ff42: ----------        
remote: commit b48ff42: Reviewing commit: b48ff421        
remote: commit b48ff42: Authored by: Matthias Becker <ma.becker@sap.com>        
remote: commit b48ff42:         
remote: commit b48ff42: Commit was previously validated, skipping processing        
remote: commit b48ff42:         
remote: commit b48ff42: This commit passes Eclipse validation.        
remote: commit fa77801: warning: subject >50 characters; use shorter first paragraph        
remote: commit fa77801: ----------        
remote: commit fa77801: Reviewing commit: fa77801f        
remote: commit fa77801: Authored by: Dietrich Travkin <dietrich.travkin@solunar.de>        
remote: commit fa77801:         
remote: commit fa77801: Reviewing commit: fa77801f395609d6d5f0921edb563103a96b5578        
remote: commit fa77801: Authored by: Dietrich Travkin <dietrich.travkin@solunar.de>        
remote: commit fa77801: Could not find an Eclipse user with mail 'dietrich.travkin@solunar.de' for author of commit fa77801f395609d6d5f0921edb563103a96b5578        
remote: commit fa77801:         
remote: commit fa77801: Please see http://wiki.eclipse.org/ECA        
To ssh://git.eclipse.org:29418/www.eclipse.org/eclipse.git
 ! [remote rejected]   master -> master (commit fa77801: Author 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 45 killed;
[ssh-agent] Stopped.
Sending e-mails to: sravankumarl@in.ibm.com
Finished: FAILURE