Started by user Sravan Kumar Lakkimsetti Running as Sravan Kumar Lakkimsetti [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes releng/aggrbuild-pod-pz377-t8h8m Agent aggrbuild-pod-pz377-t8h8m is provisioned from template aggrbuild-pod-pz377 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/P-build/98/" runUrl: "job/P-build/98/" labels: jenkins: "slave" jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e" jenkins/label: "aggrbuild-pod" name: "aggrbuild-pod-pz377-t8h8m" 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: "aggrbuild-pod-pz377-t8h8m" - name: "JENKINS_NAME" value: "aggrbuild-pod-pz377-t8h8m" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.releng.svc.cluster.local/releng/" image: "eclipsecbi/jiro-agent-centos-8-jdk11:latest" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "8192Mi" cpu: "4000m" requests: memory: "6144Mi" cpu: "2000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-releng" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Running on aggrbuild-pod-pz377-t8h8m in /home/jenkins/agent/workspace/P-build [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Clean Workspace) [Pipeline] container [Pipeline] { [Pipeline] sh 05:48:36 [2022-09-09T09:48:36.230Z] + cd /home/jenkins/agent/workspace/P-build 05:48:36 [2022-09-09T09:48:36.232Z] + rm -rf '*' [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Setup intial configuration) [Pipeline] container [Pipeline] { [Pipeline] sshagent 05:48:50 [2022-09-09T09:48:50.274Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) 05:48:50 [2022-09-09T09:48:50.275Z] [ssh-agent] Looking for ssh-agent implementation... 05:48:50 [2022-09-09T09:48:50.591Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:48:50 [2022-09-09T09:48:50.591Z] Executing sh script inside container jnlp of pod aggrbuild-pod-pz377-t8h8m 05:48:50 [2022-09-09T09:48:50.838Z] Executing command: "ssh-agent" 05:48:50 [2022-09-09T09:48:50.838Z] exit 05:48:50 [2022-09-09T09:48:50.896Z] SSH_AUTH_SOCK=/tmp/ssh-LNx3Omftonp7/agent.91; export SSH_AUTH_SOCK; 05:48:50 [2022-09-09T09:48:50.896Z] SSH_AGENT_PID=92; export SSH_AGENT_PID; 05:48:50 [2022-09-09T09:48:50.896Z] echo Agent pid 92; 05:48:50 [2022-09-09T09:48:50.898Z] SSH_AUTH_SOCK=/tmp/ssh-LNx3Omftonp7/agent.91 05:48:50 [2022-09-09T09:48:50.898Z] SSH_AGENT_PID=92 05:48:50 [2022-09-09T09:48:50.928Z] Running ssh-add (command line suppressed) 05:48:51 [2022-09-09T09:48:51.879Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_17940037641338639629.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_17940037641338639629.key) 05:48:51 [2022-09-09T09:48:51.893Z] [ssh-agent] Started. [Pipeline] { [Pipeline] dir 05:48:52 [2022-09-09T09:48:52.768Z] Running in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator [Pipeline] { [Pipeline] sh 05:48:54 [2022-09-09T09:48:54.001Z] + git clone -b R4_25_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git 05:48:54 [2022-09-09T09:48:54.002Z] Cloning into 'eclipse.platform.releng.aggregator'... [Pipeline] } [Pipeline] // dir [Pipeline] } 05:48:58 [2022-09-09T09:48:58.344Z] Executing sh script inside container jnlp of pod aggrbuild-pod-pz377-t8h8m 05:48:58 [2022-09-09T09:48:58.601Z] Executing command: "ssh-agent" "-k" 05:48:58 [2022-09-09T09:48:58.601Z] exit 05:48:58 [2022-09-09T09:48:58.611Z] unset SSH_AUTH_SOCK; 05:48:58 [2022-09-09T09:48:58.611Z] unset SSH_AGENT_PID; 05:48:58 [2022-09-09T09:48:58.611Z] echo Agent pid 92 killed; 05:48:58 [2022-09-09T09:48:58.655Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sh 05:48:59 [2022-09-09T09:48:59.919Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production 05:48:59 [2022-09-09T09:48:59.920Z] + chmod +x mbscripts/mb010_createEnvfiles.sh mbscripts/mb011_loadPGPKeys.sh mbscripts/mb020_createBaseBuilder.sh mbscripts/mb030_downloadBuildToCompare.sh mbscripts/mb100_cloneRepos.sh mbscripts/mb110_tagBuildInputs.sh mbscripts/mb200_createSourceBundles.sh mbscripts/mb220_buildSdkPatch.sh mbscripts/mb300_gatherEclipseParts.sh mbscripts/mb310_gatherEquinoxParts.sh mbscripts/mb500_createRepoReports.sh mbscripts/mb510_createApiToolsReports.sh mbscripts/mb600_promoteEclipse.sh mbscripts/mb610_promoteEquinox.sh mbscripts/mb620_promoteUpdateSite.sh 05:48:59 [2022-09-09T09:48:59.920Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Genrerate environment variables) [Pipeline] container [Pipeline] { [Pipeline] sh 05:49:13 [2022-09-09T09:49:13.011Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts 05:49:13 [2022-09-09T09:49:13.013Z] + cp ../P-build/buildproperties.txt ../buildproperties.txt 05:49:13 [2022-09-09T09:49:13.013Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource 05:49:13 [2022-09-09T09:49:13.013Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log 05:49:13 [2022-09-09T09:49:13.272Z] + [[ 0 -ne 0 ]] [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Load PGP keys) [Pipeline] withCredentials 05:49:20 [2022-09-09T09:49:20.594Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh 05:49:24 [2022-09-09T09:49:24.653Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts 05:49:24 [2022-09-09T09:49:24.654Z] + ./mb011_loadPGPKeys.sh 05:49:24 [2022-09-09T09:49:24.654Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb011_loadPGPKeys.sh.log 05:49:24 [2022-09-09T09:49:24.654Z] gpg: directory '/home/jenkins/.gnupg' created 05:49:24 [2022-09-09T09:49:24.654Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created 05:49:24 [2022-09-09T09:49:24.654Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created 05:49:24 [2022-09-09T09:49:24.654Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project <platform-releng-dev@eclipse.org>" imported 05:49:24 [2022-09-09T09:49:24.654Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status 05:49:24 [2022-09-09T09:49:24.654Z] gpg: key B6D3AB9BCC641282: secret key imported 05:49:24 [2022-09-09T09:49:24.654Z] gpg: Total number processed: 1 05:49:24 [2022-09-09T09:49:24.654Z] gpg: imported: 1 05:49:24 [2022-09-09T09:49:24.654Z] gpg: secret keys read: 1 05:49:24 [2022-09-09T09:49:24.654Z] gpg: secret keys imported: 1 05:49:24 [2022-09-09T09:49:24.654Z] Secret subkeys are available. 05:49:24 [2022-09-09T09:49:24.654Z] 05:49:24 [2022-09-09T09:49:24.654Z] pub rsa4096/B6D3AB9BCC641282 05:49:24 [2022-09-09T09:49:24.654Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA 05:49:24 [2022-09-09T09:49:24.654Z] trust: unknown validity: unknown 05:49:24 [2022-09-09T09:49:24.654Z] ssb rsa4096/700E4F39BC05364B 05:49:24 [2022-09-09T09:49:24.654Z] created: 2016-12-21 expires: 2026-12-15 usage: S 05:49:24 [2022-09-09T09:49:24.654Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org> 05:49:24 [2022-09-09T09:49:24.654Z] 05:49:24 [2022-09-09T09:49:24.654Z] pub rsa4096/B6D3AB9BCC641282 05:49:24 [2022-09-09T09:49:24.654Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA 05:49:24 [2022-09-09T09:49:24.654Z] trust: unknown validity: unknown 05:49:24 [2022-09-09T09:49:24.654Z] ssb rsa4096/700E4F39BC05364B 05:49:24 [2022-09-09T09:49:24.654Z] created: 2016-12-21 expires: 2026-12-15 usage: S 05:49:24 [2022-09-09T09:49:24.654Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org> 05:49:24 [2022-09-09T09:49:24.654Z] 05:49:24 [2022-09-09T09:49:24.655Z] Please decide how far you trust this user to correctly verify other users' keys 05:49:24 [2022-09-09T09:49:24.655Z] (by looking at passports, checking fingerprints from different sources, etc.) 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] 1 = I don't know or won't say 05:49:24 [2022-09-09T09:49:24.655Z] 2 = I do NOT trust 05:49:24 [2022-09-09T09:49:24.655Z] 3 = I trust marginally 05:49:24 [2022-09-09T09:49:24.655Z] 4 = I trust fully 05:49:24 [2022-09-09T09:49:24.655Z] 5 = I trust ultimately 05:49:24 [2022-09-09T09:49:24.655Z] m = back to the main menu 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] pub rsa4096/B6D3AB9BCC641282 05:49:24 [2022-09-09T09:49:24.655Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA 05:49:24 [2022-09-09T09:49:24.655Z] trust: ultimate validity: unknown 05:49:24 [2022-09-09T09:49:24.655Z] ssb rsa4096/700E4F39BC05364B 05:49:24 [2022-09-09T09:49:24.655Z] created: 2016-12-21 expires: 2026-12-15 usage: S 05:49:24 [2022-09-09T09:49:24.655Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org> 05:49:24 [2022-09-09T09:49:24.655Z] Please note that the shown key validity is not necessarily correct 05:49:24 [2022-09-09T09:49:24.655Z] unless you restart the program. 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] Secret subkeys are available. 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] gpg: checking the trustdb 05:49:24 [2022-09-09T09:49:24.655Z] gpg: marginals needed: 3 completes needed: 1 trust model: pgp 05:49:24 [2022-09-09T09:49:24.655Z] gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 05:49:24 [2022-09-09T09:49:24.655Z] gpg: next trustdb check due at 2026-12-15 05:49:24 [2022-09-09T09:49:24.655Z] pub rsa4096/B6D3AB9BCC641282 05:49:24 [2022-09-09T09:49:24.655Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA 05:49:24 [2022-09-09T09:49:24.655Z] trust: ultimate validity: ultimate 05:49:24 [2022-09-09T09:49:24.655Z] ssb rsa4096/700E4F39BC05364B 05:49:24 [2022-09-09T09:49:24.655Z] created: 2016-12-21 expires: 2026-12-15 usage: S 05:49:24 [2022-09-09T09:49:24.655Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org> 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] pub rsa4096/B6D3AB9BCC641282 05:49:24 [2022-09-09T09:49:24.655Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA 05:49:24 [2022-09-09T09:49:24.655Z] trust: ultimate validity: ultimate 05:49:24 [2022-09-09T09:49:24.655Z] ssb rsa4096/700E4F39BC05364B 05:49:24 [2022-09-09T09:49:24.655Z] created: 2016-12-21 expires: 2026-12-15 usage: S 05:49:24 [2022-09-09T09:49:24.655Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org> 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] Please decide how far you trust this user to correctly verify other users' keys 05:49:24 [2022-09-09T09:49:24.655Z] (by looking at passports, checking fingerprints from different sources, etc.) 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] 1 = I don't know or won't say 05:49:24 [2022-09-09T09:49:24.655Z] 2 = I do NOT trust 05:49:24 [2022-09-09T09:49:24.655Z] 3 = I trust marginally 05:49:24 [2022-09-09T09:49:24.655Z] 4 = I trust fully 05:49:24 [2022-09-09T09:49:24.655Z] 5 = I trust ultimately 05:49:24 [2022-09-09T09:49:24.655Z] m = back to the main menu 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] pub rsa4096/B6D3AB9BCC641282 05:49:24 [2022-09-09T09:49:24.655Z] created: 2016-12-21 expires: 2026-12-15 usage: SCEA 05:49:24 [2022-09-09T09:49:24.655Z] trust: ultimate validity: ultimate 05:49:24 [2022-09-09T09:49:24.655Z] ssb rsa4096/700E4F39BC05364B 05:49:24 [2022-09-09T09:49:24.655Z] created: 2016-12-21 expires: 2026-12-15 usage: S 05:49:24 [2022-09-09T09:49:24.655Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org> 05:49:24 [2022-09-09T09:49:24.655Z] 05:49:24 [2022-09-09T09:49:24.655Z] + [[ 0 -ne 0 ]] [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Export environment variables stage 1) [Pipeline] container [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh 05:49:35 [2022-09-09T09:49:35.869Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource 05:49:35 [2022-09-09T09:49:35.871Z] +++ export TIMESTAMP=20220909-0540 05:49:35 [2022-09-09T09:49:35.871Z] +++ TIMESTAMP=20220909-0540 05:49:35 [2022-09-09T09:49:35.871Z] +++ export 'BUILD_PRETTY_DATE=Fri Sep 9 05:40:00 EDT 2022' 05:49:35 [2022-09-09T09:49:35.871Z] +++ BUILD_PRETTY_DATE='Fri Sep 9 05:40:00 EDT 2022' 05:49:35 [2022-09-09T09:49:35.871Z] +++ export BRANCH=master 05:49:35 [2022-09-09T09:49:35.871Z] +++ BRANCH=master 05:49:35 [2022-09-09T09:49:35.871Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch 05:49:35 [2022-09-09T09:49:35.871Z] +++ PATCH_OR_BRANCH_LABEL=java19patch 05:49:35 [2022-09-09T09:49:35.871Z] +++ export PATCH_BUILD=java19patch 05:49:35 [2022-09-09T09:49:35.871Z] +++ PATCH_BUILD=java19patch 05:49:35 [2022-09-09T09:49:35.871Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19' 05:49:35 [2022-09-09T09:49:35.871Z] +++ BUILD_TYPE_NAME='Beta Java 19' 05:49:35 [2022-09-09T09:49:35.871Z] +++ export BUILD_TYPE=P 05:49:35 [2022-09-09T09:49:35.871Z] +++ BUILD_TYPE=P 05:49:35 [2022-09-09T09:49:35.871Z] +++ export TESTED_BUILD_TYPE=P 05:49:35 [2022-09-09T09:49:35.871Z] +++ TESTED_BUILD_TYPE=P 05:49:35 [2022-09-09T09:49:35.871Z] +++ export RELEASE_VER=4.25 05:49:35 [2022-09-09T09:49:35.871Z] +++ RELEASE_VER=4.25 05:49:35 [2022-09-09T09:49:35.871Z] +++ export STREAM=4.25.0 05:49:35 [2022-09-09T09:49:35.871Z] +++ STREAM=4.25.0 05:49:35 [2022-09-09T09:49:35.871Z] +++ export STREAMMajor=4 05:49:35 [2022-09-09T09:49:35.871Z] +++ STREAMMajor=4 05:49:35 [2022-09-09T09:49:35.871Z] +++ export STREAMMinor=25 05:49:35 [2022-09-09T09:49:35.871Z] +++ STREAMMinor=25 05:49:35 [2022-09-09T09:49:35.871Z] +++ export STREAMService=0 05:49:35 [2022-09-09T09:49:35.871Z] +++ STREAMService=0 05:49:35 [2022-09-09T09:49:35.871Z] +++ export GIT_ROOT=git@github.com: 05:49:35 [2022-09-09T09:49:35.871Z] +++ GIT_ROOT=git@github.com: 05:49:35 [2022-09-09T09:49:35.871Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git 05:49:35 [2022-09-09T09:49:35.871Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git 05:49:35 [2022-09-09T09:49:35.871Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator 05:49:35 [2022-09-09T09:49:35.871Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator 05:49:35 [2022-09-09T09:49:35.871Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 05:49:35 [2022-09-09T09:49:35.871Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 05:49:35 [2022-09-09T09:49:35.871Z] +++ export UPDATES_DIR=siteDir/eclipse/updates 05:49:35 [2022-09-09T09:49:35.871Z] +++ UPDATES_DIR=siteDir/eclipse/updates 05:49:35 [2022-09-09T09:49:35.871Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops 05:49:35 [2022-09-09T09:49:35.871Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops 05:49:35 [2022-09-09T09:49:35.871Z] +++ export TMP_DIR=tmp 05:49:35 [2022-09-09T09:49:35.871Z] +++ TMP_DIR=tmp 05:49:35 [2022-09-09T09:49:35.871Z] +++ export DOWNLOAD_HOST=download.eclipse.org 05:49:35 [2022-09-09T09:49:35.871Z] +++ DOWNLOAD_HOST=download.eclipse.org 05:49:35 [2022-09-09T09:49:35.871Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates 05:49:35 [2022-09-09T09:49:35.871Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates 05:49:35 [2022-09-09T09:49:35.871Z] +++ export LOCAL_REPO=localMavenRepo 05:49:35 [2022-09-09T09:49:35.871Z] +++ LOCAL_REPO=localMavenRepo 05:49:35 [2022-09-09T09:49:35.871Z] +++ export BASEBUILDER_TAG=4.24 05:49:35 [2022-09-09T09:49:35.871Z] +++ BASEBUILDER_TAG=4.24 05:49:35 [2022-09-09T09:49:35.871Z] +++ export API_PREV_REF_LABEL=4.24 05:49:35 [2022-09-09T09:49:35.871Z] +++ API_PREV_REF_LABEL=4.24 05:49:35 [2022-09-09T09:49:35.871Z] +++ export API_FREEZE_REF_LABEL= 05:49:35 [2022-09-09T09:49:35.871Z] +++ API_FREEZE_REF_LABEL= 05:49:35 [2022-09-09T09:49:35.871Z] +++ export 'FREEZE_PARAMS= ' 05:49:35 [2022-09-09T09:49:35.871Z] +++ FREEZE_PARAMS=' ' 05:49:35 [2022-09-09T09:49:35.871Z] +++ export PREVIOUS_RELEASE_VER=4.24 05:49:35 [2022-09-09T09:49:35.871Z] +++ PREVIOUS_RELEASE_VER=4.24 05:49:35 [2022-09-09T09:49:35.871Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24 05:49:35 [2022-09-09T09:49:35.871Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24 05:49:35 [2022-09-09T09:49:35.871Z] +++ export BASEBUILD_ID=R-4.24-202206070700 05:49:35 [2022-09-09T09:49:35.871Z] +++ BASEBUILD_ID=R-4.24-202206070700 05:49:35 [2022-09-09T09:49:35.871Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700 05:49:35 [2022-09-09T09:49:35.871Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700 05:49:35 [2022-09-09T09:49:35.871Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ 05:49:35 [2022-09-09T09:49:35.871Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ 05:49:35 [2022-09-09T09:49:35.871Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ 05:49:35 [2022-09-09T09:49:35.871Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ 05:49:35 [2022-09-09T09:49:35.871Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder 05:49:35 [2022-09-09T09:49:35.871Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder 05:49:35 [2022-09-09T09:49:35.871Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ 05:49:35 [2022-09-09T09:49:35.871Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ 05:49:35 [2022-09-09T09:49:35.871Z] +++ export MAVEN_OPTS=-Xmx6G 05:49:35 [2022-09-09T09:49:35.871Z] +++ MAVEN_OPTS=-Xmx6G 05:49:35 [2022-09-09T09:49:35.871Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc 05:49:35 [2022-09-09T09:49:35.871Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc 05:49:35 [2022-09-09T09:49:35.872Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource 05:49:35 [2022-09-09T09:49:35.872Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource 05:49:35 [2022-09-09T09:49:35.872Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php 05:49:35 [2022-09-09T09:49:35.872Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php 05:49:35 [2022-09-09T09:49:35.872Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties 05:49:35 [2022-09-09T09:49:35.872Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties 05:49:35 [2022-09-09T09:49:35.872Z] +++ export BUILD_ID=P20220909-0540 05:49:35 [2022-09-09T09:49:35.872Z] +++ BUILD_ID=P20220909-0540 05:49:35 [2022-09-09T09:49:35.872Z] +++ export BUILD_DIR_SEG=P20220909-0540 05:49:35 [2022-09-09T09:49:35.872Z] +++ BUILD_DIR_SEG=P20220909-0540 05:49:35 [2022-09-09T09:49:35.872Z] +++ export EQ_BUILD_DIR_SEG=P20220909-0540 05:49:35 [2022-09-09T09:49:35.872Z] +++ EQ_BUILD_DIR_SEG=P20220909-0540 05:49:35 [2022-09-09T09:49:35.872Z] +++ export EBUILDER_HASH=79e80992fe7142cc6901578b5e8d9172df1f46e9 05:49:35 [2022-09-09T09:49:35.872Z] +++ EBUILDER_HASH=79e80992fe7142cc6901578b5e8d9172df1f46e9 05:49:35 [2022-09-09T09:49:35.872Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder 05:49:35 [2022-09-09T09:49:35.872Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder 05:49:35 [2022-09-09T09:49:35.872Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products 05:49:35 [2022-09-09T09:49:35.872Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products 05:49:35 [2022-09-09T09:49:35.872Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository 05:49:35 [2022-09-09T09:49:35.872Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository 05:49:35 [2022-09-09T09:49:35.872Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target 05:49:35 [2022-09-09T09:49:35.872Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target 05:49:35 [2022-09-09T09:49:35.872Z] ++ echo P20220909-0540 05:49:35 [2022-09-09T09:49:35.872Z] + echo P20220909-0540 [Pipeline] sh 05:49:36 [2022-09-09T09:49:36.728Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource 05:49:36 [2022-09-09T09:49:36.730Z] +++ export TIMESTAMP=20220909-0540 05:49:36 [2022-09-09T09:49:36.730Z] +++ TIMESTAMP=20220909-0540 05:49:36 [2022-09-09T09:49:36.730Z] +++ export 'BUILD_PRETTY_DATE=Fri Sep 9 05:40:00 EDT 2022' 05:49:36 [2022-09-09T09:49:36.730Z] +++ BUILD_PRETTY_DATE='Fri Sep 9 05:40:00 EDT 2022' 05:49:36 [2022-09-09T09:49:36.730Z] +++ export BRANCH=master 05:49:36 [2022-09-09T09:49:36.730Z] +++ BRANCH=master 05:49:36 [2022-09-09T09:49:36.730Z] +++ export PATCH_OR_BRANCH_LABEL=java19patch 05:49:36 [2022-09-09T09:49:36.730Z] +++ PATCH_OR_BRANCH_LABEL=java19patch 05:49:36 [2022-09-09T09:49:36.730Z] +++ export PATCH_BUILD=java19patch 05:49:36 [2022-09-09T09:49:36.730Z] +++ PATCH_BUILD=java19patch 05:49:36 [2022-09-09T09:49:36.730Z] +++ export 'BUILD_TYPE_NAME=Beta Java 19' 05:49:36 [2022-09-09T09:49:36.730Z] +++ BUILD_TYPE_NAME='Beta Java 19' 05:49:36 [2022-09-09T09:49:36.730Z] +++ export BUILD_TYPE=P 05:49:36 [2022-09-09T09:49:36.730Z] +++ BUILD_TYPE=P 05:49:36 [2022-09-09T09:49:36.730Z] +++ export TESTED_BUILD_TYPE=P 05:49:36 [2022-09-09T09:49:36.730Z] +++ TESTED_BUILD_TYPE=P 05:49:36 [2022-09-09T09:49:36.730Z] +++ export RELEASE_VER=4.25 05:49:36 [2022-09-09T09:49:36.730Z] +++ RELEASE_VER=4.25 05:49:36 [2022-09-09T09:49:36.730Z] +++ export STREAM=4.25.0 05:49:36 [2022-09-09T09:49:36.730Z] +++ STREAM=4.25.0 05:49:36 [2022-09-09T09:49:36.730Z] +++ export STREAMMajor=4 05:49:36 [2022-09-09T09:49:36.730Z] +++ STREAMMajor=4 05:49:36 [2022-09-09T09:49:36.730Z] +++ export STREAMMinor=25 05:49:36 [2022-09-09T09:49:36.730Z] +++ STREAMMinor=25 05:49:36 [2022-09-09T09:49:36.730Z] +++ export STREAMService=0 05:49:36 [2022-09-09T09:49:36.730Z] +++ STREAMService=0 05:49:36 [2022-09-09T09:49:36.730Z] +++ export GIT_ROOT=git@github.com: 05:49:36 [2022-09-09T09:49:36.730Z] +++ GIT_ROOT=git@github.com: 05:49:36 [2022-09-09T09:49:36.730Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git 05:49:36 [2022-09-09T09:49:36.730Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git 05:49:36 [2022-09-09T09:49:36.730Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator 05:49:36 [2022-09-09T09:49:36.730Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator 05:49:36 [2022-09-09T09:49:36.730Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4 05:49:36 [2022-09-09T09:49:36.730Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4 05:49:36 [2022-09-09T09:49:36.730Z] +++ export UPDATES_DIR=siteDir/eclipse/updates 05:49:36 [2022-09-09T09:49:36.730Z] +++ UPDATES_DIR=siteDir/eclipse/updates 05:49:36 [2022-09-09T09:49:36.730Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops 05:49:36 [2022-09-09T09:49:36.730Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops 05:49:36 [2022-09-09T09:49:36.730Z] +++ export TMP_DIR=tmp 05:49:36 [2022-09-09T09:49:36.730Z] +++ TMP_DIR=tmp 05:49:36 [2022-09-09T09:49:36.730Z] +++ export DOWNLOAD_HOST=download.eclipse.org 05:49:36 [2022-09-09T09:49:36.730Z] +++ DOWNLOAD_HOST=download.eclipse.org 05:49:36 [2022-09-09T09:49:36.730Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates 05:49:36 [2022-09-09T09:49:36.730Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates 05:49:36 [2022-09-09T09:49:36.730Z] +++ export LOCAL_REPO=localMavenRepo 05:49:36 [2022-09-09T09:49:36.730Z] +++ LOCAL_REPO=localMavenRepo 05:49:36 [2022-09-09T09:49:36.730Z] +++ export BASEBUILDER_TAG=4.24 05:49:36 [2022-09-09T09:49:36.730Z] +++ BASEBUILDER_TAG=4.24 05:49:36 [2022-09-09T09:49:36.730Z] +++ export API_PREV_REF_LABEL=4.24 05:49:36 [2022-09-09T09:49:36.730Z] +++ API_PREV_REF_LABEL=4.24 05:49:36 [2022-09-09T09:49:36.730Z] +++ export API_FREEZE_REF_LABEL= 05:49:36 [2022-09-09T09:49:36.730Z] +++ API_FREEZE_REF_LABEL= 05:49:36 [2022-09-09T09:49:36.730Z] +++ export 'FREEZE_PARAMS= ' 05:49:36 [2022-09-09T09:49:36.730Z] +++ FREEZE_PARAMS=' ' 05:49:36 [2022-09-09T09:49:36.730Z] +++ export PREVIOUS_RELEASE_VER=4.24 05:49:36 [2022-09-09T09:49:36.730Z] +++ PREVIOUS_RELEASE_VER=4.24 05:49:36 [2022-09-09T09:49:36.730Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24 05:49:36 [2022-09-09T09:49:36.730Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24 05:49:36 [2022-09-09T09:49:36.730Z] +++ export BASEBUILD_ID=R-4.24-202206070700 05:49:36 [2022-09-09T09:49:36.730Z] +++ BASEBUILD_ID=R-4.24-202206070700 05:49:36 [2022-09-09T09:49:36.730Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700 05:49:36 [2022-09-09T09:49:36.730Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700 05:49:36 [2022-09-09T09:49:36.730Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ 05:49:36 [2022-09-09T09:49:36.730Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/ 05:49:36 [2022-09-09T09:49:36.730Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ 05:49:36 [2022-09-09T09:49:36.730Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/ 05:49:36 [2022-09-09T09:49:36.730Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder 05:49:36 [2022-09-09T09:49:36.730Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder 05:49:36 [2022-09-09T09:49:36.730Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ 05:49:36 [2022-09-09T09:49:36.730Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/ 05:49:36 [2022-09-09T09:49:36.730Z] +++ export MAVEN_OPTS=-Xmx6G 05:49:36 [2022-09-09T09:49:36.730Z] +++ MAVEN_OPTS=-Xmx6G 05:49:36 [2022-09-09T09:49:36.731Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc 05:49:36 [2022-09-09T09:49:36.731Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc 05:49:36 [2022-09-09T09:49:36.731Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource 05:49:36 [2022-09-09T09:49:36.731Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource 05:49:36 [2022-09-09T09:49:36.731Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php 05:49:36 [2022-09-09T09:49:36.731Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php 05:49:36 [2022-09-09T09:49:36.731Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties 05:49:36 [2022-09-09T09:49:36.731Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties 05:49:36 [2022-09-09T09:49:36.731Z] +++ export BUILD_ID=P20220909-0540 05:49:36 [2022-09-09T09:49:36.731Z] +++ BUILD_ID=P20220909-0540 05:49:36 [2022-09-09T09:49:36.731Z] +++ export BUILD_DIR_SEG=P20220909-0540 05:49:36 [2022-09-09T09:49:36.731Z] +++ BUILD_DIR_SEG=P20220909-0540 05:49:36 [2022-09-09T09:49:36.731Z] +++ export EQ_BUILD_DIR_SEG=P20220909-0540 05:49:36 [2022-09-09T09:49:36.731Z] +++ EQ_BUILD_DIR_SEG=P20220909-0540 05:49:36 [2022-09-09T09:49:36.731Z] +++ export EBUILDER_HASH=79e80992fe7142cc6901578b5e8d9172df1f46e9 05:49:36 [2022-09-09T09:49:36.731Z] +++ EBUILDER_HASH=79e80992fe7142cc6901578b5e8d9172df1f46e9 05:49:36 [2022-09-09T09:49:36.731Z] +++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder 05:49:36 [2022-09-09T09:49:36.731Z] +++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder 05:49:36 [2022-09-09T09:49:36.731Z] +++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products 05:49:36 [2022-09-09T09:49:36.731Z] +++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products 05:49:36 [2022-09-09T09:49:36.731Z] +++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository 05:49:36 [2022-09-09T09:49:36.731Z] +++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository 05:49:36 [2022-09-09T09:49:36.731Z] +++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target 05:49:36 [2022-09-09T09:49:36.731Z] +++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target 05:49:36 [2022-09-09T09:49:36.731Z] ++ echo 4.25 05:49:36 [2022-09-09T09:49:36.731Z] + echo 4.25 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clone Repositories) [Pipeline] container [Pipeline] { [Pipeline] sshagent 05:49:46 [2022-09-09T09:49:46.673Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org) 05:49:46 [2022-09-09T09:49:46.674Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH)) 05:49:46 [2022-09-09T09:49:46.674Z] [ssh-agent] Looking for ssh-agent implementation... 05:49:46 [2022-09-09T09:49:46.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:49:46 [2022-09-09T09:49:46.986Z] Executing sh script inside container jnlp of pod aggrbuild-pod-pz377-t8h8m 05:49:47 [2022-09-09T09:49:47.238Z] Executing command: "ssh-agent" 05:49:47 [2022-09-09T09:49:47.238Z] exit 05:49:47 [2022-09-09T09:49:47.246Z] SSH_AUTH_SOCK=/tmp/ssh-4PqZ7q3KYmGg/agent.494; export SSH_AUTH_SOCK; 05:49:47 [2022-09-09T09:49:47.246Z] SSH_AGENT_PID=495; export SSH_AGENT_PID; 05:49:47 [2022-09-09T09:49:47.246Z] echo Agent pid 495; 05:49:47 [2022-09-09T09:49:47.292Z] SSH_AUTH_SOCK=/tmp/ssh-4PqZ7q3KYmGg/agent.494 05:49:47 [2022-09-09T09:49:47.292Z] SSH_AGENT_PID=495 05:49:47 [2022-09-09T09:49:47.303Z] Running ssh-add (command line suppressed) 05:49:47 [2022-09-09T09:49:47.632Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_9541966963158919681.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_9541966963158919681.key) 05:49:47 [2022-09-09T09:49:47.650Z] Running ssh-add (command line suppressed) 05:49:47 [2022-09-09T09:49:47.978Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_11102631041180190304.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_11102631041180190304.key) 05:49:47 [2022-09-09T09:49:47.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:49:49 [2022-09-09T09:49:49.214Z] + git config --global user.email releng-bot@eclipse.org 05:49:49 [2022-09-09T09:49:49.216Z] + git config --global user.name 'Eclipse Releng Bot' 05:49:49 [2022-09-09T09:49:49.216Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts 05:49:49 [2022-09-09T09:49:49.216Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource 05:49:49 [2022-09-09T09:49:49.216Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log 05:49:49 [2022-09-09T09:49:49.216Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'... 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.jdt' (https://github.com/eclipse-jdt/eclipse.jdt.git) registered for path 'eclipse.jdt' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.jdt.core' (https://github.com/eclipse-jdt/eclipse.jdt.core.git) registered for path 'eclipse.jdt.core' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.jdt.core.binaries' (https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git) registered for path 'eclipse.jdt.core.binaries' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.jdt.debug' (https://github.com/eclipse-jdt/eclipse.jdt.debug.git) registered for path 'eclipse.jdt.debug' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.jdt.ui' (https://github.com/eclipse-jdt/eclipse.jdt.ui.git) registered for path 'eclipse.jdt.ui' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.pde' (https://github.com/eclipse-pde/eclipse.pde.git) registered for path 'eclipse.pde' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.common' (https://github.com/eclipse-platform/eclipse.platform.common.git) registered for path 'eclipse.platform.common' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.debug' (https://github.com/eclipse-platform/eclipse.platform.debug.git) registered for path 'eclipse.platform.debug' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.releng' (https://github.com/eclipse-platform/eclipse.platform.releng.git) registered for path 'eclipse.platform.releng' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.swt' (https://github.com/eclipse-platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.swt.binaries' (https://github.com/eclipse-platform/eclipse.platform.swt.binaries.git) registered for path 'eclipse.platform.swt.binaries' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.text' (https://github.com/eclipse-platform/eclipse.platform.text.git) registered for path 'eclipse.platform.text' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.ua' (https://github.com/eclipse-platform/eclipse.platform.ua.git) registered for path 'eclipse.platform.ua' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.ui' (https://github.com/eclipse-platform/eclipse.platform.ui.git) registered for path 'eclipse.platform.ui' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'eclipse.platform.ui.tools' (https://github.com/eclipse-platform/eclipse.platform.ui.tools.git) registered for path 'eclipse.platform.ui.tools' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'equinox' (https://github.com/eclipse-equinox/equinox.git) registered for path 'equinox' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries' 05:49:52 [2022-09-09T09:49:52.513Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2' 05:49:52 [2022-09-09T09:49:52.513Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt'... 05:49:53 [2022-09-09T09:49:53.468Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core'... 05:50:15 [2022-09-09T09:50:15.413Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core.binaries'... 05:50:15 [2022-09-09T09:50:15.413Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.debug'... 05:50:16 [2022-09-09T09:50:16.790Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui'... 05:50:26 [2022-09-09T09:50:26.764Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.pde'... 05:50:32 [2022-09-09T09:50:32.038Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform'... 05:50:40 [2022-09-09T09:50:40.159Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.common'... 05:50:50 [2022-09-09T09:50:50.134Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.debug'... 05:50:52 [2022-09-09T09:50:52.035Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng'... 05:50:53 [2022-09-09T09:50:53.410Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt'... 05:51:08 [2022-09-09T09:51:08.283Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries'... 05:51:54 [2022-09-09T09:51:54.951Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.text'... 05:51:54 [2022-09-09T09:51:54.951Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ua'... 05:51:55 [2022-09-09T09:51:55.209Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui'... 05:52:10 [2022-09-09T09:52:10.092Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui.tools'... 05:52:11 [2022-09-09T09:52:11.066Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox'... 05:52:13 [2022-09-09T09:52:13.623Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.binaries'... 05:52:16 [2022-09-09T09:52:16.910Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.p2'... 05:52:22 [2022-09-09T09:52:22.177Z] Submodule path 'eclipse.jdt': checked out '1c9e929d53273d787232aeca180d1baca8878df4' 05:52:22 [2022-09-09T09:52:22.743Z] Submodule path 'eclipse.jdt.core': checked out '450b5c6e89953c8c500d0e202a62bccf1789c109' 05:52:23 [2022-09-09T09:52:23.002Z] Submodule path 'eclipse.jdt.core.binaries': checked out '1f70e82f0826514c28b0eefeebb3b685a0010478' 05:52:23 [2022-09-09T09:52:23.568Z] Submodule path 'eclipse.jdt.debug': checked out 'c92b425983f9f0d472d1b29e281932ea98ceeac3' 05:52:24 [2022-09-09T09:52:24.945Z] Submodule path 'eclipse.jdt.ui': checked out 'c28bbf5bd0cdc3b6a9c6027bcaf81fa84be302e8' 05:52:26 [2022-09-09T09:52:26.330Z] Submodule path 'eclipse.pde': checked out 'a0df49dfeec924c18e154594a41019fbfd8d0aae' 05:52:26 [2022-09-09T09:52:26.897Z] Submodule path 'eclipse.platform': checked out '6ddfbf661629af2d8b678929836d60a5415f769b' 05:52:27 [2022-09-09T09:52:27.465Z] Submodule path 'eclipse.platform.common': checked out '27b486ecd4b40bd371d2a5e9a3be0f61742c207b' 05:52:28 [2022-09-09T09:52:28.043Z] Submodule path 'eclipse.platform.debug': checked out 'ac79f9e0fda57ebdb8ae753c12c5a4a52d1e7605' 05:52:28 [2022-09-09T09:52:28.043Z] Submodule path 'eclipse.platform.releng': checked out 'dc7606ad8128343e03e7efa000d93bf382d547eb' 05:52:28 [2022-09-09T09:52:28.982Z] Submodule path 'eclipse.platform.swt': checked out '9d4d8c414f82ff4f2490d821101ae462949f960c' 05:52:28 [2022-09-09T09:52:28.982Z] Submodule path 'eclipse.platform.swt.binaries': checked out 'cb125c3e37c8eb6708cead3ebd81e07cde162755' 05:52:29 [2022-09-09T09:52:29.240Z] Submodule path 'eclipse.platform.text': checked out '2176d402e1e191d0c9acb8f038582a734654db1f' 05:52:29 [2022-09-09T09:52:29.498Z] Submodule path 'eclipse.platform.ua': checked out 'c255b68d91eb36643ceeb78871bf8616e2921a3c' 05:52:30 [2022-09-09T09:52:30.873Z] Submodule path 'eclipse.platform.ui': checked out '43d82da5ea6b3ffd33ac1fb28bf74e842a5570d4' 05:52:30 [2022-09-09T09:52:30.873Z] Submodule path 'eclipse.platform.ui.tools': checked out 'e47a4dafcd0dcb968ea522cb08fd887cbe13abab' 05:52:31 [2022-09-09T09:52:31.807Z] Submodule path 'equinox': checked out 'a3a9628da771382ba2821b0b61228eb9c9946b6e' 05:52:31 [2022-09-09T09:52:31.807Z] Submodule path 'rt.equinox.binaries': checked out 'cf3f4f51403eac0fc16be0876fff8a3ceceabacc' 05:52:32 [2022-09-09T09:52:32.742Z] Submodule path 'rt.equinox.p2': checked out '446df79520571c00354521d01067654fb1ffce41' 05:52:32 [2022-09-09T09:52:32.742Z] error: Your local changes to the following files would be overwritten by checkout: 05:52:32 [2022-09-09T09:52:32.742Z] cje-production/buildproperties.txt 05:52:32 [2022-09-09T09:52:32.742Z] Please commit your changes or stash them before you switch branches. 05:52:32 [2022-09-09T09:52:32.742Z] Aborting 05:52:32 [2022-09-09T09:52:32.742Z] + [[ 1 -ne 0 ]] 05:52:32 [2022-09-09T09:52:32.742Z] + echo 'Failed in Clone Repositories stage' 05:52:32 [2022-09-09T09:52:32.742Z] Failed in Clone Repositories stage 05:52:32 [2022-09-09T09:52:32.742Z] + exit 1 [Pipeline] } 05:52:33 [2022-09-09T09:52:33.050Z] Executing sh script inside container jnlp of pod aggrbuild-pod-pz377-t8h8m 05:52:33 [2022-09-09T09:52:33.311Z] Executing command: "ssh-agent" "-k" 05:52:33 [2022-09-09T09:52:33.311Z] exit 05:52:33 [2022-09-09T09:52:33.368Z] unset SSH_AUTH_SOCK; 05:52:33 [2022-09-09T09:52:33.368Z] unset SSH_AGENT_PID; 05:52:33 [2022-09-09T09:52:33.368Z] echo Agent pid 495 killed; 05:52:33 [2022-09-09T09:52:33.371Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tag Build Inputs) Stage "Tag Build Inputs" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Copy build scripts for P-build) Stage "Copy build scripts for P-build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Aggregator maven build) Stage "Aggregator maven build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Gather Eclipse Parts) Stage "Gather Eclipse Parts" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Export environment variables stage 2) Stage "Export environment variables stage 2" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) Stage "Archive artifacts" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Promote Update Site) Stage "Promote Update Site" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] emailext 05:52:54 [2022-09-09T09:52:54.697Z] Sending email to: jarthana@in.ibm.com sravankumarl@in.ibm.com kalyan_prasad@in.ibm.com lshanmug@in.ibm.com manoj.palat@in.ibm.com niraj.modi@in.ibm.com noopur_gupta@in.ibm.com sarika.sinha@in.ibm.com vikas.chandra@in.ibm.com [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE