Skip to content
Failed

Console Output

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-jc5fj-kzl2x
Agent aggrbuild-pod-jc5fj-kzl2x is provisioned from template aggrbuild-pod-jc5fj
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/P-build/86/"
    runUrl: "job/P-build/86/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e"
    jenkins/label: "aggrbuild-pod"
  name: "aggrbuild-pod-jc5fj-kzl2x"
  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-jc5fj-kzl2x"
    - name: "JENKINS_NAME"
      value: "aggrbuild-pod-jc5fj-kzl2x"
    - 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-jc5fj-kzl2x 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
06:23:51 [2022-08-08T10:23:51.244Z] + cd /home/jenkins/agent/workspace/P-build
06:23:51 [2022-08-08T10:23:51.245Z] + rm -rf '*'
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup intial configuration)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
06:24:00 [2022-08-08T10:24:00.338Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
06:24:00 [2022-08-08T10:24:00.339Z] [ssh-agent] Looking for ssh-agent implementation...
06:24:00 [2022-08-08T10:24:00.611Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
06:24:00 [2022-08-08T10:24:00.612Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jc5fj-kzl2x
06:24:00 [2022-08-08T10:24:00.860Z] Executing command: "ssh-agent" 
06:24:00 [2022-08-08T10:24:00.860Z] exit
06:24:00 [2022-08-08T10:24:00.911Z] SSH_AUTH_SOCK=/tmp/ssh-4wY2c7QxVh3c/agent.91; export SSH_AUTH_SOCK;
06:24:00 [2022-08-08T10:24:00.911Z] SSH_AGENT_PID=92; export SSH_AGENT_PID;
06:24:00 [2022-08-08T10:24:00.911Z] echo Agent pid 92;
06:24:00 [2022-08-08T10:24:00.913Z] SSH_AUTH_SOCK=/tmp/ssh-4wY2c7QxVh3c/agent.91
06:24:00 [2022-08-08T10:24:00.914Z] SSH_AGENT_PID=92
06:24:00 [2022-08-08T10:24:00.939Z] Running ssh-add (command line suppressed)
06:24:01 [2022-08-08T10:24:01.266Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_2715279734968636801.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_2715279734968636801.key)
06:24:01 [2022-08-08T10:24:01.281Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
06:24:02 [2022-08-08T10:24:02.046Z] Running in /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator
[Pipeline] {
[Pipeline] sh
06:24:03 [2022-08-08T10:24:03.303Z] + git clone -b master git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
06:24:03 [2022-08-08T10:24:03.304Z] Cloning into 'eclipse.platform.releng.aggregator'...
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
06:24:08 [2022-08-08T10:24:08.541Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jc5fj-kzl2x
06:24:08 [2022-08-08T10:24:08.794Z] Executing command: "ssh-agent" "-k" 
06:24:08 [2022-08-08T10:24:08.794Z] exit
06:24:08 [2022-08-08T10:24:08.803Z] unset SSH_AUTH_SOCK;
06:24:08 [2022-08-08T10:24:08.803Z] unset SSH_AGENT_PID;
06:24:08 [2022-08-08T10:24:08.803Z] echo Agent pid 92 killed;
06:24:08 [2022-08-08T10:24:08.848Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] sh
06:24:10 [2022-08-08T10:24:10.092Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
06:24:10 [2022-08-08T10:24:10.093Z] + 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
06:24:10 [2022-08-08T10:24:10.093Z] + 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
06:24:22 [2022-08-08T10:24:22.500Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:24:22 [2022-08-08T10:24:22.500Z] + cp ../P-build/buildproperties.txt ../buildproperties.txt
06:24:22 [2022-08-08T10:24:22.500Z] + ./mb010_createEnvfiles.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:24:22 [2022-08-08T10:24:22.500Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log
06:24:22 [2022-08-08T10:24:22.762Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Export environment variables stage 1)
[Pipeline] container
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
06:24:32 [2022-08-08T10:24:32.937Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:24:32 [2022-08-08T10:24:32.939Z] +++ export TIMESTAMP=20220808-0620
06:24:32 [2022-08-08T10:24:32.939Z] +++ TIMESTAMP=20220808-0620
06:24:32 [2022-08-08T10:24:32.939Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug  8 06:20:00 EDT 2022'
06:24:32 [2022-08-08T10:24:32.939Z] +++ BUILD_PRETTY_DATE='Mon Aug  8 06:20:00 EDT 2022'
06:24:32 [2022-08-08T10:24:32.939Z] +++ export BRANCH=master
06:24:32 [2022-08-08T10:24:32.939Z] +++ BRANCH=master
06:24:32 [2022-08-08T10:24:32.939Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch
06:24:32 [2022-08-08T10:24:32.939Z] +++ PATCH_OR_BRANCH_LABEL=java18patch
06:24:32 [2022-08-08T10:24:32.939Z] +++ export PATCH_BUILD=java18patch
06:24:32 [2022-08-08T10:24:32.939Z] +++ PATCH_BUILD=java18patch
06:24:32 [2022-08-08T10:24:32.939Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18'
06:24:32 [2022-08-08T10:24:32.939Z] +++ BUILD_TYPE_NAME='Beta Java 18'
06:24:32 [2022-08-08T10:24:32.939Z] +++ export BUILD_TYPE=P
06:24:32 [2022-08-08T10:24:32.939Z] +++ BUILD_TYPE=P
06:24:32 [2022-08-08T10:24:32.939Z] +++ export TESTED_BUILD_TYPE=P
06:24:32 [2022-08-08T10:24:32.939Z] +++ TESTED_BUILD_TYPE=P
06:24:32 [2022-08-08T10:24:32.939Z] +++ export RELEASE_VER=4.25
06:24:32 [2022-08-08T10:24:32.939Z] +++ RELEASE_VER=4.25
06:24:32 [2022-08-08T10:24:32.939Z] +++ export STREAM=4.25.0
06:24:32 [2022-08-08T10:24:32.939Z] +++ STREAM=4.25.0
06:24:32 [2022-08-08T10:24:32.939Z] +++ export STREAMMajor=4
06:24:32 [2022-08-08T10:24:32.939Z] +++ STREAMMajor=4
06:24:32 [2022-08-08T10:24:32.939Z] +++ export STREAMMinor=25
06:24:32 [2022-08-08T10:24:32.939Z] +++ STREAMMinor=25
06:24:32 [2022-08-08T10:24:32.939Z] +++ export STREAMService=0
06:24:32 [2022-08-08T10:24:32.939Z] +++ STREAMService=0
06:24:32 [2022-08-08T10:24:32.939Z] +++ export GIT_ROOT=git@github.com:
06:24:32 [2022-08-08T10:24:32.939Z] +++ GIT_ROOT=git@github.com:
06:24:32 [2022-08-08T10:24:32.939Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
06:24:32 [2022-08-08T10:24:32.939Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
06:24:32 [2022-08-08T10:24:32.939Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
06:24:32 [2022-08-08T10:24:32.939Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
06:24:32 [2022-08-08T10:24:32.939Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
06:24:32 [2022-08-08T10:24:32.939Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
06:24:32 [2022-08-08T10:24:32.939Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
06:24:32 [2022-08-08T10:24:32.939Z] +++ UPDATES_DIR=siteDir/eclipse/updates
06:24:32 [2022-08-08T10:24:32.939Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
06:24:32 [2022-08-08T10:24:32.939Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
06:24:32 [2022-08-08T10:24:32.939Z] +++ export TMP_DIR=tmp
06:24:32 [2022-08-08T10:24:32.939Z] +++ TMP_DIR=tmp
06:24:32 [2022-08-08T10:24:32.939Z] +++ export DOWNLOAD_HOST=download.eclipse.org
06:24:32 [2022-08-08T10:24:32.939Z] +++ DOWNLOAD_HOST=download.eclipse.org
06:24:32 [2022-08-08T10:24:32.939Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
06:24:32 [2022-08-08T10:24:32.939Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
06:24:32 [2022-08-08T10:24:32.939Z] +++ export LOCAL_REPO=localMavenRepo
06:24:32 [2022-08-08T10:24:32.939Z] +++ LOCAL_REPO=localMavenRepo
06:24:32 [2022-08-08T10:24:32.939Z] +++ export BASEBUILDER_TAG=4.24
06:24:32 [2022-08-08T10:24:32.939Z] +++ BASEBUILDER_TAG=4.24
06:24:32 [2022-08-08T10:24:32.939Z] +++ export API_PREV_REF_LABEL=4.24
06:24:32 [2022-08-08T10:24:32.939Z] +++ API_PREV_REF_LABEL=4.24
06:24:32 [2022-08-08T10:24:32.939Z] +++ export API_FREEZE_REF_LABEL=
06:24:32 [2022-08-08T10:24:32.940Z] +++ API_FREEZE_REF_LABEL=
06:24:32 [2022-08-08T10:24:32.940Z] +++ export 'FREEZE_PARAMS= '
06:24:32 [2022-08-08T10:24:32.940Z] +++ FREEZE_PARAMS=' '
06:24:32 [2022-08-08T10:24:32.940Z] +++ export PREVIOUS_RELEASE_VER=4.24
06:24:32 [2022-08-08T10:24:32.940Z] +++ PREVIOUS_RELEASE_VER=4.24
06:24:32 [2022-08-08T10:24:32.940Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
06:24:32 [2022-08-08T10:24:32.940Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
06:24:32 [2022-08-08T10:24:32.940Z] +++ export BASEBUILD_ID=R-4.24-202206070700
06:24:32 [2022-08-08T10:24:32.940Z] +++ BASEBUILD_ID=R-4.24-202206070700
06:24:32 [2022-08-08T10:24:32.940Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
06:24:32 [2022-08-08T10:24:32.940Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
06:24:32 [2022-08-08T10:24:32.940Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
06:24:32 [2022-08-08T10:24:32.940Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
06:24:32 [2022-08-08T10:24:32.940Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
06:24:32 [2022-08-08T10:24:32.940Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
06:24:32 [2022-08-08T10:24:32.940Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
06:24:32 [2022-08-08T10:24:32.940Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
06:24:32 [2022-08-08T10:24:32.940Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
06:24:32 [2022-08-08T10:24:32.940Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
06:24:32 [2022-08-08T10:24:32.940Z] +++ export MAVEN_OPTS=-Xmx6G
06:24:32 [2022-08-08T10:24:32.940Z] +++ MAVEN_OPTS=-Xmx6G
06:24:32 [2022-08-08T10:24:32.940Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
06:24:32 [2022-08-08T10:24:32.940Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
06:24:32 [2022-08-08T10:24:32.940Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:24:32 [2022-08-08T10:24:32.940Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:24:32 [2022-08-08T10:24:32.940Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
06:24:32 [2022-08-08T10:24:32.940Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
06:24:32 [2022-08-08T10:24:32.940Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
06:24:32 [2022-08-08T10:24:32.940Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
06:24:32 [2022-08-08T10:24:32.940Z] +++ export BUILD_ID=P20220808-0620
06:24:32 [2022-08-08T10:24:32.940Z] +++ BUILD_ID=P20220808-0620
06:24:32 [2022-08-08T10:24:32.940Z] +++ export BUILD_DIR_SEG=P20220808-0620
06:24:32 [2022-08-08T10:24:32.940Z] +++ BUILD_DIR_SEG=P20220808-0620
06:24:32 [2022-08-08T10:24:32.940Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0620
06:24:32 [2022-08-08T10:24:32.940Z] +++ EQ_BUILD_DIR_SEG=P20220808-0620
06:24:32 [2022-08-08T10:24:32.940Z] +++ export EBUILDER_HASH=03c838046149b65751448839a79eedf1b4dfe748
06:24:32 [2022-08-08T10:24:32.940Z] +++ EBUILDER_HASH=03c838046149b65751448839a79eedf1b4dfe748
06:24:32 [2022-08-08T10:24:32.940Z] +++ 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
06:24:32 [2022-08-08T10:24:32.940Z] +++ 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
06:24:32 [2022-08-08T10:24:32.940Z] +++ 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
06:24:32 [2022-08-08T10:24:32.940Z] +++ 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
06:24:32 [2022-08-08T10:24:32.940Z] +++ 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
06:24:32 [2022-08-08T10:24:32.940Z] +++ 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
06:24:32 [2022-08-08T10:24:32.940Z] +++ 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
06:24:32 [2022-08-08T10:24:32.940Z] +++ 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
06:24:32 [2022-08-08T10:24:32.940Z] ++ echo P20220808-0620
06:24:32 [2022-08-08T10:24:32.940Z] + echo P20220808-0620
[Pipeline] sh
06:24:33 [2022-08-08T10:24:33.816Z] ++ source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:24:33 [2022-08-08T10:24:33.817Z] +++ export TIMESTAMP=20220808-0620
06:24:33 [2022-08-08T10:24:33.817Z] +++ TIMESTAMP=20220808-0620
06:24:33 [2022-08-08T10:24:33.817Z] +++ export 'BUILD_PRETTY_DATE=Mon Aug  8 06:20:00 EDT 2022'
06:24:33 [2022-08-08T10:24:33.817Z] +++ BUILD_PRETTY_DATE='Mon Aug  8 06:20:00 EDT 2022'
06:24:33 [2022-08-08T10:24:33.817Z] +++ export BRANCH=master
06:24:33 [2022-08-08T10:24:33.817Z] +++ BRANCH=master
06:24:33 [2022-08-08T10:24:33.817Z] +++ export PATCH_OR_BRANCH_LABEL=java18patch
06:24:33 [2022-08-08T10:24:33.817Z] +++ PATCH_OR_BRANCH_LABEL=java18patch
06:24:33 [2022-08-08T10:24:33.817Z] +++ export PATCH_BUILD=java18patch
06:24:33 [2022-08-08T10:24:33.817Z] +++ PATCH_BUILD=java18patch
06:24:33 [2022-08-08T10:24:33.817Z] +++ export 'BUILD_TYPE_NAME=Beta Java 18'
06:24:33 [2022-08-08T10:24:33.817Z] +++ BUILD_TYPE_NAME='Beta Java 18'
06:24:33 [2022-08-08T10:24:33.817Z] +++ export BUILD_TYPE=P
06:24:33 [2022-08-08T10:24:33.817Z] +++ BUILD_TYPE=P
06:24:33 [2022-08-08T10:24:33.817Z] +++ export TESTED_BUILD_TYPE=P
06:24:33 [2022-08-08T10:24:33.817Z] +++ TESTED_BUILD_TYPE=P
06:24:33 [2022-08-08T10:24:33.817Z] +++ export RELEASE_VER=4.25
06:24:33 [2022-08-08T10:24:33.817Z] +++ RELEASE_VER=4.25
06:24:33 [2022-08-08T10:24:33.817Z] +++ export STREAM=4.25.0
06:24:33 [2022-08-08T10:24:33.817Z] +++ STREAM=4.25.0
06:24:33 [2022-08-08T10:24:33.817Z] +++ export STREAMMajor=4
06:24:33 [2022-08-08T10:24:33.817Z] +++ STREAMMajor=4
06:24:33 [2022-08-08T10:24:33.817Z] +++ export STREAMMinor=25
06:24:33 [2022-08-08T10:24:33.817Z] +++ STREAMMinor=25
06:24:33 [2022-08-08T10:24:33.818Z] +++ export STREAMService=0
06:24:33 [2022-08-08T10:24:33.818Z] +++ STREAMService=0
06:24:33 [2022-08-08T10:24:33.818Z] +++ export GIT_ROOT=git@github.com:
06:24:33 [2022-08-08T10:24:33.818Z] +++ GIT_ROOT=git@github.com:
06:24:33 [2022-08-08T10:24:33.818Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
06:24:33 [2022-08-08T10:24:33.818Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
06:24:33 [2022-08-08T10:24:33.818Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
06:24:33 [2022-08-08T10:24:33.818Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
06:24:33 [2022-08-08T10:24:33.818Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
06:24:33 [2022-08-08T10:24:33.818Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
06:24:33 [2022-08-08T10:24:33.818Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
06:24:33 [2022-08-08T10:24:33.818Z] +++ UPDATES_DIR=siteDir/eclipse/updates
06:24:33 [2022-08-08T10:24:33.818Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
06:24:33 [2022-08-08T10:24:33.818Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
06:24:33 [2022-08-08T10:24:33.818Z] +++ export TMP_DIR=tmp
06:24:33 [2022-08-08T10:24:33.818Z] +++ TMP_DIR=tmp
06:24:33 [2022-08-08T10:24:33.818Z] +++ export DOWNLOAD_HOST=download.eclipse.org
06:24:33 [2022-08-08T10:24:33.818Z] +++ DOWNLOAD_HOST=download.eclipse.org
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
06:24:33 [2022-08-08T10:24:33.818Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
06:24:33 [2022-08-08T10:24:33.818Z] +++ export LOCAL_REPO=localMavenRepo
06:24:33 [2022-08-08T10:24:33.818Z] +++ LOCAL_REPO=localMavenRepo
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BASEBUILDER_TAG=4.24
06:24:33 [2022-08-08T10:24:33.818Z] +++ BASEBUILDER_TAG=4.24
06:24:33 [2022-08-08T10:24:33.818Z] +++ export API_PREV_REF_LABEL=4.24
06:24:33 [2022-08-08T10:24:33.818Z] +++ API_PREV_REF_LABEL=4.24
06:24:33 [2022-08-08T10:24:33.818Z] +++ export API_FREEZE_REF_LABEL=
06:24:33 [2022-08-08T10:24:33.818Z] +++ API_FREEZE_REF_LABEL=
06:24:33 [2022-08-08T10:24:33.818Z] +++ export 'FREEZE_PARAMS= '
06:24:33 [2022-08-08T10:24:33.818Z] +++ FREEZE_PARAMS=' '
06:24:33 [2022-08-08T10:24:33.818Z] +++ export PREVIOUS_RELEASE_VER=4.24
06:24:33 [2022-08-08T10:24:33.818Z] +++ PREVIOUS_RELEASE_VER=4.24
06:24:33 [2022-08-08T10:24:33.818Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.24
06:24:33 [2022-08-08T10:24:33.818Z] +++ PREVIOUS_RELEASE_REPO_ID=4.24
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BASEBUILD_ID=R-4.24-202206070700
06:24:33 [2022-08-08T10:24:33.818Z] +++ BASEBUILD_ID=R-4.24-202206070700
06:24:33 [2022-08-08T10:24:33.818Z] +++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
06:24:33 [2022-08-08T10:24:33.818Z] +++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
06:24:33 [2022-08-08T10:24:33.818Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
06:24:33 [2022-08-08T10:24:33.818Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
06:24:33 [2022-08-08T10:24:33.818Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
06:24:33 [2022-08-08T10:24:33.818Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
06:24:33 [2022-08-08T10:24:33.818Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
06:24:33 [2022-08-08T10:24:33.818Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
06:24:33 [2022-08-08T10:24:33.818Z] +++ export MAVEN_OPTS=-Xmx6G
06:24:33 [2022-08-08T10:24:33.818Z] +++ MAVEN_OPTS=-Xmx6G
06:24:33 [2022-08-08T10:24:33.818Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
06:24:33 [2022-08-08T10:24:33.818Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:24:33 [2022-08-08T10:24:33.818Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
06:24:33 [2022-08-08T10:24:33.818Z] +++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
06:24:33 [2022-08-08T10:24:33.818Z] +++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BUILD_ID=P20220808-0620
06:24:33 [2022-08-08T10:24:33.818Z] +++ BUILD_ID=P20220808-0620
06:24:33 [2022-08-08T10:24:33.818Z] +++ export BUILD_DIR_SEG=P20220808-0620
06:24:33 [2022-08-08T10:24:33.818Z] +++ BUILD_DIR_SEG=P20220808-0620
06:24:33 [2022-08-08T10:24:33.818Z] +++ export EQ_BUILD_DIR_SEG=P20220808-0620
06:24:33 [2022-08-08T10:24:33.818Z] +++ EQ_BUILD_DIR_SEG=P20220808-0620
06:24:33 [2022-08-08T10:24:33.818Z] +++ export EBUILDER_HASH=03c838046149b65751448839a79eedf1b4dfe748
06:24:33 [2022-08-08T10:24:33.818Z] +++ EBUILDER_HASH=03c838046149b65751448839a79eedf1b4dfe748
06:24:33 [2022-08-08T10:24:33.818Z] +++ 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
06:24:33 [2022-08-08T10:24:33.818Z] +++ 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
06:24:33 [2022-08-08T10:24:33.819Z] +++ 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
06:24:33 [2022-08-08T10:24:33.819Z] +++ 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
06:24:33 [2022-08-08T10:24:33.819Z] +++ 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
06:24:33 [2022-08-08T10:24:33.819Z] +++ 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
06:24:33 [2022-08-08T10:24:33.819Z] +++ 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
06:24:33 [2022-08-08T10:24:33.819Z] +++ 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
06:24:33 [2022-08-08T10:24:33.819Z] ++ echo 4.25
06:24:33 [2022-08-08T10:24:33.819Z] + echo 4.25
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Clone Repositories)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
06:24:43 [2022-08-08T10:24:43.336Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
06:24:43 [2022-08-08T10:24:43.337Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
06:24:43 [2022-08-08T10:24:43.337Z] [ssh-agent] Looking for ssh-agent implementation...
06:24:43 [2022-08-08T10:24:43.600Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
06:24:43 [2022-08-08T10:24:43.601Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jc5fj-kzl2x
06:24:43 [2022-08-08T10:24:43.849Z] Executing command: "ssh-agent" 
06:24:43 [2022-08-08T10:24:43.849Z] exit
06:24:43 [2022-08-08T10:24:43.858Z] SSH_AUTH_SOCK=/tmp/ssh-2bQPD2xxTXPh/agent.465; export SSH_AUTH_SOCK;
06:24:43 [2022-08-08T10:24:43.858Z] SSH_AGENT_PID=466; export SSH_AGENT_PID;
06:24:43 [2022-08-08T10:24:43.858Z] echo Agent pid 466;
06:24:43 [2022-08-08T10:24:43.860Z] SSH_AUTH_SOCK=/tmp/ssh-2bQPD2xxTXPh/agent.465
06:24:43 [2022-08-08T10:24:43.860Z] SSH_AGENT_PID=466
06:24:43 [2022-08-08T10:24:43.872Z] Running ssh-add (command line suppressed)
06:24:44 [2022-08-08T10:24:44.147Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_9703831424804230943.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_9703831424804230943.key)
06:24:44 [2022-08-08T10:24:44.169Z] Running ssh-add (command line suppressed)
06:24:44 [2022-08-08T10:24:44.434Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_2421902357917988149.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_2421902357917988149.key)
06:24:44 [2022-08-08T10:24:44.443Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
06:24:45 [2022-08-08T10:24:45.657Z] + git config --global user.email releng-bot@eclipse.org
06:24:45 [2022-08-08T10:24:45.658Z] + git config --global user.name 'Eclipse Releng Bot'
06:24:45 [2022-08-08T10:24:45.658Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:24:45 [2022-08-08T10:24:45.658Z] + ./mb100_cloneRepos.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:24:45 [2022-08-08T10:24:45.658Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log
06:24:45 [2022-08-08T10:24:45.658Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'...
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.jdt' (https://github.com/eclipse-jdt/eclipse.jdt.git) registered for path 'eclipse.jdt'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.jdt.core' (https://github.com/eclipse-jdt/eclipse.jdt.core.git) registered for path 'eclipse.jdt.core'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.jdt.core.binaries' (https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git) registered for path 'eclipse.jdt.core.binaries'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.jdt.debug' (https://github.com/eclipse-jdt/eclipse.jdt.debug.git) registered for path 'eclipse.jdt.debug'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.jdt.ui' (https://github.com/eclipse-jdt/eclipse.jdt.ui.git) registered for path 'eclipse.jdt.ui'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.pde' (https://github.com/eclipse-pde/eclipse.pde.git) registered for path 'eclipse.pde'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.common' (https://github.com/eclipse-platform/eclipse.platform.common.git) registered for path 'eclipse.platform.common'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.debug' (https://github.com/eclipse-platform/eclipse.platform.debug.git) registered for path 'eclipse.platform.debug'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.releng' (https://github.com/eclipse-platform/eclipse.platform.releng.git) registered for path 'eclipse.platform.releng'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.resources' (https://github.com/eclipse-platform/eclipse.platform.resources.git) registered for path 'eclipse.platform.resources'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.swt' (https://github.com/eclipse-platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.swt.binaries' (https://github.com/eclipse-platform/eclipse.platform.swt.binaries.git) registered for path 'eclipse.platform.swt.binaries'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.text' (https://github.com/eclipse-platform/eclipse.platform.text.git) registered for path 'eclipse.platform.text'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.ua' (https://github.com/eclipse-platform/eclipse.platform.ua.git) registered for path 'eclipse.platform.ua'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.ui' (https://github.com/eclipse-platform/eclipse.platform.ui.git) registered for path 'eclipse.platform.ui'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'eclipse.platform.ui.tools' (https://github.com/eclipse-platform/eclipse.platform.ui.tools.git) registered for path 'eclipse.platform.ui.tools'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'equinox' (https://github.com/eclipse-equinox/equinox.git) registered for path 'equinox'
06:24:49 [2022-08-08T10:24:49.858Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries'
06:24:49 [2022-08-08T10:24:49.859Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2'
06:24:49 [2022-08-08T10:24:49.859Z] 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'...
06:24:50 [2022-08-08T10:24:50.118Z] 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'...
06:25:16 [2022-08-08T10:25:16.682Z] 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'...
06:25:17 [2022-08-08T10:25:17.623Z] 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'...
06:25:20 [2022-08-08T10:25:20.918Z] 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'...
06:25:33 [2022-08-08T10:25:33.136Z] 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'...
06:25:41 [2022-08-08T10:25:41.265Z] 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'...
06:25:49 [2022-08-08T10:25:49.393Z] 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'...
06:25:59 [2022-08-08T10:25:59.398Z] 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'...
06:26:03 [2022-08-08T10:26:03.622Z] 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'...
06:26:04 [2022-08-08T10:26:04.560Z] 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.resources'...
06:26:07 [2022-08-08T10:26:07.101Z] 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'...
06:26:29 [2022-08-08T10:26:29.057Z] 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'...
06:27:25 [2022-08-08T10:27:25.317Z] 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'...
06:27:25 [2022-08-08T10:27:25.317Z] 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'...
06:27:25 [2022-08-08T10:27:25.317Z] 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'...
06:27:43 [2022-08-08T10:27:43.438Z] 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'...
06:27:43 [2022-08-08T10:27:43.439Z] Cloning into '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox'...
06:27:46 [2022-08-08T10:27:46.734Z] 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'...
06:27:50 [2022-08-08T10:27:50.035Z] 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'...
06:27:56 [2022-08-08T10:27:56.614Z] Submodule path 'eclipse.jdt': checked out 'f86a2ffe32d4d224ced24091967f093558a7a1a4'
06:27:57 [2022-08-08T10:27:57.184Z] Submodule path 'eclipse.jdt.core': checked out '4d27bb5f2e9019e498d30f1ff6913e64811386ba'
06:27:57 [2022-08-08T10:27:57.753Z] Submodule path 'eclipse.jdt.core.binaries': checked out '0b1c57afd0e683163355739902599d6c3b019f18'
06:27:58 [2022-08-08T10:27:58.013Z] Submodule path 'eclipse.jdt.debug': checked out 'ba600382885c00d3aa7f11813a3a64ae45d9ac27'
06:28:00 [2022-08-08T10:28:00.582Z] Submodule path 'eclipse.jdt.ui': checked out 'b2b4766b9fea40ccd8dd81648f529433e7dda207'
06:28:01 [2022-08-08T10:28:01.962Z] Submodule path 'eclipse.pde': checked out '433e93b2bfb91c5bae2e8f3a24184ac77a879d16'
06:28:02 [2022-08-08T10:28:02.532Z] Submodule path 'eclipse.platform': checked out '65fc25e8b05f8e09d181c8b243eb7b8104540cc1'
06:28:03 [2022-08-08T10:28:03.101Z] Submodule path 'eclipse.platform.common': checked out '36a6b43b4e2cd39ffd568afb1271d55f6ca4b1fc'
06:28:03 [2022-08-08T10:28:03.671Z] Submodule path 'eclipse.platform.debug': checked out 'eee2da61666046af9a9d035c5e1d56d20b04f9a6'
06:28:03 [2022-08-08T10:28:03.931Z] Submodule path 'eclipse.platform.releng': checked out '988138c7dd01379d03113972712f16bd64bc6b07'
06:28:04 [2022-08-08T10:28:04.191Z] Submodule path 'eclipse.platform.resources': checked out '7f8f96dd4122ea324e8b9ea650979258f634d268'
06:28:05 [2022-08-08T10:28:05.132Z] Submodule path 'eclipse.platform.swt': checked out '9bb21ab01f2e3d5d64c7220c97a1020af9d55fc8'
06:28:05 [2022-08-08T10:28:05.132Z] Submodule path 'eclipse.platform.swt.binaries': checked out '57916581b35da7e1a7d7e72068256462d11acf75'
06:28:05 [2022-08-08T10:28:05.702Z] Submodule path 'eclipse.platform.text': checked out '9c3fc4a6d3ff18aa241812b6d34bf0c1570649b6'
06:28:06 [2022-08-08T10:28:06.271Z] Submodule path 'eclipse.platform.ua': checked out 'dcd0c28ae3e7a27054ef8eb2e314c6b36d07e68e'
06:28:07 [2022-08-08T10:28:07.652Z] Submodule path 'eclipse.platform.ui': checked out '6dbd0150aae3728fbd093ae8e2761183dee75bcf'
06:28:07 [2022-08-08T10:28:07.652Z] Submodule path 'eclipse.platform.ui.tools': checked out '1df1172cda52e7bbd6a09dced34c434754fff51e'
06:28:09 [2022-08-08T10:28:09.033Z] Submodule path 'equinox': checked out '1a241ec0a8e176ed9312654dfd862e8802e397a2'
06:28:09 [2022-08-08T10:28:09.033Z] Submodule path 'rt.equinox.binaries': checked out 'cf3f4f51403eac0fc16be0876fff8a3ceceabacc'
06:28:09 [2022-08-08T10:28:09.970Z] Submodule path 'rt.equinox.p2': checked out '0ff034bc933cdd8fd52ceab96f9d98890c6fe653'
06:28:09 [2022-08-08T10:28:09.970Z] Already on 'master'
06:28:09 [2022-08-08T10:28:09.970Z] M	cje-production/buildproperties.txt
06:28:09 [2022-08-08T10:28:09.970Z] M	cje-production/mbscripts/mb011_loadPGPKeys.sh
06:28:09 [2022-08-08T10:28:09.970Z] Your branch is up to date with 'origin/master'.
06:28:09 [2022-08-08T10:28:09.970Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:09 [2022-08-08T10:28:09.970Z] discouraged. You can squelch this message by running one of the following
06:28:09 [2022-08-08T10:28:09.970Z] commands sometime before your next pull:
06:28:09 [2022-08-08T10:28:09.970Z] 
06:28:09 [2022-08-08T10:28:09.970Z]   git config pull.rebase false  # merge (the default strategy)
06:28:09 [2022-08-08T10:28:09.970Z]   git config pull.rebase true   # rebase
06:28:09 [2022-08-08T10:28:09.970Z]   git config pull.ff only       # fast-forward only
06:28:09 [2022-08-08T10:28:09.970Z] 
06:28:09 [2022-08-08T10:28:09.970Z] You can replace "git config" with "git config --global" to set a default
06:28:09 [2022-08-08T10:28:09.970Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:09 [2022-08-08T10:28:09.970Z] or --ff-only on the command line to override the configured default per
06:28:09 [2022-08-08T10:28:09.970Z] invocation.
06:28:09 [2022-08-08T10:28:09.970Z] 
06:28:11 [2022-08-08T10:28:11.349Z] Already up to date.
06:28:11 [2022-08-08T10:28:11.349Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:28:11 [2022-08-08T10:28:11.349Z] Entering 'eclipse.jdt'
06:28:11 [2022-08-08T10:28:11.611Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:11 [2022-08-08T10:28:11.611Z] Checking out master
06:28:11 [2022-08-08T10:28:11.611Z] Switched to branch 'master'
06:28:11 [2022-08-08T10:28:11.611Z] Your branch is up to date with 'origin/master'.
06:28:11 [2022-08-08T10:28:11.611Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:11 [2022-08-08T10:28:11.611Z] discouraged. You can squelch this message by running one of the following
06:28:11 [2022-08-08T10:28:11.611Z] commands sometime before your next pull:
06:28:11 [2022-08-08T10:28:11.611Z] 
06:28:11 [2022-08-08T10:28:11.611Z]   git config pull.rebase false  # merge (the default strategy)
06:28:11 [2022-08-08T10:28:11.611Z]   git config pull.rebase true   # rebase
06:28:11 [2022-08-08T10:28:11.611Z]   git config pull.ff only       # fast-forward only
06:28:11 [2022-08-08T10:28:11.611Z] 
06:28:11 [2022-08-08T10:28:11.611Z] You can replace "git config" with "git config --global" to set a default
06:28:11 [2022-08-08T10:28:11.611Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:11 [2022-08-08T10:28:11.611Z] or --ff-only on the command line to override the configured default per
06:28:11 [2022-08-08T10:28:11.611Z] invocation.
06:28:11 [2022-08-08T10:28:11.611Z] 
06:28:12 [2022-08-08T10:28:12.194Z] Already up to date.
06:28:12 [2022-08-08T10:28:12.194Z] Entering 'eclipse.jdt.core'
06:28:12 [2022-08-08T10:28:12.461Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:12 [2022-08-08T10:28:12.461Z] Checking out master
06:28:12 [2022-08-08T10:28:12.725Z] Switched to branch 'master'
06:28:12 [2022-08-08T10:28:12.725Z] Your branch is up to date with 'origin/master'.
06:28:12 [2022-08-08T10:28:12.725Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:12 [2022-08-08T10:28:12.725Z] discouraged. You can squelch this message by running one of the following
06:28:12 [2022-08-08T10:28:12.725Z] commands sometime before your next pull:
06:28:12 [2022-08-08T10:28:12.725Z] 
06:28:12 [2022-08-08T10:28:12.725Z]   git config pull.rebase false  # merge (the default strategy)
06:28:12 [2022-08-08T10:28:12.725Z]   git config pull.rebase true   # rebase
06:28:12 [2022-08-08T10:28:12.725Z]   git config pull.ff only       # fast-forward only
06:28:12 [2022-08-08T10:28:12.725Z] 
06:28:12 [2022-08-08T10:28:12.725Z] You can replace "git config" with "git config --global" to set a default
06:28:12 [2022-08-08T10:28:12.725Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:12 [2022-08-08T10:28:12.725Z] or --ff-only on the command line to override the configured default per
06:28:12 [2022-08-08T10:28:12.725Z] invocation.
06:28:12 [2022-08-08T10:28:12.725Z] 
06:28:13 [2022-08-08T10:28:13.300Z] Already up to date.
06:28:13 [2022-08-08T10:28:13.300Z] Entering 'eclipse.jdt.core.binaries'
06:28:13 [2022-08-08T10:28:13.559Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:13 [2022-08-08T10:28:13.559Z] Checking out master
06:28:13 [2022-08-08T10:28:13.824Z] Switched to branch 'master'
06:28:13 [2022-08-08T10:28:13.824Z] Your branch is up to date with 'origin/master'.
06:28:13 [2022-08-08T10:28:13.824Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:13 [2022-08-08T10:28:13.824Z] discouraged. You can squelch this message by running one of the following
06:28:13 [2022-08-08T10:28:13.824Z] commands sometime before your next pull:
06:28:13 [2022-08-08T10:28:13.824Z] 
06:28:13 [2022-08-08T10:28:13.824Z]   git config pull.rebase false  # merge (the default strategy)
06:28:13 [2022-08-08T10:28:13.824Z]   git config pull.rebase true   # rebase
06:28:13 [2022-08-08T10:28:13.824Z]   git config pull.ff only       # fast-forward only
06:28:13 [2022-08-08T10:28:13.824Z] 
06:28:13 [2022-08-08T10:28:13.824Z] You can replace "git config" with "git config --global" to set a default
06:28:13 [2022-08-08T10:28:13.824Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:13 [2022-08-08T10:28:13.824Z] or --ff-only on the command line to override the configured default per
06:28:13 [2022-08-08T10:28:13.824Z] invocation.
06:28:13 [2022-08-08T10:28:13.824Z] 
06:28:14 [2022-08-08T10:28:14.083Z] Already up to date.
06:28:14 [2022-08-08T10:28:14.083Z] Entering 'eclipse.jdt.debug'
06:28:14 [2022-08-08T10:28:14.652Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:14 [2022-08-08T10:28:14.652Z] Checking out master
06:28:14 [2022-08-08T10:28:14.652Z] Switched to branch 'master'
06:28:14 [2022-08-08T10:28:14.652Z] Your branch is up to date with 'origin/master'.
06:28:14 [2022-08-08T10:28:14.652Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:14 [2022-08-08T10:28:14.652Z] discouraged. You can squelch this message by running one of the following
06:28:14 [2022-08-08T10:28:14.652Z] commands sometime before your next pull:
06:28:14 [2022-08-08T10:28:14.652Z] 
06:28:14 [2022-08-08T10:28:14.652Z]   git config pull.rebase false  # merge (the default strategy)
06:28:14 [2022-08-08T10:28:14.652Z]   git config pull.rebase true   # rebase
06:28:14 [2022-08-08T10:28:14.652Z]   git config pull.ff only       # fast-forward only
06:28:14 [2022-08-08T10:28:14.652Z] 
06:28:14 [2022-08-08T10:28:14.652Z] You can replace "git config" with "git config --global" to set a default
06:28:14 [2022-08-08T10:28:14.652Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:14 [2022-08-08T10:28:14.652Z] or --ff-only on the command line to override the configured default per
06:28:14 [2022-08-08T10:28:14.652Z] invocation.
06:28:14 [2022-08-08T10:28:14.652Z] 
06:28:15 [2022-08-08T10:28:15.223Z] Already up to date.
06:28:15 [2022-08-08T10:28:15.223Z] Entering 'eclipse.jdt.ui'
06:28:15 [2022-08-08T10:28:15.791Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:15 [2022-08-08T10:28:15.791Z] Checking out master
06:28:15 [2022-08-08T10:28:15.791Z] Switched to branch 'master'
06:28:15 [2022-08-08T10:28:15.791Z] Your branch is up to date with 'origin/master'.
06:28:15 [2022-08-08T10:28:15.791Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:15 [2022-08-08T10:28:15.791Z] discouraged. You can squelch this message by running one of the following
06:28:15 [2022-08-08T10:28:15.791Z] commands sometime before your next pull:
06:28:15 [2022-08-08T10:28:15.791Z] 
06:28:15 [2022-08-08T10:28:15.791Z]   git config pull.rebase false  # merge (the default strategy)
06:28:15 [2022-08-08T10:28:15.791Z]   git config pull.rebase true   # rebase
06:28:15 [2022-08-08T10:28:15.791Z]   git config pull.ff only       # fast-forward only
06:28:15 [2022-08-08T10:28:15.791Z] 
06:28:15 [2022-08-08T10:28:15.791Z] You can replace "git config" with "git config --global" to set a default
06:28:15 [2022-08-08T10:28:15.791Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:15 [2022-08-08T10:28:15.791Z] or --ff-only on the command line to override the configured default per
06:28:15 [2022-08-08T10:28:15.791Z] invocation.
06:28:15 [2022-08-08T10:28:15.791Z] 
06:28:16 [2022-08-08T10:28:16.363Z] Already up to date.
06:28:16 [2022-08-08T10:28:16.363Z] Entering 'eclipse.pde'
06:28:16 [2022-08-08T10:28:16.932Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:16 [2022-08-08T10:28:16.932Z] Checking out master
06:28:17 [2022-08-08T10:28:17.192Z] Previous HEAD position was 433e93b2bf Always provide the official annotations if present in target
06:28:17 [2022-08-08T10:28:17.193Z] Switched to branch 'master'
06:28:17 [2022-08-08T10:28:17.193Z] Your branch is up to date with 'origin/master'.
06:28:17 [2022-08-08T10:28:17.193Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:17 [2022-08-08T10:28:17.193Z] discouraged. You can squelch this message by running one of the following
06:28:17 [2022-08-08T10:28:17.193Z] commands sometime before your next pull:
06:28:17 [2022-08-08T10:28:17.193Z] 
06:28:17 [2022-08-08T10:28:17.193Z]   git config pull.rebase false  # merge (the default strategy)
06:28:17 [2022-08-08T10:28:17.193Z]   git config pull.rebase true   # rebase
06:28:17 [2022-08-08T10:28:17.193Z]   git config pull.ff only       # fast-forward only
06:28:17 [2022-08-08T10:28:17.193Z] 
06:28:17 [2022-08-08T10:28:17.193Z] You can replace "git config" with "git config --global" to set a default
06:28:17 [2022-08-08T10:28:17.193Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:17 [2022-08-08T10:28:17.193Z] or --ff-only on the command line to override the configured default per
06:28:17 [2022-08-08T10:28:17.193Z] invocation.
06:28:17 [2022-08-08T10:28:17.193Z] 
06:28:17 [2022-08-08T10:28:17.762Z] Already up to date.
06:28:17 [2022-08-08T10:28:17.762Z] Entering 'eclipse.platform'
06:28:18 [2022-08-08T10:28:18.332Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:18 [2022-08-08T10:28:18.332Z] Checking out master
06:28:18 [2022-08-08T10:28:18.332Z] Previous HEAD position was 65fc25e8b0 Return an empty array for null value in StringUtil
06:28:18 [2022-08-08T10:28:18.332Z] Switched to branch 'master'
06:28:18 [2022-08-08T10:28:18.332Z] Your branch is up to date with 'origin/master'.
06:28:18 [2022-08-08T10:28:18.332Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:18 [2022-08-08T10:28:18.332Z] discouraged. You can squelch this message by running one of the following
06:28:18 [2022-08-08T10:28:18.332Z] commands sometime before your next pull:
06:28:18 [2022-08-08T10:28:18.332Z] 
06:28:18 [2022-08-08T10:28:18.332Z]   git config pull.rebase false  # merge (the default strategy)
06:28:18 [2022-08-08T10:28:18.332Z]   git config pull.rebase true   # rebase
06:28:18 [2022-08-08T10:28:18.332Z]   git config pull.ff only       # fast-forward only
06:28:18 [2022-08-08T10:28:18.332Z] 
06:28:18 [2022-08-08T10:28:18.332Z] You can replace "git config" with "git config --global" to set a default
06:28:18 [2022-08-08T10:28:18.332Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:18 [2022-08-08T10:28:18.332Z] or --ff-only on the command line to override the configured default per
06:28:18 [2022-08-08T10:28:18.332Z] invocation.
06:28:18 [2022-08-08T10:28:18.332Z] 
06:28:18 [2022-08-08T10:28:18.902Z] Already up to date.
06:28:18 [2022-08-08T10:28:18.902Z] Entering 'eclipse.platform.common'
06:28:19 [2022-08-08T10:28:19.473Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:19 [2022-08-08T10:28:19.473Z] Checking out master
06:28:19 [2022-08-08T10:28:19.473Z] Switched to branch 'master'
06:28:19 [2022-08-08T10:28:19.473Z] Your branch is up to date with 'origin/master'.
06:28:19 [2022-08-08T10:28:19.473Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:19 [2022-08-08T10:28:19.473Z] discouraged. You can squelch this message by running one of the following
06:28:19 [2022-08-08T10:28:19.473Z] commands sometime before your next pull:
06:28:19 [2022-08-08T10:28:19.473Z] 
06:28:19 [2022-08-08T10:28:19.473Z]   git config pull.rebase false  # merge (the default strategy)
06:28:19 [2022-08-08T10:28:19.473Z]   git config pull.rebase true   # rebase
06:28:19 [2022-08-08T10:28:19.473Z]   git config pull.ff only       # fast-forward only
06:28:19 [2022-08-08T10:28:19.473Z] 
06:28:19 [2022-08-08T10:28:19.473Z] You can replace "git config" with "git config --global" to set a default
06:28:19 [2022-08-08T10:28:19.473Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:19 [2022-08-08T10:28:19.473Z] or --ff-only on the command line to override the configured default per
06:28:19 [2022-08-08T10:28:19.473Z] invocation.
06:28:19 [2022-08-08T10:28:19.473Z] 
06:28:20 [2022-08-08T10:28:20.041Z] Already up to date.
06:28:20 [2022-08-08T10:28:20.041Z] Entering 'eclipse.platform.debug'
06:28:20 [2022-08-08T10:28:20.611Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:20 [2022-08-08T10:28:20.611Z] Checking out master
06:28:20 [2022-08-08T10:28:20.870Z] Switched to branch 'master'
06:28:20 [2022-08-08T10:28:20.871Z] Your branch is up to date with 'origin/master'.
06:28:20 [2022-08-08T10:28:20.871Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:20 [2022-08-08T10:28:20.871Z] discouraged. You can squelch this message by running one of the following
06:28:20 [2022-08-08T10:28:20.871Z] commands sometime before your next pull:
06:28:20 [2022-08-08T10:28:20.871Z] 
06:28:20 [2022-08-08T10:28:20.871Z]   git config pull.rebase false  # merge (the default strategy)
06:28:20 [2022-08-08T10:28:20.871Z]   git config pull.rebase true   # rebase
06:28:20 [2022-08-08T10:28:20.871Z]   git config pull.ff only       # fast-forward only
06:28:20 [2022-08-08T10:28:20.871Z] 
06:28:20 [2022-08-08T10:28:20.871Z] You can replace "git config" with "git config --global" to set a default
06:28:20 [2022-08-08T10:28:20.871Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:20 [2022-08-08T10:28:20.871Z] or --ff-only on the command line to override the configured default per
06:28:20 [2022-08-08T10:28:20.871Z] invocation.
06:28:20 [2022-08-08T10:28:20.871Z] 
06:28:21 [2022-08-08T10:28:21.440Z] Already up to date.
06:28:21 [2022-08-08T10:28:21.440Z] Entering 'eclipse.platform.releng'
06:28:21 [2022-08-08T10:28:21.698Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:21 [2022-08-08T10:28:21.698Z] Checking out master
06:28:21 [2022-08-08T10:28:21.698Z] Switched to branch 'master'
06:28:21 [2022-08-08T10:28:21.699Z] Your branch is up to date with 'origin/master'.
06:28:21 [2022-08-08T10:28:21.699Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:21 [2022-08-08T10:28:21.699Z] discouraged. You can squelch this message by running one of the following
06:28:21 [2022-08-08T10:28:21.699Z] commands sometime before your next pull:
06:28:21 [2022-08-08T10:28:21.699Z] 
06:28:21 [2022-08-08T10:28:21.699Z]   git config pull.rebase false  # merge (the default strategy)
06:28:21 [2022-08-08T10:28:21.699Z]   git config pull.rebase true   # rebase
06:28:21 [2022-08-08T10:28:21.699Z]   git config pull.ff only       # fast-forward only
06:28:21 [2022-08-08T10:28:21.699Z] 
06:28:21 [2022-08-08T10:28:21.699Z] You can replace "git config" with "git config --global" to set a default
06:28:21 [2022-08-08T10:28:21.699Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:21 [2022-08-08T10:28:21.699Z] or --ff-only on the command line to override the configured default per
06:28:21 [2022-08-08T10:28:21.699Z] invocation.
06:28:21 [2022-08-08T10:28:21.699Z] 
06:28:22 [2022-08-08T10:28:22.268Z] Already up to date.
06:28:22 [2022-08-08T10:28:22.268Z] Entering 'eclipse.platform.resources'
06:28:22 [2022-08-08T10:28:22.528Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:22 [2022-08-08T10:28:22.528Z] Checking out master
06:28:22 [2022-08-08T10:28:22.528Z] Switched to branch 'master'
06:28:22 [2022-08-08T10:28:22.528Z] Your branch is up to date with 'origin/master'.
06:28:22 [2022-08-08T10:28:22.528Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:22 [2022-08-08T10:28:22.528Z] discouraged. You can squelch this message by running one of the following
06:28:22 [2022-08-08T10:28:22.528Z] commands sometime before your next pull:
06:28:22 [2022-08-08T10:28:22.528Z] 
06:28:22 [2022-08-08T10:28:22.528Z]   git config pull.rebase false  # merge (the default strategy)
06:28:22 [2022-08-08T10:28:22.528Z]   git config pull.rebase true   # rebase
06:28:22 [2022-08-08T10:28:22.528Z]   git config pull.ff only       # fast-forward only
06:28:22 [2022-08-08T10:28:22.528Z] 
06:28:22 [2022-08-08T10:28:22.528Z] You can replace "git config" with "git config --global" to set a default
06:28:22 [2022-08-08T10:28:22.528Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:22 [2022-08-08T10:28:22.528Z] or --ff-only on the command line to override the configured default per
06:28:22 [2022-08-08T10:28:22.528Z] invocation.
06:28:22 [2022-08-08T10:28:22.528Z] 
06:28:23 [2022-08-08T10:28:23.098Z] Already up to date.
06:28:23 [2022-08-08T10:28:23.098Z] Entering 'eclipse.platform.swt'
06:28:23 [2022-08-08T10:28:23.667Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:23 [2022-08-08T10:28:23.667Z] Checking out master
06:28:23 [2022-08-08T10:28:23.927Z] Switched to branch 'master'
06:28:23 [2022-08-08T10:28:23.927Z] Your branch is up to date with 'origin/master'.
06:28:23 [2022-08-08T10:28:23.927Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:23 [2022-08-08T10:28:23.927Z] discouraged. You can squelch this message by running one of the following
06:28:23 [2022-08-08T10:28:23.927Z] commands sometime before your next pull:
06:28:23 [2022-08-08T10:28:23.927Z] 
06:28:23 [2022-08-08T10:28:23.927Z]   git config pull.rebase false  # merge (the default strategy)
06:28:23 [2022-08-08T10:28:23.927Z]   git config pull.rebase true   # rebase
06:28:23 [2022-08-08T10:28:23.927Z]   git config pull.ff only       # fast-forward only
06:28:23 [2022-08-08T10:28:23.927Z] 
06:28:23 [2022-08-08T10:28:23.927Z] You can replace "git config" with "git config --global" to set a default
06:28:23 [2022-08-08T10:28:23.927Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:23 [2022-08-08T10:28:23.927Z] or --ff-only on the command line to override the configured default per
06:28:23 [2022-08-08T10:28:23.927Z] invocation.
06:28:23 [2022-08-08T10:28:23.927Z] 
06:28:24 [2022-08-08T10:28:24.495Z] Already up to date.
06:28:24 [2022-08-08T10:28:24.495Z] Entering 'eclipse.platform.swt.binaries'
06:28:24 [2022-08-08T10:28:24.753Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:24 [2022-08-08T10:28:24.753Z] Checking out master
06:28:25 [2022-08-08T10:28:25.012Z] Switched to branch 'master'
06:28:25 [2022-08-08T10:28:25.012Z] Your branch is up to date with 'origin/master'.
06:28:25 [2022-08-08T10:28:25.012Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:25 [2022-08-08T10:28:25.012Z] discouraged. You can squelch this message by running one of the following
06:28:25 [2022-08-08T10:28:25.012Z] commands sometime before your next pull:
06:28:25 [2022-08-08T10:28:25.012Z] 
06:28:25 [2022-08-08T10:28:25.012Z]   git config pull.rebase false  # merge (the default strategy)
06:28:25 [2022-08-08T10:28:25.012Z]   git config pull.rebase true   # rebase
06:28:25 [2022-08-08T10:28:25.012Z]   git config pull.ff only       # fast-forward only
06:28:25 [2022-08-08T10:28:25.012Z] 
06:28:25 [2022-08-08T10:28:25.012Z] You can replace "git config" with "git config --global" to set a default
06:28:25 [2022-08-08T10:28:25.012Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:25 [2022-08-08T10:28:25.012Z] or --ff-only on the command line to override the configured default per
06:28:25 [2022-08-08T10:28:25.012Z] invocation.
06:28:25 [2022-08-08T10:28:25.012Z] 
06:28:25 [2022-08-08T10:28:25.272Z] Already up to date.
06:28:25 [2022-08-08T10:28:25.272Z] Entering 'eclipse.platform.text'
06:28:25 [2022-08-08T10:28:25.840Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:25 [2022-08-08T10:28:25.840Z] Checking out master
06:28:25 [2022-08-08T10:28:25.840Z] Switched to branch 'master'
06:28:25 [2022-08-08T10:28:25.840Z] Your branch is up to date with 'origin/master'.
06:28:25 [2022-08-08T10:28:25.840Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:25 [2022-08-08T10:28:25.840Z] discouraged. You can squelch this message by running one of the following
06:28:25 [2022-08-08T10:28:25.840Z] commands sometime before your next pull:
06:28:25 [2022-08-08T10:28:25.840Z] 
06:28:25 [2022-08-08T10:28:25.840Z]   git config pull.rebase false  # merge (the default strategy)
06:28:25 [2022-08-08T10:28:25.840Z]   git config pull.rebase true   # rebase
06:28:25 [2022-08-08T10:28:25.840Z]   git config pull.ff only       # fast-forward only
06:28:25 [2022-08-08T10:28:25.840Z] 
06:28:25 [2022-08-08T10:28:25.840Z] You can replace "git config" with "git config --global" to set a default
06:28:25 [2022-08-08T10:28:25.840Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:25 [2022-08-08T10:28:25.841Z] or --ff-only on the command line to override the configured default per
06:28:25 [2022-08-08T10:28:25.841Z] invocation.
06:28:25 [2022-08-08T10:28:25.841Z] 
06:28:26 [2022-08-08T10:28:26.410Z] Already up to date.
06:28:26 [2022-08-08T10:28:26.410Z] Entering 'eclipse.platform.ua'
06:28:26 [2022-08-08T10:28:26.669Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:26 [2022-08-08T10:28:26.669Z] Checking out master
06:28:26 [2022-08-08T10:28:26.928Z] Switched to branch 'master'
06:28:26 [2022-08-08T10:28:26.928Z] Your branch is up to date with 'origin/master'.
06:28:26 [2022-08-08T10:28:26.928Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:26 [2022-08-08T10:28:26.928Z] discouraged. You can squelch this message by running one of the following
06:28:26 [2022-08-08T10:28:26.928Z] commands sometime before your next pull:
06:28:26 [2022-08-08T10:28:26.928Z] 
06:28:26 [2022-08-08T10:28:26.928Z]   git config pull.rebase false  # merge (the default strategy)
06:28:26 [2022-08-08T10:28:26.928Z]   git config pull.rebase true   # rebase
06:28:26 [2022-08-08T10:28:26.928Z]   git config pull.ff only       # fast-forward only
06:28:26 [2022-08-08T10:28:26.928Z] 
06:28:26 [2022-08-08T10:28:26.928Z] You can replace "git config" with "git config --global" to set a default
06:28:26 [2022-08-08T10:28:26.928Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:26 [2022-08-08T10:28:26.928Z] or --ff-only on the command line to override the configured default per
06:28:26 [2022-08-08T10:28:26.928Z] invocation.
06:28:26 [2022-08-08T10:28:26.928Z] 
06:28:27 [2022-08-08T10:28:27.188Z] Already up to date.
06:28:27 [2022-08-08T10:28:27.446Z] Entering 'eclipse.platform.ui'
06:28:28 [2022-08-08T10:28:28.021Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:28 [2022-08-08T10:28:28.021Z] Checking out master
06:28:28 [2022-08-08T10:28:28.285Z] Switched to branch 'master'
06:28:28 [2022-08-08T10:28:28.285Z] Your branch is up to date with 'origin/master'.
06:28:28 [2022-08-08T10:28:28.285Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:28 [2022-08-08T10:28:28.285Z] discouraged. You can squelch this message by running one of the following
06:28:28 [2022-08-08T10:28:28.285Z] commands sometime before your next pull:
06:28:28 [2022-08-08T10:28:28.285Z] 
06:28:28 [2022-08-08T10:28:28.285Z]   git config pull.rebase false  # merge (the default strategy)
06:28:28 [2022-08-08T10:28:28.285Z]   git config pull.rebase true   # rebase
06:28:28 [2022-08-08T10:28:28.285Z]   git config pull.ff only       # fast-forward only
06:28:28 [2022-08-08T10:28:28.285Z] 
06:28:28 [2022-08-08T10:28:28.285Z] You can replace "git config" with "git config --global" to set a default
06:28:28 [2022-08-08T10:28:28.285Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:28 [2022-08-08T10:28:28.285Z] or --ff-only on the command line to override the configured default per
06:28:28 [2022-08-08T10:28:28.285Z] invocation.
06:28:28 [2022-08-08T10:28:28.285Z] 
06:28:29 [2022-08-08T10:28:29.223Z] Already up to date.
06:28:29 [2022-08-08T10:28:29.223Z] Entering 'eclipse.platform.ui.tools'
06:28:29 [2022-08-08T10:28:29.483Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:29 [2022-08-08T10:28:29.483Z] Checking out master
06:28:29 [2022-08-08T10:28:29.483Z] Switched to branch 'master'
06:28:29 [2022-08-08T10:28:29.483Z] Your branch is up to date with 'origin/master'.
06:28:29 [2022-08-08T10:28:29.483Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:29 [2022-08-08T10:28:29.483Z] discouraged. You can squelch this message by running one of the following
06:28:29 [2022-08-08T10:28:29.483Z] commands sometime before your next pull:
06:28:29 [2022-08-08T10:28:29.483Z] 
06:28:29 [2022-08-08T10:28:29.483Z]   git config pull.rebase false  # merge (the default strategy)
06:28:29 [2022-08-08T10:28:29.483Z]   git config pull.rebase true   # rebase
06:28:29 [2022-08-08T10:28:29.483Z]   git config pull.ff only       # fast-forward only
06:28:29 [2022-08-08T10:28:29.483Z] 
06:28:29 [2022-08-08T10:28:29.483Z] You can replace "git config" with "git config --global" to set a default
06:28:29 [2022-08-08T10:28:29.483Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:29 [2022-08-08T10:28:29.483Z] or --ff-only on the command line to override the configured default per
06:28:29 [2022-08-08T10:28:29.483Z] invocation.
06:28:29 [2022-08-08T10:28:29.483Z] 
06:28:29 [2022-08-08T10:28:29.742Z] Already up to date.
06:28:29 [2022-08-08T10:28:29.742Z] Entering 'equinox'
06:28:30 [2022-08-08T10:28:30.001Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:30 [2022-08-08T10:28:30.002Z] Checking out master
06:28:30 [2022-08-08T10:28:30.262Z] Switched to branch 'master'
06:28:30 [2022-08-08T10:28:30.262Z] Your branch is up to date with 'origin/master'.
06:28:30 [2022-08-08T10:28:30.262Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:30 [2022-08-08T10:28:30.262Z] discouraged. You can squelch this message by running one of the following
06:28:30 [2022-08-08T10:28:30.262Z] commands sometime before your next pull:
06:28:30 [2022-08-08T10:28:30.262Z] 
06:28:30 [2022-08-08T10:28:30.262Z]   git config pull.rebase false  # merge (the default strategy)
06:28:30 [2022-08-08T10:28:30.262Z]   git config pull.rebase true   # rebase
06:28:30 [2022-08-08T10:28:30.262Z]   git config pull.ff only       # fast-forward only
06:28:30 [2022-08-08T10:28:30.262Z] 
06:28:30 [2022-08-08T10:28:30.262Z] You can replace "git config" with "git config --global" to set a default
06:28:30 [2022-08-08T10:28:30.262Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:30 [2022-08-08T10:28:30.262Z] or --ff-only on the command line to override the configured default per
06:28:30 [2022-08-08T10:28:30.262Z] invocation.
06:28:30 [2022-08-08T10:28:30.262Z] 
06:28:30 [2022-08-08T10:28:30.522Z] Already up to date.
06:28:30 [2022-08-08T10:28:30.522Z] Entering 'rt.equinox.binaries'
06:28:30 [2022-08-08T10:28:30.782Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:30 [2022-08-08T10:28:30.782Z] Checking out master
06:28:30 [2022-08-08T10:28:30.782Z] Switched to branch 'master'
06:28:30 [2022-08-08T10:28:30.782Z] Your branch is up to date with 'origin/master'.
06:28:30 [2022-08-08T10:28:30.782Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:30 [2022-08-08T10:28:30.782Z] discouraged. You can squelch this message by running one of the following
06:28:30 [2022-08-08T10:28:30.782Z] commands sometime before your next pull:
06:28:30 [2022-08-08T10:28:30.782Z] 
06:28:30 [2022-08-08T10:28:30.782Z]   git config pull.rebase false  # merge (the default strategy)
06:28:30 [2022-08-08T10:28:30.782Z]   git config pull.rebase true   # rebase
06:28:30 [2022-08-08T10:28:30.782Z]   git config pull.ff only       # fast-forward only
06:28:30 [2022-08-08T10:28:30.782Z] 
06:28:30 [2022-08-08T10:28:30.782Z] You can replace "git config" with "git config --global" to set a default
06:28:30 [2022-08-08T10:28:30.782Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:30 [2022-08-08T10:28:30.782Z] or --ff-only on the command line to override the configured default per
06:28:30 [2022-08-08T10:28:30.782Z] invocation.
06:28:30 [2022-08-08T10:28:30.782Z] 
06:28:31 [2022-08-08T10:28:31.351Z] Already up to date.
06:28:31 [2022-08-08T10:28:31.351Z] Entering 'rt.equinox.p2'
06:28:31 [2022-08-08T10:28:31.611Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:31 [2022-08-08T10:28:31.611Z] Checking out master
06:28:32 [2022-08-08T10:28:32.180Z] Previous HEAD position was 0ff034bc9 Add consistent null checks to ServiceHelper
06:28:32 [2022-08-08T10:28:32.180Z] Switched to branch 'master'
06:28:32 [2022-08-08T10:28:32.180Z] Your branch is up to date with 'origin/master'.
06:28:32 [2022-08-08T10:28:32.180Z] warning: Pulling without specifying how to reconcile divergent branches is
06:28:32 [2022-08-08T10:28:32.180Z] discouraged. You can squelch this message by running one of the following
06:28:32 [2022-08-08T10:28:32.180Z] commands sometime before your next pull:
06:28:32 [2022-08-08T10:28:32.180Z] 
06:28:32 [2022-08-08T10:28:32.180Z]   git config pull.rebase false  # merge (the default strategy)
06:28:32 [2022-08-08T10:28:32.180Z]   git config pull.rebase true   # rebase
06:28:32 [2022-08-08T10:28:32.180Z]   git config pull.ff only       # fast-forward only
06:28:32 [2022-08-08T10:28:32.180Z] 
06:28:32 [2022-08-08T10:28:32.180Z] You can replace "git config" with "git config --global" to set a default
06:28:32 [2022-08-08T10:28:32.181Z] preference for all repositories. You can also pass --rebase, --no-rebase,
06:28:32 [2022-08-08T10:28:32.181Z] or --ff-only on the command line to override the configured default per
06:28:32 [2022-08-08T10:28:32.181Z] invocation.
06:28:32 [2022-08-08T10:28:32.181Z] 
06:28:32 [2022-08-08T10:28:32.751Z] Already up to date.
06:28:32 [2022-08-08T10:28:32.751Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:28:32 [2022-08-08T10:28:32.751Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:28:35 [2022-08-08T10:28:35.291Z] git add eclipse.pde eclipse.platform rt.equinox.p2
06:28:35 [2022-08-08T10:28:35.291Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:28:35 [2022-08-08T10:28:35.291Z] + [[ 0 -ne 0 ]]
[Pipeline] }
06:28:35 [2022-08-08T10:28:35.595Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jc5fj-kzl2x
06:28:35 [2022-08-08T10:28:35.850Z] Executing command: "ssh-agent" "-k" 
06:28:35 [2022-08-08T10:28:35.850Z] exit
06:28:35 [2022-08-08T10:28:35.899Z] unset SSH_AUTH_SOCK;
06:28:35 [2022-08-08T10:28:35.899Z] unset SSH_AGENT_PID;
06:28:35 [2022-08-08T10:28:35.899Z] echo Agent pid 466 killed;
06:28:35 [2022-08-08T10:28:35.901Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tag Build Inputs)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
06:28:45 [2022-08-08T10:28:45.266Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
06:28:45 [2022-08-08T10:28:45.266Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
06:28:45 [2022-08-08T10:28:45.266Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
06:28:45 [2022-08-08T10:28:45.266Z] [ssh-agent] Looking for ssh-agent implementation...
06:28:45 [2022-08-08T10:28:45.585Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
06:28:45 [2022-08-08T10:28:45.586Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jc5fj-kzl2x
06:28:45 [2022-08-08T10:28:45.829Z] Executing command: "ssh-agent" 
06:28:45 [2022-08-08T10:28:45.829Z] exit
06:28:45 [2022-08-08T10:28:45.838Z] SSH_AUTH_SOCK=/tmp/ssh-LJjkQ7LeLNyu/agent.2341; export SSH_AUTH_SOCK;
06:28:45 [2022-08-08T10:28:45.838Z] SSH_AGENT_PID=2342; export SSH_AGENT_PID;
06:28:45 [2022-08-08T10:28:45.838Z] echo Agent pid 2342;
06:28:45 [2022-08-08T10:28:45.884Z] SSH_AUTH_SOCK=/tmp/ssh-LJjkQ7LeLNyu/agent.2341
06:28:45 [2022-08-08T10:28:45.884Z] SSH_AGENT_PID=2342
06:28:45 [2022-08-08T10:28:45.897Z] Running ssh-add (command line suppressed)
06:28:46 [2022-08-08T10:28:46.215Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_10402754429130275239.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_10402754429130275239.key)
06:28:46 [2022-08-08T10:28:46.234Z] Running ssh-add (command line suppressed)
06:28:46 [2022-08-08T10:28:46.550Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_18045657879434687956.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_18045657879434687956.key)
06:28:46 [2022-08-08T10:28:46.569Z] Running ssh-add (command line suppressed)
06:28:46 [2022-08-08T10:28:46.891Z] Identity added: /home/jenkins/agent/workspace/P-build@tmp/private_key_6513427267603818488.key (/home/jenkins/agent/workspace/P-build@tmp/private_key_6513427267603818488.key)
06:28:46 [2022-08-08T10:28:46.899Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
06:28:48 [2022-08-08T10:28:48.126Z] + git config --global user.email releng-bot@eclipse.org
06:28:48 [2022-08-08T10:28:48.127Z] + git config --global user.name 'Eclipse Releng Bot'
06:28:48 [2022-08-08T10:28:48.127Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:28:48 [2022-08-08T10:28:48.127Z] + bash -x ./mb110_tagBuildInputs.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:28:48 [2022-08-08T10:28:48.127Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log
06:28:48 [2022-08-08T10:28:48.127Z] + '[' 1 -ne 1 ']'
06:28:48 [2022-08-08T10:28:48.127Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/common-functions.shsource
06:28:48 [2022-08-08T10:28:48.127Z] + source /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:28:48 [2022-08-08T10:28:48.127Z] ++ export TIMESTAMP=20220808-0620
06:28:48 [2022-08-08T10:28:48.127Z] ++ TIMESTAMP=20220808-0620
06:28:48 [2022-08-08T10:28:48.127Z] ++ export 'BUILD_PRETTY_DATE=Mon Aug  8 06:20:00 EDT 2022'
06:28:48 [2022-08-08T10:28:48.127Z] ++ BUILD_PRETTY_DATE='Mon Aug  8 06:20:00 EDT 2022'
06:28:48 [2022-08-08T10:28:48.127Z] ++ export BRANCH=master
06:28:48 [2022-08-08T10:28:48.127Z] ++ BRANCH=master
06:28:48 [2022-08-08T10:28:48.127Z] ++ export PATCH_OR_BRANCH_LABEL=java18patch
06:28:48 [2022-08-08T10:28:48.127Z] ++ PATCH_OR_BRANCH_LABEL=java18patch
06:28:48 [2022-08-08T10:28:48.127Z] ++ export PATCH_BUILD=java18patch
06:28:48 [2022-08-08T10:28:48.127Z] ++ PATCH_BUILD=java18patch
06:28:48 [2022-08-08T10:28:48.127Z] ++ export 'BUILD_TYPE_NAME=Beta Java 18'
06:28:48 [2022-08-08T10:28:48.127Z] ++ BUILD_TYPE_NAME='Beta Java 18'
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BUILD_TYPE=P
06:28:48 [2022-08-08T10:28:48.128Z] ++ BUILD_TYPE=P
06:28:48 [2022-08-08T10:28:48.128Z] ++ export TESTED_BUILD_TYPE=P
06:28:48 [2022-08-08T10:28:48.128Z] ++ TESTED_BUILD_TYPE=P
06:28:48 [2022-08-08T10:28:48.128Z] ++ export RELEASE_VER=4.25
06:28:48 [2022-08-08T10:28:48.128Z] ++ RELEASE_VER=4.25
06:28:48 [2022-08-08T10:28:48.128Z] ++ export STREAM=4.25.0
06:28:48 [2022-08-08T10:28:48.128Z] ++ STREAM=4.25.0
06:28:48 [2022-08-08T10:28:48.128Z] ++ export STREAMMajor=4
06:28:48 [2022-08-08T10:28:48.128Z] ++ STREAMMajor=4
06:28:48 [2022-08-08T10:28:48.128Z] ++ export STREAMMinor=25
06:28:48 [2022-08-08T10:28:48.128Z] ++ STREAMMinor=25
06:28:48 [2022-08-08T10:28:48.128Z] ++ export STREAMService=0
06:28:48 [2022-08-08T10:28:48.128Z] ++ STREAMService=0
06:28:48 [2022-08-08T10:28:48.128Z] ++ export GIT_ROOT=git@github.com:
06:28:48 [2022-08-08T10:28:48.128Z] ++ GIT_ROOT=git@github.com:
06:28:48 [2022-08-08T10:28:48.128Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
06:28:48 [2022-08-08T10:28:48.128Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
06:28:48 [2022-08-08T10:28:48.128Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
06:28:48 [2022-08-08T10:28:48.128Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
06:28:48 [2022-08-08T10:28:48.128Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
06:28:48 [2022-08-08T10:28:48.128Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
06:28:48 [2022-08-08T10:28:48.128Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
06:28:48 [2022-08-08T10:28:48.128Z] ++ UPDATES_DIR=siteDir/eclipse/updates
06:28:48 [2022-08-08T10:28:48.128Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
06:28:48 [2022-08-08T10:28:48.128Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
06:28:48 [2022-08-08T10:28:48.128Z] ++ export TMP_DIR=tmp
06:28:48 [2022-08-08T10:28:48.128Z] ++ TMP_DIR=tmp
06:28:48 [2022-08-08T10:28:48.128Z] ++ export DOWNLOAD_HOST=download.eclipse.org
06:28:48 [2022-08-08T10:28:48.128Z] ++ DOWNLOAD_HOST=download.eclipse.org
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
06:28:48 [2022-08-08T10:28:48.128Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
06:28:48 [2022-08-08T10:28:48.128Z] ++ export LOCAL_REPO=localMavenRepo
06:28:48 [2022-08-08T10:28:48.128Z] ++ LOCAL_REPO=localMavenRepo
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BASEBUILDER_TAG=4.24
06:28:48 [2022-08-08T10:28:48.128Z] ++ BASEBUILDER_TAG=4.24
06:28:48 [2022-08-08T10:28:48.128Z] ++ export API_PREV_REF_LABEL=4.24
06:28:48 [2022-08-08T10:28:48.128Z] ++ API_PREV_REF_LABEL=4.24
06:28:48 [2022-08-08T10:28:48.128Z] ++ export API_FREEZE_REF_LABEL=
06:28:48 [2022-08-08T10:28:48.128Z] ++ API_FREEZE_REF_LABEL=
06:28:48 [2022-08-08T10:28:48.128Z] ++ export 'FREEZE_PARAMS= '
06:28:48 [2022-08-08T10:28:48.128Z] ++ FREEZE_PARAMS=' '
06:28:48 [2022-08-08T10:28:48.128Z] ++ export PREVIOUS_RELEASE_VER=4.24
06:28:48 [2022-08-08T10:28:48.128Z] ++ PREVIOUS_RELEASE_VER=4.24
06:28:48 [2022-08-08T10:28:48.128Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.24
06:28:48 [2022-08-08T10:28:48.128Z] ++ PREVIOUS_RELEASE_REPO_ID=4.24
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BASEBUILD_ID=R-4.24-202206070700
06:28:48 [2022-08-08T10:28:48.128Z] ++ BASEBUILD_ID=R-4.24-202206070700
06:28:48 [2022-08-08T10:28:48.128Z] ++ export PREVIOUS_RELEASE_ID=R-4.24-202206070700
06:28:48 [2022-08-08T10:28:48.128Z] ++ PREVIOUS_RELEASE_ID=R-4.24-202206070700
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
06:28:48 [2022-08-08T10:28:48.128Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
06:28:48 [2022-08-08T10:28:48.128Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
06:28:48 [2022-08-08T10:28:48.128Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
06:28:48 [2022-08-08T10:28:48.128Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
06:28:48 [2022-08-08T10:28:48.128Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
06:28:48 [2022-08-08T10:28:48.128Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.25-I-builds/
06:28:48 [2022-08-08T10:28:48.128Z] ++ export MAVEN_OPTS=-Xmx6G
06:28:48 [2022-08-08T10:28:48.128Z] ++ MAVEN_OPTS=-Xmx6G
06:28:48 [2022-08-08T10:28:48.128Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
06:28:48 [2022-08-08T10:28:48.128Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:28:48 [2022-08-08T10:28:48.128Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
06:28:48 [2022-08-08T10:28:48.128Z] ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
06:28:48 [2022-08-08T10:28:48.128Z] ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BUILD_ID=P20220808-0620
06:28:48 [2022-08-08T10:28:48.128Z] ++ BUILD_ID=P20220808-0620
06:28:48 [2022-08-08T10:28:48.128Z] ++ export BUILD_DIR_SEG=P20220808-0620
06:28:48 [2022-08-08T10:28:48.128Z] ++ BUILD_DIR_SEG=P20220808-0620
06:28:48 [2022-08-08T10:28:48.128Z] ++ export EQ_BUILD_DIR_SEG=P20220808-0620
06:28:48 [2022-08-08T10:28:48.128Z] ++ EQ_BUILD_DIR_SEG=P20220808-0620
06:28:48 [2022-08-08T10:28:48.128Z] ++ export EBUILDER_HASH=03c838046149b65751448839a79eedf1b4dfe748
06:28:48 [2022-08-08T10:28:48.128Z] ++ EBUILDER_HASH=03c838046149b65751448839a79eedf1b4dfe748
06:28:48 [2022-08-08T10:28:48.128Z] ++ 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
06:28:48 [2022-08-08T10:28:48.129Z] ++ 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
06:28:48 [2022-08-08T10:28:48.129Z] ++ 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
06:28:48 [2022-08-08T10:28:48.129Z] ++ 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
06:28:48 [2022-08-08T10:28:48.129Z] ++ 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
06:28:48 [2022-08-08T10:28:48.129Z] ++ 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
06:28:48 [2022-08-08T10:28:48.129Z] ++ 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
06:28:48 [2022-08-08T10:28:48.129Z] ++ 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
06:28:48 [2022-08-08T10:28:48.129Z] ++ TZ=America/New_York
06:28:48 [2022-08-08T10:28:48.129Z] ++ date +%s
06:28:48 [2022-08-08T10:28:48.129Z] + reportDate=1659954527
06:28:48 [2022-08-08T10:28:48.129Z] ++ TZ=America/New_York
06:28:48 [2022-08-08T10:28:48.129Z] ++ date +%Y%m%d-%H%M --date=@1659954527
06:28:48 [2022-08-08T10:28:48.129Z] + reportTimestamp=20220808-0628
06:28:48 [2022-08-08T10:28:48.129Z] + gitLogFile=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220808-0620/gitLog.html
06:28:48 [2022-08-08T10:28:48.129Z] + mkdir -p /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/P20220808-0620
06:28:48 [2022-08-08T10:28:48.129Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates
06:28:48 [2022-08-08T10:28:48.129Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds
06:28:48 [2022-08-08T10:28:48.129Z] ++ git tag --list 'P*'
06:28:48 [2022-08-08T10:28:48.129Z] ++ tail -n5
06:28:48 [2022-08-08T10:28:48.129Z] + lastTagList='P20220319-0500
06:28:48 [2022-08-08T10:28:48.129Z] P20220320-0500
06:28:48 [2022-08-08T10:28:48.129Z] P20220321-0500
06:28:48 [2022-08-08T10:28:48.129Z] P20220322-0720
06:28:48 [2022-08-08T10:28:48.129Z] P20220323-0540'
06:28:48 [2022-08-08T10:28:48.129Z] + lastTag=
06:28:48 [2022-08-08T10:28:48.129Z] + for lt in $lastTagList
06:28:48 [2022-08-08T10:28:48.129Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220319-0500
06:28:49 [2022-08-08T10:28:49.066Z] + for lt in $lastTagList
06:28:49 [2022-08-08T10:28:49.066Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220320-0500
06:28:50 [2022-08-08T10:28:50.446Z] + for lt in $lastTagList
06:28:50 [2022-08-08T10:28:50.446Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220321-0500
06:28:50 [2022-08-08T10:28:50.704Z] + for lt in $lastTagList
06:28:50 [2022-08-08T10:28:50.704Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220322-0720
06:28:52 [2022-08-08T10:28:52.085Z] + for lt in $lastTagList
06:28:52 [2022-08-08T10:28:52.085Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.25-P-builds/P20220323-0540
06:28:53 [2022-08-08T10:28:53.464Z] + [[ -z '' ]]
06:28:53 [2022-08-08T10:28:53.464Z] ++ git describe --tags --match 'P*' --abbrev=0
06:28:53 [2022-08-08T10:28:53.464Z] + lastTag=P20220228-0010
06:28:53 [2022-08-08T10:28:53.464Z] + pushd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator
06:28:53 [2022-08-08T10:28:53.464Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:28:53 [2022-08-08T10:28:53.464Z] + '[' P == I ']'
06:28:53 [2022-08-08T10:28:53.464Z] + export -f toPushRepo
06:28:53 [2022-08-08T10:28:53.464Z] + git submodule foreach 'if grep "^${name}:" ../../../streams/repositories_$PATCH_OR_BRANCH_LABEL.txt > /dev/null; then git tag $BUILD_ID; PUSH_URL="$(toPushRepo $(git config --get remote.origin.url))"; git push --verbose $PUSH_URL $BUILD_ID; else echo Skipping $name; fi || :'
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.jdt'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.jdt
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.jdt.core'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.jdt.core
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.jdt.core.binaries'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.jdt.core.binaries
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.jdt.debug'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.jdt.debug
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.jdt.ui'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.jdt.ui
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.pde'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.pde
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.platform'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.platform
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.platform.common'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.platform.common
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.platform.debug'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.464Z] Skipping eclipse.platform.debug
06:28:53 [2022-08-08T10:28:53.464Z] Entering 'eclipse.platform.releng'
06:28:53 [2022-08-08T10:28:53.464Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping eclipse.platform.releng
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'eclipse.platform.resources'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping eclipse.platform.resources
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'eclipse.platform.swt'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping eclipse.platform.swt
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'eclipse.platform.swt.binaries'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping eclipse.platform.swt.binaries
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'eclipse.platform.text'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping eclipse.platform.text
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'eclipse.platform.ua'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping eclipse.platform.ua
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'eclipse.platform.ui'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping eclipse.platform.ui
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'eclipse.platform.ui.tools'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping eclipse.platform.ui.tools
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'equinox'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping equinox
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'rt.equinox.binaries'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping rt.equinox.binaries
06:28:53 [2022-08-08T10:28:53.465Z] Entering 'rt.equinox.p2'
06:28:53 [2022-08-08T10:28:53.465Z] grep: ../../../streams/repositories_java18patch.txt: No such file or directory
06:28:53 [2022-08-08T10:28:53.465Z] Skipping rt.equinox.p2
06:28:53 [2022-08-08T10:28:53.465Z] + git tag P20220808-0620
06:28:53 [2022-08-08T10:28:53.465Z] + git push --verbose origin P20220808-0620
06:28:53 [2022-08-08T10:28:53.465Z] Pushing to github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
06:28:54 [2022-08-08T10:28:54.844Z] To github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
06:28:54 [2022-08-08T10:28:54.844Z]  * [new tag]           P20220808-0620 -> P20220808-0620
06:28:54 [2022-08-08T10:28:54.844Z] + [[ -n P20220228-0010 ]]
06:28:54 [2022-08-08T10:28:54.844Z] + tmpGitLog=/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
06:28:54 [2022-08-08T10:28:54.844Z] + echo -e '<h2>Git log from P20220228-0010 (previous) to P20220808-0620 (current)</h2>'
06:28:54 [2022-08-08T10:28:54.844Z] + echo -e '<h2>The tagging, and this report, were done at about 20220808-0628</h2>'
06:28:54 [2022-08-08T10:28:54.845Z] + git log P20220228-0010..P20220808-0620 --date=short '--format=format:<tr><td class="datecell">%cd</td><td class="commitcell"><a href="https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/commit/%H">%s</a></td><td class="authorcell">%aN</td></tr>'
06:28:54 [2022-08-08T10:28:54.845Z] ./mb110_tagBuildInputs.sh: line 77: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.845Z] ++ stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
06:28:54 [2022-08-08T10:28:54.845Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.845Z] + tmpFileSize=
06:28:54 [2022-08-08T10:28:54.845Z] + '[' -ne 0 ']'
06:28:54 [2022-08-08T10:28:54.845Z] ./mb110_tagBuildInputs.sh: line 79: [: -ne: unary operator expected
06:28:54 [2022-08-08T10:28:54.845Z] + git submodule --quiet foreach 'gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi'
06:28:54 [2022-08-08T10:28:54.845Z] path='eclipse.jdt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.845Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.845Z] path='eclipse.jdt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:54 [2022-08-08T10:28:54.845Z] path='eclipse.jdt.core'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.845Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.846Z] path='eclipse.jdt.core'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:54 [2022-08-08T10:28:54.846Z] path='eclipse.jdt.core.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.846Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.846Z] path='eclipse.jdt.core.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:54 [2022-08-08T10:28:54.846Z] path='eclipse.jdt.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.846Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.846Z] path='eclipse.jdt.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:54 [2022-08-08T10:28:54.846Z] path='eclipse.jdt.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.847Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.847Z] path='eclipse.jdt.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:54 [2022-08-08T10:28:54.847Z] path='eclipse.pde'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.847Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.847Z] path='eclipse.pde'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:54 [2022-08-08T10:28:54.847Z] path='eclipse.platform'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.847Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.847Z] path='eclipse.platform'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:54 [2022-08-08T10:28:54.848Z] path='eclipse.platform.common'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:54 [2022-08-08T10:28:54.848Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:54 [2022-08-08T10:28:54.848Z] path='eclipse.platform.common'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.108Z] path='eclipse.platform.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.108Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.108Z] path='eclipse.platform.debug'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.109Z] path='eclipse.platform.releng'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.109Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.109Z] path='eclipse.platform.releng'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.109Z] path='eclipse.platform.resources'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.109Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.110Z] path='eclipse.platform.resources'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.110Z] path='eclipse.platform.swt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.110Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.110Z] path='eclipse.platform.swt'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.110Z] path='eclipse.platform.swt.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.110Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.111Z] path='eclipse.platform.swt.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.111Z] path='eclipse.platform.text'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.111Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.111Z] path='eclipse.platform.text'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.111Z] path='eclipse.platform.ua'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.111Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.112Z] path='eclipse.platform.ua'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.112Z] path='eclipse.platform.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.112Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.112Z] path='eclipse.platform.ui'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.112Z] path='eclipse.platform.ui.tools'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.112Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.113Z] path='eclipse.platform.ui.tools'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.113Z] path='equinox'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.113Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.113Z] path='equinox'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.114Z] path='rt.equinox.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.114Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.114Z] path='rt.equinox.binaries'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.114Z] path='rt.equinox.p2'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt: No such file or directory
06:28:55 [2022-08-08T10:28:55.114Z] stat: cannot statx '/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt': No such file or directory
06:28:55 [2022-08-08T10:28:55.114Z] path='rt.equinox.p2'; gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log P20220228-0010..P20220808-0620 --date=short --format=format:"<tr><td class=\"datecell\">%cd</td><td class=\"commitcell\"><a href=\"$gitUrl/commit/%H\">%s</a></td><td class=\"authorcell\">%aN</td></tr>">/home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;FILESIZE=$(stat -c%s /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt);if [ $FILESIZE -ne 0 ]; then echo "<table><tbody> <tr><th class=\"cell\" colspan=\"3\">Repository: $path</th></tr>";echo "<tr> <th class=\"datecell\">Date</th> <th class=\"commitcell\">Commit message</th> <th class=\"authorcell\">Author</th> </tr>";cat /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt;echo "</tbody></table><br><br>";echo;fi: line 0: [: -ne: unary operator expected
06:28:55 [2022-08-08T10:28:55.114Z] + popd
06:28:55 [2022-08-08T10:28:55.114Z] ~/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:28:55 [2022-08-08T10:28:55.114Z] + [[ 0 -ne 0 ]]
[Pipeline] }
06:28:55 [2022-08-08T10:28:55.396Z] Executing sh script inside container jnlp of pod aggrbuild-pod-jc5fj-kzl2x
06:28:55 [2022-08-08T10:28:55.654Z] Executing command: "ssh-agent" "-k" 
06:28:55 [2022-08-08T10:28:55.654Z] exit
06:28:55 [2022-08-08T10:28:55.663Z] unset SSH_AUTH_SOCK;
06:28:55 [2022-08-08T10:28:55.663Z] unset SSH_AGENT_PID;
06:28:55 [2022-08-08T10:28:55.663Z] echo Agent pid 2342 killed;
06:28:55 [2022-08-08T10:28:55.665Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy build scripts for P-build)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
06:29:05 [2022-08-08T10:29:05.433Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/P-build
06:29:05 [2022-08-08T10:29:05.434Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
06:29:05 [2022-08-08T10:29:05.435Z] + cp mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
06:29:05 [2022-08-08T10:29:05.435Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
06:29:05 [2022-08-08T10:29:05.435Z] + cp mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
06:29:05 [2022-08-08T10:29:05.435Z] + cp mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
06:29:05 [2022-08-08T10:29:05.435Z] + cp mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts/.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Aggregator maven build)
[Pipeline] container
[Pipeline] {
[Pipeline] tool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
06:29:19 [2022-08-08T10:29:19.584Z] + cd /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
06:29:19 [2022-08-08T10:29:19.585Z] + unset JAVA_TOOL_OPTIONS
06:29:19 [2022-08-08T10:29:19.585Z] + unset _JAVA_OPTIONS
06:29:19 [2022-08-08T10:29:19.585Z] + ./mb220_buildSdkPatch.sh /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
06:29:19 [2022-08-08T10:29:19.585Z] + tee /home/jenkins/agent/workspace/P-build/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log
06:29:19 [2022-08-08T10:29:19.585Z] POM file eclipse.platform.releng.tychoeclipsebuilder/java18patch/pom.xml specified with the -f/--file command line argument does not exist
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.4/tycho-build-2.7.4.pom
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.4/tycho-build-2.7.4.pom (3.9 kB at 9.7 kB/s)
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.4/tycho-2.7.4.pom
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.4/tycho-2.7.4.pom (18 kB at 1.4 MB/s)
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.4/tycho-pomless-2.7.4.pom
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.4/tycho-pomless-2.7.4.pom (2.6 kB at 65 kB/s)
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.4/tycho-extras-2.7.4.pom
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/2.7.4/tycho-extras-2.7.4.pom (6.5 kB at 814 kB/s)
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.pom
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.pom (1.0 kB at 128 kB/s)
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.4.8/polyglot-0.4.8.pom
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot/0.4.8/polyglot-0.4.8.pom (8.8 kB at 1.1 MB/s)
06:29:22 [2022-08-08T10:29:22.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/28/takari-28.pom (14 kB at 1.4 MB/s)
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.1/maven-3.6.1.pom (24 kB at 1.5 MB/s)
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 3.4 MB/s)
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 713 kB/s)
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.4/org.eclipse.tycho.core.shared-2.7.4.pom
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.4/org.eclipse.tycho.core.shared-2.7.4.pom (1.0 kB at 36 kB/s)
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.4/tycho-bundles-2.7.4.pom
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.4/tycho-bundles-2.7.4.pom (3.2 kB at 266 kB/s)
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.pom
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.pom (1.9 kB at 276 kB/s)
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (920 B at 153 kB/s)
06:29:22 [2022-08-08T10:29:22.378Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom (1.7 kB at 101 kB/s)
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom (1.7 kB at 132 kB/s)
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom (1.7 kB at 342 kB/s)
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom (1.7 kB at 95 kB/s)
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom (1.7 kB at 288 kB/s)
06:29:22 [2022-08-08T10:29:22.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom (1.7 kB at 144 kB/s)
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom (1.7 kB at 96 kB/s)
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 288 kB/s)
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom (1.7 kB at 192 kB/s)
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom (1.7 kB at 72 kB/s)
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom (1.7 kB at 66 kB/s)
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom (1.7 kB at 60 kB/s)
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.0/org.eclipse.equinox.common-3.14.0.pom (1.7 kB at 96 kB/s)
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom
06:29:22 [2022-08-08T10:29:22.637Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom (1.7 kB at 346 kB/s)
06:29:22 [2022-08-08T10:29:22.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom
06:29:22 [2022-08-08T10:29:22.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom (1.7 kB at 75 kB/s)
06:29:22 [2022-08-08T10:29:22.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom
06:29:22 [2022-08-08T10:29:22.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom (1.7 kB at 173 kB/s)
06:29:22 [2022-08-08T10:29:22.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom
06:29:22 [2022-08-08T10:29:22.638Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.0/org.eclipse.equinox.common-3.16.0.pom (1.9 kB at 241 kB/s)
06:29:22 [2022-08-08T10:29:22.638Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom
06:29:22 [2022-08-08T10:29:22.896Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 40 kB/s)
06:29:22 [2022-08-08T10:29:22.896Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.pom (1.9 kB at 278 kB/s)
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.pom
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.pom (2.1 kB at 268 kB/s)
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.pom
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.pom (2.6 kB at 328 kB/s)
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (978 B at 49 kB/s)
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom (1.9 kB at 176 kB/s)
06:29:22 [2022-08-08T10:29:22.897Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom
06:29:23 [2022-08-08T10:29:23.155Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom (1.9 kB at 9.0 kB/s)
06:29:23 [2022-08-08T10:29:23.155Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom
06:29:23 [2022-08-08T10:29:23.155Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom (1.9 kB at 162 kB/s)
06:29:23 [2022-08-08T10:29:23.155Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom
06:29:23 [2022-08-08T10:29:23.155Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom (1.9 kB at 388 kB/s)
06:29:23 [2022-08-08T10:29:23.155Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom (1.9 kB at 138 kB/s)
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 88 kB/s)
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom (1.9 kB at 78 kB/s)
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom (2.0 kB at 392 kB/s)
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom (2.0 kB at 392 kB/s)
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom (2.0 kB at 326 kB/s)
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 326 kB/s)
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom (2.0 kB at 163 kB/s)
06:29:23 [2022-08-08T10:29:23.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 78 kB/s)
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 178 kB/s)
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1000/org.eclipse.core.jobs-3.10.1000.pom (2.0 kB at 45 kB/s)
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom (2.0 kB at 327 kB/s)
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.11.0/org.eclipse.core.jobs-3.11.0.pom (2.0 kB at 178 kB/s)
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.pom (2.0 kB at 94 kB/s)
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom
06:29:23 [2022-08-08T10:29:23.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.12.100/org.eclipse.core.jobs-3.12.100.pom (2.0 kB at 279 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.pom (2.0 kB at 393 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/maven-metadata.xml (820 B at 117 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.100/org.eclipse.equinox.p2.metadata-2.3.100.pom
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.100/org.eclipse.equinox.p2.metadata-2.3.100.pom (2.1 kB at 124 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/maven-metadata.xml (746 B at 149 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.100/org.eclipse.equinox.p2.core-2.4.100.pom
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.100/org.eclipse.equinox.p2.core-2.4.100.pom (1.9 kB at 148 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.101/org.eclipse.equinox.p2.core-2.4.101.pom
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.4.101/org.eclipse.equinox.p2.core-2.4.101.pom (1.9 kB at 385 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.0/org.eclipse.equinox.p2.core-2.5.0.pom
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.0/org.eclipse.equinox.p2.core-2.5.0.pom (1.9 kB at 274 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.100/org.eclipse.equinox.p2.core-2.5.100.pom
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.5.100/org.eclipse.equinox.p2.core-2.5.100.pom (1.9 kB at 385 kB/s)
06:29:23 [2022-08-08T10:29:23.416Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.0/org.eclipse.equinox.p2.core-2.6.0.pom
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.0/org.eclipse.equinox.p2.core-2.6.0.pom (1.9 kB at 108 kB/s)
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.100/org.eclipse.equinox.p2.core-2.6.100.pom
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.100/org.eclipse.equinox.p2.core-2.6.100.pom (1.9 kB at 323 kB/s)
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.200/org.eclipse.equinox.p2.core-2.6.200.pom
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.200/org.eclipse.equinox.p2.core-2.6.200.pom (1.9 kB at 176 kB/s)
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.300/org.eclipse.equinox.p2.core-2.6.300.pom
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.6.300/org.eclipse.equinox.p2.core-2.6.300.pom (1.9 kB at 277 kB/s)
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.7.0/org.eclipse.equinox.p2.core-2.7.0.pom
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.7.0/org.eclipse.equinox.p2.core-2.7.0.pom (1.9 kB at 242 kB/s)
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.0/org.eclipse.equinox.p2.core-2.8.0.pom
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.0/org.eclipse.equinox.p2.core-2.8.0.pom (1.9 kB at 279 kB/s)
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.100/org.eclipse.equinox.p2.core-2.8.100.pom
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.8.100/org.eclipse.equinox.p2.core-2.8.100.pom (1.9 kB at 277 kB/s)
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.pom
06:29:23 [2022-08-08T10:29:23.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.100/org.eclipse.equinox.p2.core-2.9.100.pom (1.9 kB at 322 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.200/org.eclipse.equinox.p2.metadata-2.3.200.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.3.200/org.eclipse.equinox.p2.metadata-2.3.200.pom (2.1 kB at 301 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.0/org.eclipse.equinox.p2.metadata-2.4.0.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.0/org.eclipse.equinox.p2.metadata-2.4.0.pom (2.1 kB at 263 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.100/org.eclipse.equinox.p2.metadata-2.4.100.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.100/org.eclipse.equinox.p2.metadata-2.4.100.pom (2.1 kB at 421 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.200/org.eclipse.equinox.p2.metadata-2.4.200.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.200/org.eclipse.equinox.p2.metadata-2.4.200.pom (2.1 kB at 425 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.300/org.eclipse.equinox.p2.metadata-2.4.300.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.300/org.eclipse.equinox.p2.metadata-2.4.300.pom (2.1 kB at 425 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.400/org.eclipse.equinox.p2.metadata-2.4.400.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.400/org.eclipse.equinox.p2.metadata-2.4.400.pom (2.1 kB at 354 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.500/org.eclipse.equinox.p2.metadata-2.4.500.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.500/org.eclipse.equinox.p2.metadata-2.4.500.pom (2.1 kB at 125 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.600/org.eclipse.equinox.p2.metadata-2.4.600.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.600/org.eclipse.equinox.p2.metadata-2.4.600.pom (2.1 kB at 354 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.700/org.eclipse.equinox.p2.metadata-2.4.700.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.4.700/org.eclipse.equinox.p2.metadata-2.4.700.pom (2.1 kB at 133 kB/s)
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.0/org.eclipse.equinox.p2.metadata-2.5.0.pom
06:29:23 [2022-08-08T10:29:23.676Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.0/org.eclipse.equinox.p2.metadata-2.5.0.pom (2.1 kB at 265 kB/s)
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.100/org.eclipse.equinox.p2.metadata-2.5.100.pom
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.5.100/org.eclipse.equinox.p2.metadata-2.5.100.pom (2.1 kB at 354 kB/s)
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.0/org.eclipse.equinox.p2.metadata-2.6.0.pom
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.0/org.eclipse.equinox.p2.metadata-2.6.0.pom (2.1 kB at 354 kB/s)
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.pom
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.pom (2.1 kB at 353 kB/s)
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.pom
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.200/org.eclipse.equinox.p2.metadata-2.6.200.pom (2.1 kB at 352 kB/s)
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/maven-metadata.xml (431 B at 72 kB/s)
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.5/org.ow2.sat4j.core-2.3.5.pom
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.5/org.ow2.sat4j.core-2.3.5.pom (2.2 kB at 168 kB/s)
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.5/org.ow2.sat4j.pom-2.3.5.pom
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.5/org.ow2.sat4j.pom-2.3.5.pom (15 kB at 2.4 MB/s)
06:29:23 [2022-08-08T10:29:23.935Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 1.6 MB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom (2.2 kB at 365 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom (14 kB at 728 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/maven-metadata.xml (429 B at 86 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.5/org.ow2.sat4j.pb-2.3.5.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.5/org.ow2.sat4j.pb-2.3.5.pom (2.1 kB at 417 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom (1.9 kB at 270 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.pom (2.3 kB at 456 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (886 B at 222 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom (1.9 kB at 387 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom (1.9 kB at 387 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom (1.9 kB at 387 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom (1.9 kB at 323 kB/s)
06:29:23 [2022-08-08T10:29:23.936Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom
06:29:24 [2022-08-08T10:29:24.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom (2.0 kB at 44 kB/s)
06:29:24 [2022-08-08T10:29:24.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom
06:29:24 [2022-08-08T10:29:24.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom (2.0 kB at 89 kB/s)
06:29:24 [2022-08-08T10:29:24.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom
06:29:24 [2022-08-08T10:29:24.195Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom (2.0 kB at 391 kB/s)
06:29:24 [2022-08-08T10:29:24.195Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom (2.0 kB at 140 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 81 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom (2.0 kB at 391 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom (2.0 kB at 391 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 488 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.0/org.eclipse.equinox.registry-3.10.0.pom (2.0 kB at 326 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom (2.0 kB at 326 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.10.200/org.eclipse.equinox.registry-3.10.200.pom (2.0 kB at 326 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.0/org.eclipse.equinox.registry-3.11.0.pom (2.0 kB at 393 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.pom (2.0 kB at 391 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.pom
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.pom (2.1 kB at 353 kB/s)
06:29:24 [2022-08-08T10:29:24.196Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.600/org.eclipse.osgi.compatibility.state-1.2.600.pom
06:29:24 [2022-08-08T10:29:24.455Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.600/org.eclipse.osgi.compatibility.state-1.2.600.pom (2.0 kB at 9.4 kB/s)
06:29:24 [2022-08-08T10:29:24.455Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.pom
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.pom (2.0 kB at 124 kB/s)
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.pom
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.pom (944 B at 157 kB/s)
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.4/org.eclipse.tycho.p2.maven.repository-2.7.4.pom
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.4/org.eclipse.tycho.p2.maven.repository-2.7.4.pom (960 B at 80 kB/s)
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.pom
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.pom (2.3 kB at 459 kB/s)
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/maven-metadata.xml (575 B at 115 kB/s)
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.3/xz-1.3.pom (1.9 kB at 381 kB/s)
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.4/xz-1.4.pom (1.9 kB at 381 kB/s)
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 381 kB/s)
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom
06:29:24 [2022-08-08T10:29:24.456Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 136 kB/s)
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.7/xz-1.7.pom (1.9 kB at 318 kB/s)
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 136 kB/s)
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 409 kB/s)
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.4/tycho-build-2.7.4.jar
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.jar
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.4/tycho-pomless-2.7.4.jar
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.4/org.eclipse.tycho.core.shared-2.7.4.jar
06:29:24 [2022-08-08T10:29:24.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.4/org.eclipse.tycho.core.shared-2.7.4.jar (46 kB at 1.3 MB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/2.7.4/tycho-build-2.7.4.jar (18 kB at 310 kB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/2.7.4/tycho-pomless-2.7.4.jar (31 kB at 500 kB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.100/org.eclipse.equinox.common-3.16.100.jar (148 kB at 2.4 MB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.core/2.9.0/org.eclipse.equinox.p2.core-2.9.0.jar (78 kB at 1.1 MB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher/1.7.0/org.eclipse.equinox.p2.publisher-1.7.0.jar (105 kB at 1.4 MB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.director/2.5.200/org.eclipse.equinox.p2.director-2.5.200.jar (113 kB at 1.4 MB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.13.0/org.eclipse.core.jobs-3.13.0.jar (112 kB at 1.2 MB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/polyglot/polyglot-common/0.4.8/polyglot-common-0.4.8.jar (35 kB at 332 kB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.engine/2.7.300/org.eclipse.equinox.p2.engine-2.7.300.jar (224 kB at 1.4 MB/s)
06:29:24 [2022-08-08T10:29:24.716Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.jar
06:29:24 [2022-08-08T10:29:24.975Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar (199 kB at 1.1 MB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.jar
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 2.4 MB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.600/org.eclipse.osgi.compatibility.state-1.2.600.jar
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 2.4 MB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.jar
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata/2.6.100/org.eclipse.equinox.p2.metadata-2.6.100.jar (369 kB at 1.5 MB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.jar
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.2.600/org.eclipse.osgi.compatibility.state-1.2.600.jar (255 kB at 1.0 MB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.4/org.eclipse.tycho.p2.maven.repository-2.7.4.jar
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.publisher.eclipse/1.4.2/org.eclipse.equinox.p2.publisher.eclipse-1.4.2.jar (248 kB at 924 kB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.jar
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.repository/2.6.0/org.eclipse.equinox.p2.repository-2.6.0.jar (178 kB at 656 kB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.4/org.eclipse.tycho.p2.resolver.impl-2.7.4.jar (297 kB at 1.1 MB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.4/org.eclipse.tycho.p2.maven.repository-2.7.4.jar (167 kB at 603 kB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 5.4 MB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.p2.metadata.repository/1.4.0/org.eclipse.equinox.p2.metadata.repository-1.4.0.jar (134 kB at 471 kB/s)
06:29:24 [2022-08-08T10:29:24.976Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 391 kB/s)
06:29:25 [2022-08-08T10:29:25.544Z] [INFO] Scanning for projects...
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
06:29:25 [2022-08-08T10:29:25.544Z] [FATAL] Non-readable POM /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/java18patch/pom.xml: /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/java18patch/pom.xml (No such file or directory) @ 
06:29:25 [2022-08-08T10:29:25.544Z]  @ 
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR] The build could not read 1 project -> [Help 1]
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR]   
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR]   The project  (/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/java18patch/pom.xml) has 1 error
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR]     Non-readable POM /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/java18patch/pom.xml: /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/java18patch/pom.xml (No such file or directory)
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR] 
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR] 
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
06:29:25 [2022-08-08T10:29:25.544Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
06:29:25 [2022-08-08T10:29:25.544Z] + [[ 1 -ne 0 ]]
06:29:25 [2022-08-08T10:29:25.544Z] + echo 'Failed in Aggregator maven build stage'
06:29:25 [2022-08-08T10:29:25.544Z] Failed in Aggregator maven build stage
06:29:25 [2022-08-08T10:29:25.544Z] + exit 1
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[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
06:29:40 [2022-08-08T10:29:40.370Z] 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