Skip to content

Console Output

01:57:29 Started by user Sravan Kumar Lakkimsetti
01:57:29 Running as Sravan Kumar Lakkimsetti
01:57:29 Agent centos-7-62m9w is provisioned from template centos-7
01:57:29 ---
01:57:29 apiVersion: "v1"
01:57:29 kind: "Pod"
01:57:29 metadata:
01:57:29   annotations: {}
01:57:29   labels:
01:57:29     jenkins: "slave"
01:57:29     jenkins/label: "migration_jipp-migration_centos-7"
01:57:29   name: "centos-7-62m9w"
01:57:29 spec:
01:57:29   containers:
01:57:29   - env:
01:57:29     - name: "JENKINS_SECRET"
01:57:29       value: "********"
01:57:29     - name: "JENKINS_TUNNEL"
01:57:29       value: "jenkins-discovery.platform.svc.cluster.local:50000"
01:57:29     - name: "JENKINS_AGENT_NAME"
01:57:29       value: "centos-7-62m9w"
01:57:29     - name: "JENKINS_REMOTING_JAVA_OPTS"
01:57:29       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
01:57:29         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
01:57:29     - name: "JAVA_TOOL_OPTIONS"
01:57:29       value: ""
01:57:29     - name: "_JAVA_OPTIONS"
01:57:29       value: ""
01:57:29     - name: "OPENJ9_JAVA_OPTIONS"
01:57:29       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
01:57:29     - name: "JENKINS_NAME"
01:57:29       value: "centos-7-62m9w"
01:57:29     - name: "JENKINS_AGENT_WORKDIR"
01:57:29       value: "/home/jenkins/agent"
01:57:29     - name: "JENKINS_URL"
01:57:29       value: "http://jenkins-ui.platform.svc.cluster.local/platform/"
01:57:29     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
01:57:29     imagePullPolicy: "Always"
01:57:29     name: "jnlp"
01:57:29     resources:
01:57:29       limits:
01:57:29         memory: "4096Mi"
01:57:29         cpu: "2000m"
01:57:29       requests:
01:57:29         memory: "4096Mi"
01:57:29         cpu: "1000m"
01:57:29     securityContext:
01:57:29       privileged: false
01:57:29     tty: true
01:57:29     volumeMounts:
01:57:29     - mountPath: "/home/jenkins/.m2/toolchains.xml"
01:57:29       name: "m2-dir"
01:57:29       readOnly: true
01:57:29       subPath: "toolchains.xml"
01:57:29     - mountPath: "/home/jenkins/.mavenrc"
01:57:29       name: "m2-dir"
01:57:29       readOnly: true
01:57:29       subPath: ".mavenrc"
01:57:29     - mountPath: "/opt/tools"
01:57:29       name: "volume-0"
01:57:29       readOnly: false
01:57:29     - mountPath: "/home/jenkins"
01:57:29       name: "volume-2"
01:57:29       readOnly: false
01:57:29     - mountPath: "/home/jenkins/.m2/repository"
01:57:29       name: "volume-3"
01:57:29       readOnly: false
01:57:29     - mountPath: "/home/jenkins/.m2/settings-security.xml"
01:57:29       name: "m2-secret-dir"
01:57:29       readOnly: true
01:57:29       subPath: "settings-security.xml"
01:57:29     - mountPath: "/home/jenkins/.m2/wrapper"
01:57:29       name: "volume-4"
01:57:29       readOnly: false
01:57:29     - mountPath: "/home/jenkins/.m2/settings.xml"
01:57:29       name: "m2-secret-dir"
01:57:29       readOnly: true
01:57:29       subPath: "settings.xml"
01:57:29     - mountPath: "/home/jenkins/.ssh"
01:57:29       name: "volume-1"
01:57:29       readOnly: false
01:57:29     - mountPath: "/home/jenkins/agent"
01:57:29       name: "workspace-volume"
01:57:29       readOnly: false
01:57:29     workingDir: "/home/jenkins/agent"
01:57:29   nodeSelector:
01:57:29     beta.kubernetes.io/os: "linux"
01:57:29   restartPolicy: "Never"
01:57:29   securityContext: {}
01:57:29   volumes:
01:57:29   - name: "volume-0"
01:57:29     persistentVolumeClaim:
01:57:29       claimName: "tools-claim-jiro-platform"
01:57:29       readOnly: true
01:57:29   - name: "m2-secret-dir"
01:57:29     secret:
01:57:29       secretName: "m2-secret-dir"
01:57:29   - emptyDir:
01:57:29       medium: ""
01:57:29     name: "volume-2"
01:57:29   - configMap:
01:57:29       name: "m2-dir"
01:57:29     name: "m2-dir"
01:57:29   - configMap:
01:57:29       name: "known-hosts"
01:57:29     name: "volume-1"
01:57:29   - emptyDir:
01:57:29       medium: ""
01:57:29     name: "workspace-volume"
01:57:29   - emptyDir:
01:57:29       medium: ""
01:57:29     name: "volume-4"
01:57:29   - emptyDir:
01:57:29       medium: ""
01:57:29     name: "volume-3"
01:57:29 
01:57:29 Building remotely on centos-7-62m9w (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/aggregator-maintenance
01:57:29 [WS-CLEANUP] Deleting project workspace...
01:57:29 [WS-CLEANUP] Deferred wipeout is used...
01:57:29 The recommended git tool is: NONE
01:57:31 No credentials specified
01:57:31 Cloning the remote Git repository
01:57:31 Cloning repository git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git
01:57:31  > git init /home/jenkins/agent/workspace/aggregator-maintenance # timeout=10
01:57:31 Fetching upstream changes from git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git
01:57:31  > git --version # timeout=10
01:57:31  > git --version # 'git version 1.8.3.1'
01:57:31  > git fetch --tags --progress git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:57:36  > git config remote.origin.url git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git # timeout=10
01:57:36  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
01:57:36 Avoid second fetch
01:57:36  > git rev-parse origin/R4_15_maintenance^{commit} # timeout=10
01:57:36 Checking out Revision e5460487a60670a7ed39780cbcb90281294cc3f8 (origin/R4_15_maintenance)
01:57:36  > git config core.sparsecheckout # timeout=10
01:57:36  > git checkout -f e5460487a60670a7ed39780cbcb90281294cc3f8 # timeout=10
01:57:40 Commit message: "Bug 571315 - Add cbi-releases url as repository to parent-pom"
01:57:40 First time build. Skipping changelog.
01:57:40  > git remote # timeout=10
01:57:40  > git submodule init # timeout=10
01:57:41  > git submodule sync # timeout=10
01:57:42  > git config --get remote.origin.url # timeout=10
01:57:42  > git submodule init # timeout=10
01:57:42  > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
01:57:42  > git config --get submodule.eclipse.jdt.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.jdt.path # timeout=10
01:57:42  > git config --get submodule.eclipse.jdt.core.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.jdt.core.path # timeout=10
01:57:42  > git config --get submodule.eclipse.jdt.core.binaries.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.jdt.core.binaries.path # timeout=10
01:57:42  > git config --get submodule.eclipse.jdt.debug.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.jdt.debug.path # timeout=10
01:57:42  > git config --get submodule.eclipse.jdt.ui.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.jdt.ui.path # timeout=10
01:57:42  > git config --get submodule.eclipse.pde.build.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.pde.build.path # timeout=10
01:57:42  > git config --get submodule.eclipse.pde.ui.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.pde.ui.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.common.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.common.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.debug.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.debug.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.releng.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.releng.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.resources.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.resources.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.runtime.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.runtime.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.swt.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.swt.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.swt.binaries.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.swt.binaries.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.team.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.team.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.text.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.text.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.ua.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.ua.path # timeout=10
01:57:42  > git config --get submodule.eclipse.platform.ui.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.eclipse.platform.ui.path # timeout=10
01:57:42  > git config --get submodule.rt.equinox.binaries.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.rt.equinox.binaries.path # timeout=10
01:57:42  > git config --get submodule.rt.equinox.bundles.url # timeout=10
01:57:42  > git config -f .gitmodules --get submodule.rt.equinox.bundles.path # timeout=10
01:57:42  > git config --get submodule.rt.equinox.framework.url # timeout=10
01:57:43  > git config -f .gitmodules --get submodule.rt.equinox.framework.path # timeout=10
01:57:43  > git config --get submodule.rt.equinox.p2.url # timeout=10
01:57:43  > git config -f .gitmodules --get submodule.rt.equinox.p2.path # timeout=10
01:57:43  > git config --get submodule.eclipse.platform.ui.tools.url # timeout=10
01:57:43  > git config -f .gitmodules --get submodule.eclipse.platform.ui.tools.path # timeout=10
01:57:43  > git submodule update --init --recursive eclipse.jdt # timeout=10
01:57:43  > git submodule update --init --recursive eclipse.jdt.core # timeout=10
01:58:22  > git submodule update --init --recursive eclipse.jdt.core.binaries # timeout=10
01:58:26  > git submodule update --init --recursive eclipse.jdt.debug # timeout=10
01:58:34  > git submodule update --init --recursive eclipse.jdt.ui # timeout=10
01:59:52  > git submodule update --init --recursive eclipse.pde.build # timeout=10
02:00:05  > git submodule update --init --recursive eclipse.pde.ui # timeout=10
02:01:22  > git submodule update --init --recursive eclipse.platform # timeout=10
02:01:55  > git submodule update --init --recursive eclipse.platform.common # timeout=10
02:02:30  > git submodule update --init --recursive eclipse.platform.debug # timeout=10
02:02:58  > git submodule update --init --recursive eclipse.platform.releng # timeout=10
02:03:01  > git submodule update --init --recursive eclipse.platform.resources # timeout=10
02:03:07  > git submodule update --init --recursive eclipse.platform.runtime # timeout=10
02:03:16  > git submodule update --init --recursive eclipse.platform.swt # timeout=10
02:03:48  > git submodule update --init --recursive eclipse.platform.swt.binaries # timeout=10
02:05:10  > git submodule update --init --recursive eclipse.platform.team # timeout=10
02:05:18  > git submodule update --init --recursive eclipse.platform.text # timeout=10
02:05:22  > git submodule update --init --recursive eclipse.platform.ua # timeout=10
02:05:30  > git submodule update --init --recursive eclipse.platform.ui # timeout=10
02:06:01  > git submodule update --init --recursive rt.equinox.binaries # timeout=10
02:06:16  > git submodule update --init --recursive rt.equinox.bundles # timeout=10
02:06:23  > git submodule update --init --recursive rt.equinox.framework # timeout=10
02:06:31  > git submodule update --init --recursive rt.equinox.p2 # timeout=10
02:07:04  > git submodule update --init --recursive eclipse.platform.ui.tools # timeout=10
02:07:09 $ pkill Xvnc
02:07:09 $ pkill Xrealvnc
02:07:09 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
02:07:26 [aggregator-maintenance] $ vncserver -list
02:07:26 Starting xvnc
02:07:26 [aggregator-maintenance] $ Xvnc :78 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
02:07:26 
02:07:26 Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
02:07:26 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
02:07:26 See http://www.tigervnc.org for information on TigerVNC.
02:07:26 Underlying X server release 12004000, The X.Org Foundation
02:07:26 
02:07:26 
02:07:26 Thu Mar 25 06:07:26 2021
02:07:26  vncext:      VNC extension running!
02:07:26  vncext:      Listening for VNC connections on all interface(s), port 5978
02:07:26  vncext:      created VNC server for screen 0
02:07:26 [aggregator-maintenance] $ /bin/sh -xe /tmp/jenkins15845890826234792654.sh
02:07:26 + unset JAVA_TOOL_OPTIONS
02:07:26 + unset _JAVA_OPTIONS
02:07:26 + git clean -f -d -x
02:07:26 Removing .Xauthority-16282982281471307025
02:07:26 + git reset --hard HEAD
02:07:26 HEAD is now at e546048 Bug 571315 - Add cbi-releases url as repository to parent-pom
02:07:26 + git submodule foreach git clean -f -d -x
02:07:26 Entering 'eclipse.jdt'
02:07:26 Entering 'eclipse.jdt.core'
02:07:27 Entering 'eclipse.jdt.core.binaries'
02:07:27 Entering 'eclipse.jdt.debug'
02:07:27 Entering 'eclipse.jdt.ui'
02:07:27 Entering 'eclipse.pde.build'
02:07:27 Entering 'eclipse.pde.ui'
02:07:27 Entering 'eclipse.platform'
02:07:27 Entering 'eclipse.platform.common'
02:07:27 Entering 'eclipse.platform.debug'
02:07:27 Entering 'eclipse.platform.releng'
02:07:27 Entering 'eclipse.platform.resources'
02:07:27 Entering 'eclipse.platform.runtime'
02:07:27 Entering 'eclipse.platform.swt'
02:07:27 Entering 'eclipse.platform.swt.binaries'
02:07:27 Entering 'eclipse.platform.team'
02:07:27 Entering 'eclipse.platform.text'
02:07:27 Entering 'eclipse.platform.ua'
02:07:27 Entering 'eclipse.platform.ui'
02:07:27 Entering 'eclipse.platform.ui.tools'
02:07:27 Entering 'rt.equinox.binaries'
02:07:27 Entering 'rt.equinox.bundles'
02:07:27 Entering 'rt.equinox.framework'
02:07:27 Entering 'rt.equinox.p2'
02:07:28 + git submodule foreach git reset --hard HEAD
02:07:28 Entering 'eclipse.jdt'
02:07:29 HEAD is now at a66c60a Bug 560578: JDT feature copyright update
02:07:29 Entering 'eclipse.jdt.core'
02:07:30 HEAD is now at 2f46ebe Bug 562392 - [14] Type parameters should be allowed in instanceof
02:07:30 Entering 'eclipse.jdt.core.binaries'
02:07:30 HEAD is now at 7df1229 Bug 553742 - POM and product version change for 4.15 release
02:07:30 Entering 'eclipse.jdt.debug'
02:07:30 HEAD is now at d22d623 Bug 551500 - [14] Remove disclaimers from JDT Debug code base and merge
02:07:30 Entering 'eclipse.jdt.ui'
02:07:30 HEAD is now at 2c8ae34 Bug 551491 - [14] Remove BETA from Compiler Preference page "Compiler
02:07:30 Entering 'eclipse.pde.build'
02:07:34 HEAD is now at 5f2a2e2 Bug 561169 - [14] Remove disclaimers from PDE code base and merge Beta
02:07:34 Entering 'eclipse.pde.ui'
02:07:34 HEAD is now at 583438c Bug 561169 - [14] Remove disclaimers from PDE code base and merge Beta
02:07:34 Entering 'eclipse.platform'
02:07:34 HEAD is now at d9b6fdb Bug 560724 - NPE parsing ANT files imported or included via classpath
02:07:34 Entering 'eclipse.platform.common'
02:07:34 HEAD is now at 720cafb Bug 560534: Force Javadoc re-generation for 4.15 RC2
02:07:34 Entering 'eclipse.platform.debug'
02:07:34 HEAD is now at 5c96c5c Bug 561451: Call wrong UI String for quick access label/header
02:07:34 Entering 'eclipse.platform.releng'
02:07:34 HEAD is now at d5a22e3 Bug 560578: Update copyrights in Releng
02:07:34 Entering 'eclipse.platform.resources'
02:07:34 HEAD is now at 7555850 Bug 559888 - Move test resources to JUnit 4
02:07:34 Entering 'eclipse.platform.runtime'
02:07:40 HEAD is now at 5569131 Use switch over strings where possible
02:07:40 Entering 'eclipse.platform.swt'
02:07:40 HEAD is now at db3b986 v4932r18
02:07:40 Entering 'eclipse.platform.swt.binaries'
02:07:40 HEAD is now at 634e24b v4932r18
02:07:40 Entering 'eclipse.platform.team'
02:07:56 HEAD is now at d58237c Bug 560578 - Update copyright
02:07:56 Entering 'eclipse.platform.text'
02:08:01 HEAD is now at 277d42d Bug 560207 - String concatenation issue in quick search panel
02:08:01 Entering 'eclipse.platform.ua'
02:08:07 HEAD is now at a197db9 Bug 560655 - Update Jetty to 9.4.27
02:08:07 Entering 'eclipse.platform.ui'
02:08:12 HEAD is now at 7bd38f0 Bug 561348 - Eclipse will fail to start after activating bundle for some
02:08:12 Entering 'eclipse.platform.ui.tools'
02:08:12 HEAD is now at 81fd264 Remove unnecessary override and use super directly
02:08:12 Entering 'rt.equinox.binaries'
02:08:12 HEAD is now at 4b5a174 Bug 550674 - Specify hardened runtime for Mac app signing
02:08:12 Entering 'rt.equinox.bundles'
02:08:12 HEAD is now at 08f5751 Bug 560655 - Update Jetty to 9.4.27
02:08:12 Entering 'rt.equinox.framework'
02:08:12 HEAD is now at 99321d4 Convert osgi.tests to JUnit 4.
02:08:12 Entering 'rt.equinox.p2'
02:08:12 HEAD is now at 437ddba Bug 545045 - Cancellation.testCancellation fails on Windows
02:08:12 [aggregator-maintenance] $ /bin/sh -xe /tmp/jenkins18390859509517363841.sh
02:08:12 + git checkout R4_15_maintenance
02:08:22 Switched to a new branch 'R4_15_maintenance'
02:08:22 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:22 + git pull --rebase
02:08:22 Current branch R4_15_maintenance is up to date.
02:08:22 + git submodule foreach git checkout R4_15_maintenance
02:08:22 Entering 'eclipse.jdt'
02:08:22 Switched to a new branch 'R4_15_maintenance'
02:08:22 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:22 Entering 'eclipse.jdt.core'
02:08:27 Previous HEAD position was 2f46ebe... Bug 562392 - [14] Type parameters should be allowed in instanceof expressions from Java 14
02:08:27 Switched to a new branch 'R4_15_maintenance'
02:08:27 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:27 Entering 'eclipse.jdt.core.binaries'
02:08:27 Switched to a new branch 'R4_15_maintenance'
02:08:27 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:27 Entering 'eclipse.jdt.debug'
02:08:27 Previous HEAD position was d22d623... Bug 551500 - [14] Remove disclaimers from JDT Debug code base and merge Beta branch to Master Bump service version by 50
02:08:27 Switched to a new branch 'R4_15_maintenance'
02:08:27 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:27 Entering 'eclipse.jdt.ui'
02:08:27 Previous HEAD position was 2c8ae34... Bug 551491 - [14] Remove BETA from Compiler Preference page "Compiler compliance level" dropdown
02:08:27 Switched to a new branch 'R4_15_maintenance'
02:08:27 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:27 Entering 'eclipse.pde.build'
02:08:27 Previous HEAD position was 5f2a2e2... Bug 561169 - [14] Remove disclaimers from PDE code base and merge Beta branch to Master
02:08:27 Switched to a new branch 'R4_15_maintenance'
02:08:27 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:27 Entering 'eclipse.pde.ui'
02:08:29 Previous HEAD position was 583438c... Bug 561169 - [14] Remove disclaimers from PDE code base and merge Beta branch to Master
02:08:29 Switched to a new branch 'R4_15_maintenance'
02:08:29 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:29 Entering 'eclipse.platform'
02:08:29 Switched to a new branch 'R4_15_maintenance'
02:08:29 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:29 Entering 'eclipse.platform.common'
02:08:29 Switched to a new branch 'R4_15_maintenance'
02:08:29 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:29 Entering 'eclipse.platform.debug'
02:08:29 Switched to a new branch 'R4_15_maintenance'
02:08:29 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:29 Entering 'eclipse.platform.releng'
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:30 Entering 'eclipse.platform.resources'
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:30 Entering 'eclipse.platform.runtime'
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:30 Entering 'eclipse.platform.swt'
02:08:30 Previous HEAD position was db3b986... v4932r18
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:30 Entering 'eclipse.platform.swt.binaries'
02:08:30 Previous HEAD position was 634e24b... v4932r18
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:30 Entering 'eclipse.platform.team'
02:08:30 Previous HEAD position was d58237c... Bug 560578 - Update copyright
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:30 Entering 'eclipse.platform.text'
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:30 Entering 'eclipse.platform.ua'
02:08:30 Previous HEAD position was a197db9... Bug 560655 - Update Jetty to 9.4.27
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:30 Entering 'eclipse.platform.ui'
02:08:30 Previous HEAD position was 7bd38f0... Bug 561348 - Eclipse will fail to start after activating bundle for some new search proposals
02:08:30 Switched to a new branch 'R4_15_maintenance'
02:08:30 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:31 Entering 'eclipse.platform.ui.tools'
02:08:31 Switched to a new branch 'R4_15_maintenance'
02:08:31 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:31 Entering 'rt.equinox.binaries'
02:08:31 Previous HEAD position was 4b5a174... Bug 550674 - Specify hardened runtime for Mac app signing
02:08:31 Switched to a new branch 'R4_15_maintenance'
02:08:31 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:31 Entering 'rt.equinox.bundles'
02:08:32 Previous HEAD position was 08f5751... Bug 560655 - Update Jetty to 9.4.27
02:08:32 Switched to a new branch 'R4_15_maintenance'
02:08:32 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:32 Entering 'rt.equinox.framework'
02:08:32 Previous HEAD position was 99321d4... Convert osgi.tests to JUnit 4.
02:08:32 Switched to a new branch 'R4_15_maintenance'
02:08:32 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:32 Entering 'rt.equinox.p2'
02:08:32 Switched to a new branch 'R4_15_maintenance'
02:08:32 Branch R4_15_maintenance set up to track remote branch R4_15_maintenance from origin.
02:08:32 + git submodule foreach git pull --rebase
02:08:32 Entering 'eclipse.jdt'
02:08:32 Current branch R4_15_maintenance is up to date.
02:08:33 Entering 'eclipse.jdt.core'
02:08:33 Current branch R4_15_maintenance is up to date.
02:08:33 Entering 'eclipse.jdt.core.binaries'
02:08:34 Current branch R4_15_maintenance is up to date.
02:08:34 Entering 'eclipse.jdt.debug'
02:08:34 Current branch R4_15_maintenance is up to date.
02:08:34 Entering 'eclipse.jdt.ui'
02:08:36 Current branch R4_15_maintenance is up to date.
02:08:36 Entering 'eclipse.pde.build'
02:08:36 Current branch R4_15_maintenance is up to date.
02:08:36 Entering 'eclipse.pde.ui'
02:08:37 Current branch R4_15_maintenance is up to date.
02:08:37 Entering 'eclipse.platform'
02:08:38 Current branch R4_15_maintenance is up to date.
02:08:38 Entering 'eclipse.platform.common'
02:08:38 Current branch R4_15_maintenance is up to date.
02:08:38 Entering 'eclipse.platform.debug'
02:08:39 Current branch R4_15_maintenance is up to date.
02:08:39 Entering 'eclipse.platform.releng'
02:08:39 Current branch R4_15_maintenance is up to date.
02:08:39 Entering 'eclipse.platform.resources'
02:08:40 Current branch R4_15_maintenance is up to date.
02:08:40 Entering 'eclipse.platform.runtime'
02:08:40 Current branch R4_15_maintenance is up to date.
02:08:40 Entering 'eclipse.platform.swt'
02:08:41 Current branch R4_15_maintenance is up to date.
02:08:41 Entering 'eclipse.platform.swt.binaries'
02:08:42 Current branch R4_15_maintenance is up to date.
02:08:42 Entering 'eclipse.platform.team'
02:08:42 Current branch R4_15_maintenance is up to date.
02:08:42 Entering 'eclipse.platform.text'
02:08:43 Current branch R4_15_maintenance is up to date.
02:08:43 Entering 'eclipse.platform.ua'
02:08:43 Current branch R4_15_maintenance is up to date.
02:08:43 Entering 'eclipse.platform.ui'
02:08:45 Current branch R4_15_maintenance is up to date.
02:08:45 Entering 'eclipse.platform.ui.tools'
02:08:45 Current branch R4_15_maintenance is up to date.
02:08:45 Entering 'rt.equinox.binaries'
02:08:45 Current branch R4_15_maintenance is up to date.
02:08:45 Entering 'rt.equinox.bundles'
02:08:46 Current branch R4_15_maintenance is up to date.
02:08:46 Entering 'rt.equinox.framework'
02:08:46 Current branch R4_15_maintenance is up to date.
02:08:46 Entering 'rt.equinox.p2'
02:08:47 Current branch R4_15_maintenance is up to date.
02:08:47 [aggregator-maintenance] $ /bin/sh -xe /tmp/jenkins1415199657803011994.sh
02:08:47 + git fetch git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator refs/changes/43/178343/2
02:08:48 From git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator
02:08:48  * branch            refs/changes/43/178343/2 -> FETCH_HEAD
02:08:48 + git cherry-pick FETCH_HEAD
02:08:48 
02:08:48 *** Please tell me who you are.
02:08:48 
02:08:48 Run
02:08:48 
02:08:48   git config --global user.email "you@example.com"
02:08:48   git config --global user.name "Your Name"
02:08:48 
02:08:48 to set your account's default identity.
02:08:48 Omit --global to set the identity only in this repository.
02:08:48 
02:08:48 fatal: unable to auto-detect email address (got 'jenkins@centos-7-62m9w.(none)')
02:08:48 Build step 'Execute shell' marked build as failure
02:08:48 Terminating xvnc.
02:08:56 Archiving artifacts
02:08:57 Finished: FAILURE