Skip to content

Console Output

Started by GitHub push by noopur2507
Started by GitHub push by noopur2507
Started by GitHub push by noopur2507
Started by GitHub push by noopur2507
Running as SYSTEM
Agent centos-7-1pg5c 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-1pg5c"
  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-1pg5c"
    - 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-1pg5c"
    - 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-1pg5c (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-9SNdBChvV9Kh/agent.46
SSH_AGENT_PID=48
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_3571286156477550277.key (/home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_3571286156477550277.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_16081708350576598036.key (/home/jenkins/agent/workspace/Sync_eclipse_website_repo@tmp/private_key_16081708350576598036.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 54d09c89a5fed991584b931029fd9c968d48e8a4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 54d09c89a5fed991584b931029fd9c968d48e8a4 # timeout=10
Commit message: "News folder for 4.32"
 > git rev-list --no-walk 1be937ae333ac3ca4751f9d9b8e46a95d3825552 # timeout=10
The recommended git tool is: NONE
using credential github-bot
 > git rev-parse 54d09c89a5fed991584b931029fd9c968d48e8a4^{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 #122' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '1be937a'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '54d09c8' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@a92c18ea' to render commit links
[Sync_eclipse_website_repo] $ /bin/bash -x /tmp/jenkins17312106704837216128.sh
+ ls -al
total 132
drwxr-sr-x. 19 jenkins 1002310000  4096 Mar 21 07:24 .
drwxr-sr-x.  4 jenkins 1002310000    76 Mar 21 07:24 ..
-rw-r--r--.  1 jenkins 1002310000   990 Mar 21 07:24 CONTRIBUTING.md
drwxr-sr-x.  8 jenkins 1002310000  4096 Mar 21 07:24 debug
-rw-r--r--.  1 jenkins 1002310000   911 Mar 21 07:24 default_style.css
drwxr-sr-x. 10 jenkins 1002310000 12288 Mar 21 07:24 development
-rw-r--r--.  1 jenkins 1002310000 18165 Mar 21 07:24 eclipse-charter.php
-rw-r--r--.  1 jenkins 1002310000  1725 Mar 21 07:24 eclipse-structure.gif
drwxr-sr-x.  8 jenkins 1002310000   162 Mar 21 07:24 .git
drwxr-sr-x.  3 jenkins 1002310000    45 Mar 21 07:24 .github
-rw-r--r--.  1 jenkins 1002310000    15 Mar 21 07:24 .gitignore
drwxr-sr-x.  2 jenkins 1002310000   109 Mar 21 07:24 images
drwxr-sr-x.  3 jenkins 1002310000   108 Mar 21 07:24 incubator
-rw-r--r--.  1 jenkins 1002310000  6789 Mar 21 07:24 index.php
-rw-r--r--.  1 jenkins 1002310000  2291 Mar 21 07:24 nav.html
drwxr-sr-x. 43 jenkins 1002310000  4096 Mar 21 07:24 news
drwxr-sr-x. 11 jenkins 1002310000  4096 Mar 21 07:24 platform-core
drwxr-sr-x. 10 jenkins 1002310000  4096 Mar 21 07:24 platform-cvs
drwxr-sr-x.  5 jenkins 1002310000  4096 Mar 21 07:24 platform-releng
drwxr-sr-x.  8 jenkins 1002310000   156 Mar 21 07:24 platform-search
drwxr-sr-x. 15 jenkins 1002310000  4096 Mar 21 07:24 platform-team
drwxr-sr-x. 18 jenkins 1002310000  4096 Mar 21 07:24 platform-text
drwxr-sr-x.  6 jenkins 1002310000   159 Mar 21 07:24 platform-ua
drwxr-sr-x. 10 jenkins 1002310000  4096 Mar 21 07:24 platform-ui
drwxr-sr-x. 11 jenkins 1002310000  4096 Mar 21 07:24 presentation
-rw-r--r--.  1 jenkins 1002310000   200 Mar 21 07:24 .project
-rw-r--r--.  1 jenkins 1002310000  1118 Mar 21 07:24 _projectCommon.php
-rw-r--r--.  1 jenkins 1002310000   128 Mar 21 07:24 README.md
drwxr-sr-x.  2 jenkins 1002310000    84 Mar 21 07:24 .settings
-rwxr-xr-x.  1 jenkins 1002310000 13406 Mar 21 07:24 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: refs: 1 (|)        
remote: Processing changes: refs: 1 (|)        
remote: Processing changes: refs: 1, done            
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: Reviewing commit: 54d09c89a5fed991584b931029fd9c968d48e8a4        
remote: commit 54d09c8: Authored by: Noopur Gupta <noopur_gupta@in.ibm.com>        
remote: commit 54d09c8: Eclipse user 'ngupta'(author) is not a committer on the project.        
remote: commit 54d09c8: Eclipse user 'ngupta'(author) has a current Eclipse Contributor Agreement (ECA) on file.        
remote: commit 54d09c8: Eclipse user 'ngupta'(committer) is not a committer on the project.        
remote: commit 54d09c8: Eclipse user 'ngupta'(committer) has a current Eclipse Contributor Agreement (ECA) on file.        
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 48 killed;
[ssh-agent] Stopped.
Sending e-mails to: sravankumarl@in.ibm.com
Finished: FAILURE