Skip to content
Success

Console Output

05:49:46 Started by upstream project "Builds/I-build-4.31" build number 133
05:49:46 originally caused by:
05:49:46  Started by user Andrey Loskutov
05:49:46 Running as Andrey Loskutov
05:49:46 Building remotely on nc1ht-macos11-arm64 (swt.natives-cocoa.macosx.aarch64 macos11 macos) in workspace /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17
05:49:46 [GitCheckoutListener] SCM 'hudson.scm.NullSCM' is not of type GitSCM
05:49:46 No emails were triggered.
05:49:46 [ep431I-unit-macM1-java17] $ /bin/sh -xe /var/folders/p2/3vplzt5920j0zmbvd8wlbxw80000gp/T/jenkins10073592231007503936.sh
05:49:46 + [[ -z /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17 ]]
05:49:46 + [[ ! -d /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17 ]]
05:49:46 + echo -e '\n\tINFO: WORKSPACE was defined as /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17'
05:49:46 -e 
05:49:46 	INFO: WORKSPACE was defined as /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17
05:49:46 + echo -e '\t\tWill delete contents, for clean run'
05:49:46 -e 		Will delete contents, for clean run
05:49:46 + MaxLoops=15
05:49:46 + SleepTime=60
05:49:46 + currentLoop=0
05:49:46 ++ find /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17 -mindepth 1 -maxdepth 1
05:49:46 ++ wc -l
05:49:46 + nFilesOrDirs='      10'
05:49:46 + [[       10 -gt 0 ]]
05:49:46 + currentLoop=1
05:49:46 + [[ 1 -gt 15 ]]
05:49:46 + echo -e '\tcurrentLoop: 1   nFilesOrDirs:        10'
05:49:46 -e 	currentLoop: 1   nFilesOrDirs:        10
05:49:46 + find /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17 -mindepth 1 -maxdepth 1 -execdir rm -fr '{}' ';'
05:49:47 ++ find /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17 -mindepth 1 -maxdepth 1
05:49:47 ++ wc -l
05:49:47 + nFilesOrDirs='       0'
05:49:47 + [[        0 -gt 0 ]]
05:49:47 + [[        0 -gt 0 ]]
05:49:47 + echo -e '\t... ending cleaning'
05:49:47 -e 	... ending cleaning
05:49:47 + exit 0
05:49:47 [ep431I-unit-macM1-java17] $ /bin/sh -xe /var/folders/p2/3vplzt5920j0zmbvd8wlbxw80000gp/T/jenkins14485938086853234162.sh
05:49:47 ++ date +%s
05:49:48 + RAW_DATE_START=1707734987
05:49:48 + echo -e '\n\tRAW Date Start: 1707734987 \n'
05:49:48 -e 
05:49:48 	RAW Date Start: 1707734987 
05:49:48 
05:49:48 ++ whoami
05:49:48 + echo -e '\n\t whoami:  genie.releng\n'
05:49:48 -e 
05:49:48 	 whoami:  genie.releng
05:49:48 
05:49:48 ++ uname -a
05:49:48 + echo -e '\n\t uname -a: Darwin nc1ht 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct  9 20:14:30 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8103 x86_64\n'
05:49:48 -e 
05:49:48 	 uname -a: Darwin nc1ht 22.1.0 Darwin Kernel Version 22.1.0: Sun Oct  9 20:14:30 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8103 x86_64
05:49:48 
05:49:48 + echo -e 'Unsetting variables: JAVA_BINDIR JAVA_HOME JAVA_ROOT JDK_HOME JRE_HOME CLASSPATH ANT_HOME\n'
05:49:48 -e Unsetting variables: JAVA_BINDIR JAVA_HOME JAVA_ROOT JDK_HOME JRE_HOME CLASSPATH ANT_HOME
05:49:48 
05:49:48 + unset -v JAVA_BINDIR JAVA_HOME JAVA_ROOT JDK_HOME JRE_HOME CLASSPATH ANT_HOME
05:49:48 ++ umask
05:49:48 + oldumask=0022
05:49:48 + umask 0002
05:49:48 + echo 'umask explicitly set to 0002, old value was 0022'
05:49:48 umask explicitly set to 0002, old value was 0022
05:49:48 + mkdir -p tmp
05:49:48 + curl -o getEBuilder.xml https://download.eclipse.org/eclipse/relengScripts/production/testScripts/hudsonBootstrap/getEBuilder.xml
05:49:48   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
05:49:48                                  Dload  Upload   Total   Spent    Left  Speed
05:49:48 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  7625  100  7625    0     0  28515      0 --:--:-- --:--:-- --:--:-- 28992
05:49:48 + cat getEBuilder.xml
05:49:48 <?xml version="1.0" encoding="UTF-8"?>
05:49:48 <!--
05:49:48   A utility ant script get the eclipse builder from Git. 
05:49:48 
05:49:48   Hudson jobs can call this script from ant as one of it first build steps.
05:49:48   Such as, start with a wget fetch from CGit (where following $dash; is literally a '-',
05:49:48   it is escaped here just for XML rules against two dashes in a comment);
05:49:48 
05:49:48   wget -O getEBuilder.xml &dash;&dash;no-verbose https://download.eclipse.org/eclipse/relengScripts/production/testScripts/hudsonBootstrap/getEBuilder.xml
05:49:48   2>&1
05:49:48 
05:49:48   Then use ant to invoke the functionality. Example:
05:49:48 
05:49:48   ant -f getEBuilder.xml -EBUILDER_HASH=910fca82df3ea649ba8ee758259561582e13bf8b
05:49:48 
05:49:48 -->
05:49:48 <project
05:49:48   name="getEBuilder"
05:49:48   default="getEBuilder"
05:49:48   basedir=".">
05:49:48 
05:49:48 
05:49:48   <target
05:49:48     name="init"
05:49:48     depends="initWorkspace"
05:49:48     unless="getEBuilderInitialized">
05:49:48 
05:49:48     <!-- assign defaults if not on hudson, for local testing if nothing else -->
05:49:48     <property
05:49:48       name="WORKSPACE"
05:49:48       value="${basedir}" />
05:49:48 
05:49:48     <condition
05:49:48       property="gitHost"
05:49:48       value="${env.GIT_HOST}"
05:49:48       else="git.eclipse.org">
05:49:48       <isset property="env.GIT_HOST" />
05:49:48     </condition>
05:49:48 
05:49:48     <!-- normally provided by caller, but if not, assume master -->
05:49:48     <property
05:49:48       name="EBUILDER_HASH"
05:49:48       value="master" />
05:49:48 
05:49:48     <!-- git is fall back, if no method set explicitly -->
05:49:48     <condition
05:49:48       property="fetchSource"
05:49:48       value="git">
05:49:48       <and>
05:49:48         <not>
05:49:48           <isset property="EBuilderlocal" />
05:49:48         </not>
05:49:48         <not>
05:49:48           <isset property="downloadURL" />
05:49:48         </not>
05:49:48       </and>
05:49:48     </condition>
05:49:48     <property
05:49:48       name="scmProject"
05:49:48       value="eclipse.platform.releng.aggregator" />
05:49:48 
05:49:48     <property
05:49:48       name="folderName"
05:49:48       value="eclipse.platform.releng.aggregator" />
05:49:48 
05:49:48     <property
05:49:48       name="eScriptLocation"
05:49:48       value="${folderName}/production/testScripts" />
05:49:48 
05:49:48     <echo message="=== Properties in 'getEBuilder.xml'" />
05:49:48     <echo message="    WORKSPACE: ${WORKSPACE}" />
05:49:48     <echo message="    folderName: ${folderName}" />
05:49:48     <echo message="    eScriptLocation: ${eScriptLocation}" />
05:49:48     <echo message="    scmProject: ${scmProject}" />
05:49:48     <echo message="    EBUILDER_HASH: ${EBUILDER_HASH}" />
05:49:48     <echo message="    The following are used, in order (if defined), to get 'production scripts'" />
05:49:48     <echo message="       (fetchDirect from) downloadURL: ${downloadURL}" />
05:49:48     <echo message="       (copy from local cache directory) EBuilderlocal: ${EBuilderlocal}" />
05:49:48     <echo message="       fetchSource (from Git): ${fetchSource}" />
05:49:48 
05:49:48     <property
05:49:48       name="getEBuilderInitialized"
05:49:48       value="true" />
05:49:48   </target>
05:49:48 
05:49:48 
05:49:48   <target
05:49:48     name="getEBuilder"
05:49:48     depends="init">
05:49:48 
05:49:48     <!-- remove old one, if there, and make sure directory exists for
05:49:48       eventual checkout/copy/globmapper
05:49:48     -->
05:49:48     <delete dir="${WORKSPACE}/${folderName}" />
05:49:48     <mkdir dir="${WORKSPACE}/${folderName}" />
05:49:48 
05:49:48     <antcall target="fetchEBuilder" />
05:49:48     <antcall target="EBuildercleanup" />
05:49:48 
05:49:48     <ant antfile="${WORKSPACE}/${eScriptLocation}/runTests2.xml" />
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48   <target
05:49:48     name="fetchEBuilderFromGit"
05:49:48     depends="init,fetchEBuilderLocal"
05:49:48     unless="EBuilderfetched">
05:49:48     <echo message="Fetching EBuilder from Git via CGit" />
05:49:48     <get
05:49:48       src="https://${gitHost}/c/platform/${scmProject}.git/snapshot/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       httpusecaches="false"
05:49:48       verbose="true" />
05:49:48     <unzip
05:49:48       src="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}/tempEBuilder/"
05:49:48       overwrite="true" />
05:49:48 
05:49:48     <echo message="preparing to move ${WORKSPACE}/tempEBuilder" />
05:49:48     <echo message="  into ${WORKSPACE}/${folderName}" />
05:49:48     <echo message="  using regexp mapper" />
05:49:48     <!-- We need only the 'production/testscripts' directory. And input can be of different "depths" depending on where it comes from. -->
05:49:48     <move
05:49:48       verbose="true"
05:49:48       todir="${WORKSPACE}/${folderName}">
05:49:48       <fileset dir="${WORKSPACE}/tempEBuilder" />
05:49:48       <mapper
05:49:48         type="regexp"
05:49:48         from=".*production([/\\])testScripts(.*)"
05:49:48         to="production\1testScripts\2" />
05:49:48     </move>
05:49:48 
05:49:48     <echo message="Fetched EBuilder/production/testscrips to ${WORKSPACE}/${folderName}" />
05:49:48     <property
05:49:48       name="EBuilderfetched"
05:49:48       value="true" />
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48   <!-- specify -DnoEBuildercleanup=true on command line, to have zip and folder left in place,
05:49:48     such as for debugging or desired to copy the zip to your local cache.
05:49:48   -->
05:49:48   <target
05:49:48     name="EBuildercleanup"
05:49:48     unless="noEBuildercleanup">
05:49:48 
05:49:48     <!-- we've moved the files, now to remove the empty dir -->
05:49:48     <delete
05:49:48       dir="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}"
05:49:48       failonerror="false" />
05:49:48 
05:49:48     <!-- cleanup (may eventually want to "cache" this zip file, so no need to re-fetch if already exists -->
05:49:48     <delete
05:49:48       file="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       failonerror="false" />
05:49:48 
05:49:48     <delete
05:49:48       dir="${WORKSPACE}/tempEBuilder"
05:49:48       failonerror="false" />
05:49:48     <echo message="Cleaned temporary working copies" />
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48   <!-- Will leave here for now, though doesn't add much. We had two choices: local, git.
05:49:48   -->
05:49:48   <target
05:49:48     name="fetchEBuilder"
05:49:48     depends="init, fetchEBuilderFromGit"
05:49:48     unless="EBuilderfetched">
05:49:48     <fail message="EBuilder was not fetched by any available method. Is a local variable not set?" />
05:49:48   </target>
05:49:48 
05:49:48   <target
05:49:48     name="fetchEBuilderLocal"
05:49:48     depends="init,fetchEBuilderDirect"
05:49:48     if="EBuilderlocal"
05:49:48     unless="EBuilderfetched">
05:49:48     <echo message="Fetching pre-made EBuilder subset from local machine." />
05:49:48     <unzip
05:49:48       src="${EBuilderlocal}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}"
05:49:48       overwrite="true" />
05:49:48 
05:49:48     <move
05:49:48       todir="${WORKSPACE}/${folderName}"
05:49:48       failonerror="true">
05:49:48       <fileset dir="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}">
05:49:48         <include name="**/*" />
05:49:48       </fileset>
05:49:48     </move>
05:49:48 
05:49:48     <echo message="Copied EBuilder to ${WORKSPACE}/${folderName}" />
05:49:48     <property
05:49:48       name="EBuilderfetched"
05:49:48       value="true" />
05:49:48   </target>
05:49:48   <target
05:49:48     name="fetchEBuilderDirect"
05:49:48     depends="init"
05:49:48     if="downloadURL"
05:49:48     unless="EBuilderfetched">
05:49:48     <echo message="Fetching pre-made EBuilder subset from download site." />
05:49:48     <get
05:49:48       src="${downloadURL}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}"
05:49:48       httpusecaches="false"
05:49:48       verbose="true" />
05:49:48 
05:49:48     <available
05:49:48       file="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       property="EzipExists" />
05:49:48 
05:49:48     <antcall target="unzipDownloadedZip" />
05:49:48 
05:49:48     <condition property="EBuilderfetched">
05:49:48       <available file="${WORKSPACE}/${folderName}/production" />
05:49:48     </condition>
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48   <target
05:49:48     name="unzipDownloadedZip"
05:49:48     if="EzipExists">
05:49:48 
05:49:48     <echo message="Fetched EBuilder from ${downloadURL}" />
05:49:48     <unzip
05:49:48       src="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}"
05:49:48       overwrite="true" />
05:49:48 
05:49:48     <!-- Not sure this is needed, since 'folderName' and 'scmProject' are
05:49:48       the same. (At least, the defaults set in this script).
05:49:48     -->
05:49:48     <move todir="${WORKSPACE}/${folderName}">
05:49:48       <fileset dir="${WORKSPACE}/${scmProject}">
05:49:48         <include name="**/*" />
05:49:48       </fileset>
05:49:48     </move>
05:49:48     <echo message="Moved EBuilder (subset) to ${WORKSPACE}/${folderName}" />
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48 
05:49:48   <target
05:49:48     name="initWorkspace"
05:49:48     unless="WORKSPACE">
05:49:48     <property environment="env" />
05:49:48     <condition
05:49:48       property="WORKSPACE"
05:49:48       value="${env.WORKSPACE}"
05:49:48       else="${basedir}">
05:49:48       <isset property="env.WORKSPACE" />
05:49:48     </condition>
05:49:48   </target>
05:49:48 </project>+ curl -o buildProperties.sh https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420/buildproperties.shsource
05:49:48   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
05:49:48                                  Dload  Upload   Total   Spent    Left  Speed
05:49:48 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3812  100  3812    0     0  17821      0 --:--:-- --:--:-- --:--:-- 18239
05:49:48 + cat getEBuilder.xml
05:49:48 <?xml version="1.0" encoding="UTF-8"?>
05:49:48 <!--
05:49:48   A utility ant script get the eclipse builder from Git. 
05:49:48 
05:49:48   Hudson jobs can call this script from ant as one of it first build steps.
05:49:48   Such as, start with a wget fetch from CGit (where following $dash; is literally a '-',
05:49:48   it is escaped here just for XML rules against two dashes in a comment);
05:49:48 
05:49:48   wget -O getEBuilder.xml &dash;&dash;no-verbose https://download.eclipse.org/eclipse/relengScripts/production/testScripts/hudsonBootstrap/getEBuilder.xml
05:49:48   2>&1
05:49:48 
05:49:48   Then use ant to invoke the functionality. Example:
05:49:48 
05:49:48   ant -f getEBuilder.xml -EBUILDER_HASH=910fca82df3ea649ba8ee758259561582e13bf8b
05:49:48 
05:49:48 -->
05:49:48 <project
05:49:48   name="getEBuilder"
05:49:48   default="getEBuilder"
05:49:48   basedir=".">
05:49:48 
05:49:48 
05:49:48   <target
05:49:48     name="init"
05:49:48     depends="initWorkspace"
05:49:48     unless="getEBuilderInitialized">
05:49:48 
05:49:48     <!-- assign defaults if not on hudson, for local testing if nothing else -->
05:49:48     <property
05:49:48       name="WORKSPACE"
05:49:48       value="${basedir}" />
05:49:48 
05:49:48     <condition
05:49:48       property="gitHost"
05:49:48       value="${env.GIT_HOST}"
05:49:48       else="git.eclipse.org">
05:49:48       <isset property="env.GIT_HOST" />
05:49:48     </condition>
05:49:48 
05:49:48     <!-- normally provided by caller, but if not, assume master -->
05:49:48     <property
05:49:48       name="EBUILDER_HASH"
05:49:48       value="master" />
05:49:48 
05:49:48     <!-- git is fall back, if no method set explicitly -->
05:49:48     <condition
05:49:48       property="fetchSource"
05:49:48       value="git">
05:49:48       <and>
05:49:48         <not>
05:49:48           <isset property="EBuilderlocal" />
05:49:48         </not>
05:49:48         <not>
05:49:48           <isset property="downloadURL" />
05:49:48         </not>
05:49:48       </and>
05:49:48     </condition>
05:49:48     <property
05:49:48       name="scmProject"
05:49:48       value="eclipse.platform.releng.aggregator" />
05:49:48 
05:49:48     <property
05:49:48       name="folderName"
05:49:48       value="eclipse.platform.releng.aggregator" />
05:49:48 
05:49:48     <property
05:49:48       name="eScriptLocation"
05:49:48       value="${folderName}/production/testScripts" />
05:49:48 
05:49:48     <echo message="=== Properties in 'getEBuilder.xml'" />
05:49:48     <echo message="    WORKSPACE: ${WORKSPACE}" />
05:49:48     <echo message="    folderName: ${folderName}" />
05:49:48     <echo message="    eScriptLocation: ${eScriptLocation}" />
05:49:48     <echo message="    scmProject: ${scmProject}" />
05:49:48     <echo message="    EBUILDER_HASH: ${EBUILDER_HASH}" />
05:49:48     <echo message="    The following are used, in order (if defined), to get 'production scripts'" />
05:49:48     <echo message="       (fetchDirect from) downloadURL: ${downloadURL}" />
05:49:48     <echo message="       (copy from local cache directory) EBuilderlocal: ${EBuilderlocal}" />
05:49:48     <echo message="       fetchSource (from Git): ${fetchSource}" />
05:49:48 
05:49:48     <property
05:49:48       name="getEBuilderInitialized"
05:49:48       value="true" />
05:49:48   </target>
05:49:48 
05:49:48 
05:49:48   <target
05:49:48     name="getEBuilder"
05:49:48     depends="init">
05:49:48 
05:49:48     <!-- remove old one, if there, and make sure directory exists for
05:49:48       eventual checkout/copy/globmapper
05:49:48     -->
05:49:48     <delete dir="${WORKSPACE}/${folderName}" />
05:49:48     <mkdir dir="${WORKSPACE}/${folderName}" />
05:49:48 
05:49:48     <antcall target="fetchEBuilder" />
05:49:48     <antcall target="EBuildercleanup" />
05:49:48 
05:49:48     <ant antfile="${WORKSPACE}/${eScriptLocation}/runTests2.xml" />
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48   <target
05:49:48     name="fetchEBuilderFromGit"
05:49:48     depends="init,fetchEBuilderLocal"
05:49:48     unless="EBuilderfetched">
05:49:48     <echo message="Fetching EBuilder from Git via CGit" />
05:49:48     <get
05:49:48       src="https://${gitHost}/c/platform/${scmProject}.git/snapshot/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       httpusecaches="false"
05:49:48       verbose="true" />
05:49:48     <unzip
05:49:48       src="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}/tempEBuilder/"
05:49:48       overwrite="true" />
05:49:48 
05:49:48     <echo message="preparing to move ${WORKSPACE}/tempEBuilder" />
05:49:48     <echo message="  into ${WORKSPACE}/${folderName}" />
05:49:48     <echo message="  using regexp mapper" />
05:49:48     <!-- We need only the 'production/testscripts' directory. And input can be of different "depths" depending on where it comes from. -->
05:49:48     <move
05:49:48       verbose="true"
05:49:48       todir="${WORKSPACE}/${folderName}">
05:49:48       <fileset dir="${WORKSPACE}/tempEBuilder" />
05:49:48       <mapper
05:49:48         type="regexp"
05:49:48         from=".*production([/\\])testScripts(.*)"
05:49:48         to="production\1testScripts\2" />
05:49:48     </move>
05:49:48 
05:49:48     <echo message="Fetched EBuilder/production/testscrips to ${WORKSPACE}/${folderName}" />
05:49:48     <property
05:49:48       name="EBuilderfetched"
05:49:48       value="true" />
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48   <!-- specify -DnoEBuildercleanup=true on command line, to have zip and folder left in place,
05:49:48     such as for debugging or desired to copy the zip to your local cache.
05:49:48   -->
05:49:48   <target
05:49:48     name="EBuildercleanup"
05:49:48     unless="noEBuildercleanup">
05:49:48 
05:49:48     <!-- we've moved the files, now to remove the empty dir -->
05:49:48     <delete
05:49:48       dir="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}"
05:49:48       failonerror="false" />
05:49:48 
05:49:48     <!-- cleanup (may eventually want to "cache" this zip file, so no need to re-fetch if already exists -->
05:49:48     <delete
05:49:48       file="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       failonerror="false" />
05:49:48 
05:49:48     <delete
05:49:48       dir="${WORKSPACE}/tempEBuilder"
05:49:48       failonerror="false" />
05:49:48     <echo message="Cleaned temporary working copies" />
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48   <!-- Will leave here for now, though doesn't add much. We had two choices: local, git.
05:49:48   -->
05:49:48   <target
05:49:48     name="fetchEBuilder"
05:49:48     depends="init, fetchEBuilderFromGit"
05:49:48     unless="EBuilderfetched">
05:49:48     <fail message="EBuilder was not fetched by any available method. Is a local variable not set?" />
05:49:48   </target>
05:49:48 
05:49:48   <target
05:49:48     name="fetchEBuilderLocal"
05:49:48     depends="init,fetchEBuilderDirect"
05:49:48     if="EBuilderlocal"
05:49:48     unless="EBuilderfetched">
05:49:48     <echo message="Fetching pre-made EBuilder subset from local machine." />
05:49:48     <unzip
05:49:48       src="${EBuilderlocal}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}"
05:49:48       overwrite="true" />
05:49:48 
05:49:48     <move
05:49:48       todir="${WORKSPACE}/${folderName}"
05:49:48       failonerror="true">
05:49:48       <fileset dir="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}">
05:49:48         <include name="**/*" />
05:49:48       </fileset>
05:49:48     </move>
05:49:48 
05:49:48     <echo message="Copied EBuilder to ${WORKSPACE}/${folderName}" />
05:49:48     <property
05:49:48       name="EBuilderfetched"
05:49:48       value="true" />
05:49:48   </target>
05:49:48   <target
05:49:48     name="fetchEBuilderDirect"
05:49:48     depends="init"
05:49:48     if="downloadURL"
05:49:48     unless="EBuilderfetched">
05:49:48     <echo message="Fetching pre-made EBuilder subset from download site." />
05:49:48     <get
05:49:48       src="${downloadURL}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}"
05:49:48       httpusecaches="false"
05:49:48       verbose="true" />
05:49:48 
05:49:48     <available
05:49:48       file="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       property="EzipExists" />
05:49:48 
05:49:48     <antcall target="unzipDownloadedZip" />
05:49:48 
05:49:48     <condition property="EBuilderfetched">
05:49:48       <available file="${WORKSPACE}/${folderName}/production" />
05:49:48     </condition>
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48   <target
05:49:48     name="unzipDownloadedZip"
05:49:48     if="EzipExists">
05:49:48 
05:49:48     <echo message="Fetched EBuilder from ${downloadURL}" />
05:49:48     <unzip
05:49:48       src="${WORKSPACE}/${scmProject}-${EBUILDER_HASH}.zip"
05:49:48       dest="${WORKSPACE}"
05:49:48       overwrite="true" />
05:49:48 
05:49:48     <!-- Not sure this is needed, since 'folderName' and 'scmProject' are
05:49:48       the same. (At least, the defaults set in this script).
05:49:48     -->
05:49:48     <move todir="${WORKSPACE}/${folderName}">
05:49:48       <fileset dir="${WORKSPACE}/${scmProject}">
05:49:48         <include name="**/*" />
05:49:48       </fileset>
05:49:48     </move>
05:49:48     <echo message="Moved EBuilder (subset) to ${WORKSPACE}/${folderName}" />
05:49:48 
05:49:48   </target>
05:49:48 
05:49:48 
05:49:48   <target
05:49:48     name="initWorkspace"
05:49:48     unless="WORKSPACE">
05:49:48     <property environment="env" />
05:49:48     <condition
05:49:48       property="WORKSPACE"
05:49:48       value="${env.WORKSPACE}"
05:49:48       else="${basedir}">
05:49:48       <isset property="env.WORKSPACE" />
05:49:48     </condition>
05:49:48   </target>
05:49:48 </project>+ source buildProperties.sh
05:49:48 ++ export TIMESTAMP=20240212-0420
05:49:48 ++ TIMESTAMP=20240212-0420
05:49:48 ++ export 'BUILD_PRETTY_DATE=Mon Feb 12 04:20:00 EST 2024'
05:49:48 ++ BUILD_PRETTY_DATE='Mon Feb 12 04:20:00 EST 2024'
05:49:48 ++ export BRANCH=master
05:49:48 ++ BRANCH=master
05:49:48 ++ export PATCH_OR_BRANCH_LABEL=master
05:49:48 ++ PATCH_OR_BRANCH_LABEL=master
05:49:48 ++ export BUILD_TYPE_NAME=Integration
05:49:48 ++ BUILD_TYPE_NAME=Integration
05:49:48 ++ export BUILD_TYPE=I
05:49:48 ++ BUILD_TYPE=I
05:49:48 ++ export TESTED_BUILD_TYPE=I
05:49:48 ++ TESTED_BUILD_TYPE=I
05:49:48 ++ export RELEASE_VER=4.31
05:49:48 ++ RELEASE_VER=4.31
05:49:48 ++ export STREAM=4.31.0
05:49:48 ++ STREAM=4.31.0
05:49:48 ++ export STREAMMajor=4
05:49:48 ++ STREAMMajor=4
05:49:48 ++ export STREAMMinor=31
05:49:48 ++ STREAMMinor=31
05:49:48 ++ export STREAMService=0
05:49:48 ++ STREAMService=0
05:49:48 ++ export GIT_ROOT=git@github.com:
05:49:48 ++ GIT_ROOT=git@github.com:
05:49:48 ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:49:48 ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
05:49:48 ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:49:48 ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
05:49:48 ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
05:49:48 ++ DROP_DIR=siteDir/eclipse/downloads/drops4
05:49:48 ++ export UPDATES_DIR=siteDir/eclipse/updates
05:49:48 ++ UPDATES_DIR=siteDir/eclipse/updates
05:49:48 ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
05:49:48 ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
05:49:48 ++ export TMP_DIR=tmp
05:49:48 ++ TMP_DIR=tmp
05:49:48 ++ export DOWNLOAD_HOST=download.eclipse.org
05:49:48 ++ DOWNLOAD_HOST=download.eclipse.org
05:49:48 ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:49:48 ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
05:49:48 ++ export LOCAL_REPO=localMavenRepo
05:49:48 ++ LOCAL_REPO=localMavenRepo
05:49:48 ++ export BASEBUILDER_TAG=4.30
05:49:48 ++ BASEBUILDER_TAG=4.30
05:49:48 ++ export API_PREV_REF_LABEL=4.30
05:49:48 ++ API_PREV_REF_LABEL=4.30
05:49:48 ++ export API_FREEZE_REF_LABEL=
05:49:48 ++ API_FREEZE_REF_LABEL=
05:49:48 ++ export 'FREEZE_PARAMS= '
05:49:48 ++ FREEZE_PARAMS=' '
05:49:48 ++ export PREVIOUS_RELEASE_VER=4.30
05:49:48 ++ PREVIOUS_RELEASE_VER=4.30
05:49:48 ++ export PREVIOUS_RELEASE_REPO_ID=4.30
05:49:48 ++ PREVIOUS_RELEASE_REPO_ID=4.30
05:49:48 ++ export BASEBUILD_ID=R-4.30-202312010110
05:49:48 ++ BASEBUILD_ID=R-4.30-202312010110
05:49:48 ++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
05:49:48 ++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
05:49:48 ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:49:48 ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
05:49:48 ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
05:49:48 ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
05:49:48 ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:49:48 ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
05:49:48 ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
05:49:48 ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
05:49:48 ++ export MAVEN_OPTS=-Xmx6G
05:49:48 ++ MAVEN_OPTS=-Xmx6G
05:49:48 ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
05:49:48 ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
05:49:48 ++ export BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:49:48 ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
05:49:48 ++ export BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:49:48 ++ BUILD_ENV_FILE_PHP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php
05:49:48 ++ export BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:49:48 ++ BUILD_ENV_FILE_PROP=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties
05:49:48 ++ export BUILD_ID=I20240212-0420
05:49:48 ++ BUILD_ID=I20240212-0420
05:49:48 ++ export BUILD_DIR_SEG=I20240212-0420
05:49:48 ++ BUILD_DIR_SEG=I20240212-0420
05:49:48 ++ export EQ_BUILD_DIR_SEG=I20240212-0420
05:49:48 ++ EQ_BUILD_DIR_SEG=I20240212-0420
05:49:48 ++ export EBUILDER_HASH=867f22b082e11c8b31c9a239c7781c8729a0cdcb
05:49:48 ++ EBUILDER_HASH=867f22b082e11c8b31c9a239c7781c8729a0cdcb
05:49:48 ++ export ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
05:49:48 ++ ECLIPSE_BUILDER_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
05:49:48 ++ export PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
05:49:48 ++ PLATFORM_PRODUCTS_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
05:49:48 ++ export PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
05:49:48 ++ PLATFORM_REPO_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
05:49:48 ++ export PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
05:49:48 ++ PLATFORM_TARGET_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target
05:49:48 ++ export LAUNCHER_JAR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar
05:49:48 ++ LAUNCHER_JAR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar
05:49:48 ++ export 'COMPARATOR_ERRORS_SUBJECT= '
05:49:48 ++ COMPARATOR_ERRORS_SUBJECT=' '
05:49:48 ++ export 'COMPARATOR_ERRORS_BODY= '
05:49:48 ++ COMPARATOR_ERRORS_BODY=' '
05:49:48 + export JAVA_HOME=/usr/local/openjdk-17/Contents/Home
05:49:48 + JAVA_HOME=/usr/local/openjdk-17/Contents/Home
05:49:48 + export ANT_HOME=/opt/homebrew/Cellar/ant/1.10.11/libexec
05:49:48 + ANT_HOME=/opt/homebrew/Cellar/ant/1.10.11/libexec
05:49:48 + export PATH=/usr/local/openjdk-17/Contents/Home/bin:/opt/homebrew/Cellar/ant/1.10.11/libexec/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/bin:/bin:/usr/sbin:/sbin
05:49:48 + PATH=/usr/local/openjdk-17/Contents/Home/bin:/opt/homebrew/Cellar/ant/1.10.11/libexec/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/bin:/bin:/usr/sbin:/sbin
05:49:48 + echo JAVA_HOME: /usr/local/openjdk-17/Contents/Home
05:49:48 JAVA_HOME: /usr/local/openjdk-17/Contents/Home
05:49:48 + echo ANT_HOME: /opt/homebrew/Cellar/ant/1.10.11/libexec
05:49:48 ANT_HOME: /opt/homebrew/Cellar/ant/1.10.11/libexec
05:49:48 + echo PATH: /usr/local/openjdk-17/Contents/Home/bin:/opt/homebrew/Cellar/ant/1.10.11/libexec/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/bin:/bin:/usr/sbin:/sbin
05:49:48 PATH: /usr/local/openjdk-17/Contents/Home/bin:/opt/homebrew/Cellar/ant/1.10.11/libexec/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/bin:/bin:/usr/sbin:/sbin
05:49:48 + export eclipseArch=aarch64
05:49:48 + eclipseArch=aarch64
05:49:48 + env
05:49:48 + ant -diagnostics
05:49:50 + java -XshowSettings -version
05:49:50 + ant -f getEBuilder.xml -Djava.io.tmpdir=/Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/tmp -DbuildId=I20240212-0420 -DeclipseStream=4.31.0 -DEBUILDER_HASH=867f22b082e11c8b31c9a239c7781c8729a0cdcb -DdownloadURL=https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420 -Dosgi.os=macosx -Dosgi.ws=cocoa -Dosgi.arch=aarch64 -DtestSuite=all
05:49:50 Buildfile: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/getEBuilder.xml
05:49:50 
05:49:50 initWorkspace:
05:49:50 
05:49:50 init:
05:49:50      [echo] === Properties in 'getEBuilder.xml'
05:49:50      [echo]     WORKSPACE: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17
05:49:50      [echo]     folderName: eclipse.platform.releng.aggregator
05:49:50      [echo]     eScriptLocation: eclipse.platform.releng.aggregator/production/testScripts
05:49:50      [echo]     scmProject: eclipse.platform.releng.aggregator
05:49:50      [echo]     EBUILDER_HASH: 867f22b082e11c8b31c9a239c7781c8729a0cdcb
05:49:50      [echo]     The following are used, in order (if defined), to get 'production scripts'
05:49:50      [echo]        (fetchDirect from) downloadURL: https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420
05:49:50      [echo]        (copy from local cache directory) EBuilderlocal: ${EBuilderlocal}
05:49:50      [echo]        fetchSource (from Git): ${fetchSource}
05:49:50 
05:49:50 getEBuilder:
05:49:50     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator
05:49:50 
05:49:50 initWorkspace:
05:49:50 
05:49:50 init:
05:49:50 
05:49:50 fetchEBuilderDirect:
05:49:50      [echo] Fetching pre-made EBuilder subset from download site.
05:49:50       [get] Getting: https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420/eclipse.platform.releng.aggregator-867f22b082e11c8b31c9a239c7781c8729a0cdcb.zip
05:49:50       [get] To: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator-867f22b082e11c8b31c9a239c7781c8729a0cdcb.zip
05:49:51       [get] .....
05:49:51 
05:49:51 unzipDownloadedZip:
05:49:51      [echo] Fetched EBuilder from https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420
05:49:51     [unzip] Expanding: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator-867f22b082e11c8b31c9a239c7781c8729a0cdcb.zip into /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17
05:49:51      [move] Moving 26 files to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator
05:49:51      [echo] Moved EBuilder (subset) to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator
05:49:51 
05:49:51 fetchEBuilderLocal:
05:49:51 
05:49:51 fetchEBuilderFromGit:
05:49:51 
05:49:51 fetchEBuilder:
05:49:51 
05:49:51 EBuildercleanup:
05:49:51    [delete] Deleting: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator-867f22b082e11c8b31c9a239c7781c8729a0cdcb.zip
05:49:51      [echo] Cleaned temporary working copies
05:49:51 
05:49:51 initWorkspace:
05:49:51 
05:49:51 initDownloadHosts:
05:49:51      [echo] DEBUG: Found DOWNLOAD_HOST not defined. Setting in 'initDownloadHosts'
05:49:51      [echo] DEBUG:      env.DOWNLOAD_HOST: download.eclipse.org
05:49:51 
05:49:51 initBuildId:
05:49:51 
05:49:51 initBuildType:
05:49:51      [echo] buildType: I
05:49:51      [echo] buildIdTimestamp: 202402120420
05:49:51 
05:49:51 initConfigurationDir:
05:49:51 
05:49:51 initStreamSpecificProperties:
05:49:51 
05:49:51 checkInstallDir:
05:49:51 
05:49:51 initInstallDir:
05:49:51      [echo] [DEBUG] in runTests2.xml: testDir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420
05:49:51     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing
05:49:51      [echo] [DEBUG] in runTests2.xml: executionDir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing
05:49:51     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse
05:49:51      [echo] [DEBUG] in runTests2.xml: the value of install was set to: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse
05:49:51 
05:49:51 checkEclipseHome:
05:49:51 
05:49:51 initEclipseHome:
05:49:51      [echo] [DEBUG] in runTest2.xml the value of eclipse-home was set to: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse
05:49:51 
05:49:51 initTargetPlatform:
05:49:51      [echo] [DEBUG] in runTest2.xml: os ws arch macosx cocoa aarch64
05:49:51      [echo] [INFO] in runTest2.xml: testPlatform  macosx
05:49:51 
05:49:51 initPlatformSpecificProperties:
05:49:51 
05:49:51 setJVMfromUserSpecified:
05:49:51 
05:49:51 setJVMProperties:
05:49:51      [echo] VMSource: VM used for tests, is same that invoked Ant: '/usr/local/openjdk-17/Contents/Home/bin/java' (that is, 'jvm' not specified by caller).
05:49:51      [echo] full output from 'java -version' of /usr/local/openjdk-17/Contents/Home/bin/java is 
05:49:51      [echo] openjdk version "17" 2021-09-14
05:49:51      [echo] OpenJDK Runtime Environment (build 17+35-2724)
05:49:51      [echo] OpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing)
05:49:51      [echo] DEBUG javaversion: openjdk version "17" 2021-09-14
05:49:51      [echo] OpenJDK Runtime Environment (build 17+35-2724)
05:49:51      [echo] OpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing)
05:49:51      [echo] full output from 'java -version' of /usr/local/openjdk-17/Contents/Home/bin/java is 
05:49:51      [echo] openjdk version \"17\" 2021-09-14
05:49:51      [echo] OpenJDK Runtime Environment (build 17+35-2724)
05:49:51      [echo] OpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing)
05:49:51      [echo] DEBUG: values from setJVMfromUserSpecified
05:49:51      [echo] J2SE-8.0:  ${J2SE-8.0}
05:49:51      [echo] J2SE-7.0:  ${J2SE-7.0}
05:49:51      [echo] J2SE-6.0:  ${J2SE-6.0}
05:49:51      [echo] J2SE-5.0:  ${J2SE-5.0}
05:49:51 
05:49:51 setJavaMajorVersion:
05:49:51      [echo] javaversion in setJavaMajorVersion: openjdk version \"17\" 2021-09-14
05:49:51      [echo] OpenJDK Runtime Environment (build 17+35-2724)
05:49:51      [echo] OpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing)
05:49:51      [echo] javaMajorVersion: 17
05:49:51 
05:49:51 initBasicDirectories:
05:49:51      [echo] repoZip: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/eclipse-junit-tests-${repoBuildIdToUse}.zip
05:49:51      [echo] repoLocation: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/testRepo
05:49:51     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/platformLocation
05:49:51      [echo] platformLocation: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/platformLocation
05:49:51     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results
05:49:51     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/xml
05:49:51     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/html
05:49:51      [echo] results: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results
05:49:51     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17
05:49:51      [echo] junit-report-output: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17
05:49:51     [mkdir] Created dir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17/directorLogs
05:49:51      [echo] directorLogs: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17/directorLogs
05:49:51      [echo] eclipse.perf.samples.out: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17-perf-samples.dat
05:49:51      [echo] basicDirectoriesInitialized
05:49:51 
05:49:51 initStreamVariables:
05:49:51      [echo] eclipseStreamMajor: 4
05:49:51      [echo] eclipseStreamMinor: 31
05:49:51      [echo] updateSiteSegment: 4.31
05:49:51 
05:49:51 initStreamSpecificVariables:
05:49:51      [echo] DEBUG: executing initStreamSpecificVariables
05:49:51      [echo] streamSpecificPropertiesTitle: "Properties for 4.31.0 builds and tests"
05:49:51      [echo] previousReleaseLocation: https://download.eclipse.org/eclipse/downloads/drops4/R-4.30-202312010110/
05:49:51      [echo] previousReleaseVersion: 4.30
05:49:51      [echo] previousReleaseVersionRepo: 4.30
05:49:51 
05:49:51 initCurrentUpdateSite:
05:49:51 
05:49:51 init:
05:49:51      [echo] setRuntimeArchive os ${os} ws ${ws} arch ${arch}
05:49:51      [echo] build id of runtimeArchive I20240212-0420
05:49:51      [echo] Variables in 'runTests2.xml'
05:49:51      [echo] DOWNLOAD_HOST: download.eclipse.org
05:49:51      [echo] WORKSPACE: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17
05:49:51      [echo] buildId: I20240212-0420
05:49:51      [echo] buildIdToUse: I20240212-0420
05:49:51      [echo] relengBaseBuilderDir: ${relengBaseBuilderDir}
05:49:51      [echo] configurationDir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration
05:49:51      [echo] java.home: /usr/local/openjdk-17/Contents/Home
05:49:51      [echo] eclipseStream: 4.31.0
05:49:51      [echo] eclipseStreamMajor: 4
05:49:51      [echo] eclipseStreamMinor: 31
05:49:51      [echo] buildType: I
05:49:51      [echo] testSuite: all
05:49:51      [echo] buildURL https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420
05:49:51      [echo] archiveLocation https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420
05:49:51 
05:49:51 downloadTargetPlatform:
05:49:51      [echo] getArtifacts getmacosx
05:49:51 
05:49:51 initWorkspace:
05:49:51 
05:49:51 initDownloadHosts:
05:49:51 
05:49:51 initBuildId:
05:49:51 
05:49:51 initBuildType:
05:49:51      [echo] buildType: I
05:49:51      [echo] buildIdTimestamp: 202402120420
05:49:51 
05:49:51 initConfigurationDir:
05:49:51 
05:49:51 initStreamSpecificProperties:
05:49:51 
05:49:51 checkInstallDir:
05:49:51      [echo] [DEBUG] in test.xml: Found the value of install already set, to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse
05:49:51 
05:49:51 initInstallDir:
05:49:51 
05:49:51 checkEclipseHome:
05:49:51      [echo] [DEBUG] Found the value of eclipse-home already set, to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse
05:49:51 
05:49:51 initEclipseHome:
05:49:51 
05:49:51 initTargetPlatform:
05:49:51 
05:49:51 initPlatformSpecificProperties:
05:49:51 
05:49:51 setJVMfromUserSpecified:
05:49:51 
05:49:51 setJVMProperties:
05:49:51 
05:49:51 setJavaMajorVersion:
05:49:51 
05:49:51 initBasicDirectories:
05:49:51 
05:49:51 initStreamVariables:
05:49:51 
05:49:51 initStreamSpecificVariables:
05:49:51 
05:49:51 initCurrentUpdateSite:
05:49:51 
05:49:51 init:
05:49:51 
05:49:51 getPlatformIndependentZips:
05:49:51       [get] Getting: https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420/eclipse-Automated-Tests-I20240212-0420.zip
05:49:51       [get] To: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-Automated-Tests-I20240212-0420.zip
05:51:20 
05:51:20 getmacosx:
05:51:20       [get] Getting: https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420/eclipse-SDK-I20240212-0420-macosx-cocoa-aarch64.dmg
05:51:20       [get] To: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/eclipse-SDK-I20240212-0420-macosx-cocoa-aarch64.dmg
05:53:45       [get] Getting: https://download.eclipse.org/eclipse/downloads/drops4/I20240212-0420/eclipse-platform-I20240212-0420-macosx-cocoa-aarch64.dmg
05:53:45       [get] To: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/eclipse-platform-I20240212-0420-macosx-cocoa-aarch64.dmg
05:54:58       [get] Getting: https://download.eclipse.org/eclipse/downloads/drops4/R-4.30-202312010110//eclipse-platform-4.30-macosx-cocoa-aarch64.dmg
05:54:58       [get] To: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/platformLocation/eclipse-platform-4.30-macosx-cocoa-aarch64.dmg
05:55:43 
05:55:43 runTests2:
05:55:43      [copy] Copying 2 files to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing
05:55:43      [copy] Copying /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/platformSpecific.properties
05:55:43      [copy] Copying /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testAll.sh to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/testAll.sh
05:55:43      [copy] Copying 6 files to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing
05:55:43      [copy] Copying /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/runtests
05:55:43      [copy] Copying /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests.bat to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/runtests.bat
05:55:43      [copy] Copying /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/runtests.sh
05:55:43      [copy] Copying /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtestsmac.sh to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/runtestsmac.sh
05:55:43      [copy] Copying /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/test.xml to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test.xml
05:55:43      [copy] Copying /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/testTestXMLScript.sh to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/testTestXMLScript.sh
05:55:43      [echo] repoZip: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/eclipse-junit-tests-${repoBuildIdToUse}.zip
05:55:43 
05:55:43 unzipTestFramework:
05:55:43      [echo] testFramework: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-Automated-Tests-I20240212-0420.zip
05:55:43      [echo] testDir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420
05:55:43      [echo] testResults: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/testresults
05:55:43     [unzip] Expanding: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-Automated-Tests-I20240212-0420.zip into /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420
05:55:45 
05:55:45 initWorkspace:
05:55:45 
05:55:45 initDownloadHosts:
05:55:45 
05:55:45 initBuildId:
05:55:45 
05:55:45 initBuildType:
05:55:45      [echo] buildType: I
05:55:45      [echo] buildIdTimestamp: 202402120420
05:55:45 
05:55:45 initConfigurationDir:
05:55:45 
05:55:45 initStreamSpecificProperties:
05:55:45 
05:55:45 checkInstallDir:
05:55:45      [echo] [DEBUG] in test.xml: Found the value of install already set, to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse
05:55:45 
05:55:45 initInstallDir:
05:55:45 
05:55:45 checkEclipseHome:
05:55:45      [echo] [DEBUG] Found the value of eclipse-home already set, to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse
05:55:45 
05:55:45 initEclipseHome:
05:55:45 
05:55:45 initTargetPlatform:
05:55:45 
05:55:45 initPlatformSpecificProperties:
05:55:45 
05:55:45 setJVMfromUserSpecified:
05:55:45 
05:55:45 setJVMProperties:
05:55:45 
05:55:45 setJavaMajorVersion:
05:55:45 
05:55:45 initBasicDirectories:
05:55:45 
05:55:45 initStreamVariables:
05:55:45 
05:55:45 initStreamSpecificVariables:
05:55:45 
05:55:45 initCurrentUpdateSite:
05:55:45 
05:55:45 init:
05:55:45 
05:55:45 printProductionProperties:
05:55:45      [echo] DEBUG buildId: I20240212-0420
05:55:45 [propertyfile] Creating new property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG buildIdToUse: I20240212-0420
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG buildType: I
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG eclipseStream: 4.31.0
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG previousReleaseVersion: 4.30
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG previousReleaseVersionRepo: 4.30
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG baselinePerf: ${baselinePerf}
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG osgi.os: macosx
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG osgi.ws: cocoa
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG osgi.arch: aarch64
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG DOWNLOAD_HOST: download.eclipse.org
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG ARCHIVE_HOST: archive.eclipse.org
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG executionDir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG install: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG eclipse-home: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG isMacAppLayout: true
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG configurationDir: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG org.eclipse.core.net.prefs: eclipse.preferences.version=1
05:55:45      [echo] org.eclipse.core.net.hasMigrated=true
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG testSuite: all
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG test.target: ${test.target}
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG testExecutable: bash
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG testScript: ./testAll.sh
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG jvm: /usr/local/openjdk-17/Contents/Home/bin/java
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG javaversionEscaped: openjdk version \"17\" 2021-09-14
05:55:45      [echo] OpenJDK Runtime Environment (build 17+35-2724)
05:55:45      [echo] OpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing)
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG javaMajorVersion: 17
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG testedPlatform: ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG testedPlatformConfig: macosx.cocoa.aarch64
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG eclipse.perf.samples.out: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17-perf-samples.dat
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG eclipse.perf.dbloc: ${eclipse.perf.dbloc}
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG eclipse.perf.config: build=I20240212-0420;config=macosx.cocoa.aarch64;jvm=17
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG eclipse.perf.assertAgainst: build=R-4.30-202312010110-202402120420;config=macosx.cocoa.aarch64;jvm=17;
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo] DEBUG currentUpdateSite: https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240212-0420
05:55:45 [propertyfile] Updating property file: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45 
05:55:45 initWorkspace:
05:55:45 
05:55:45 initDownloadHosts:
05:55:45 
05:55:45 initBuildId:
05:55:45 
05:55:45 initBuildType:
05:55:45      [echo] buildType: I
05:55:45      [echo] buildIdTimestamp: 202402120420
05:55:45 
05:55:45 initConfigurationDir:
05:55:45 
05:55:45 initStreamSpecificProperties:
05:55:45 
05:55:45 checkInstallDir:
05:55:45      [echo] [DEBUG] in test.xml: Found the value of install already set, to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse
05:55:45 
05:55:45 initInstallDir:
05:55:45 
05:55:45 checkEclipseHome:
05:55:45      [echo] [DEBUG] Found the value of eclipse-home already set, to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse
05:55:45 
05:55:45 initEclipseHome:
05:55:45 
05:55:45 initTargetPlatform:
05:55:45 
05:55:45 initPlatformSpecificProperties:
05:55:45 
05:55:45 setJVMfromUserSpecified:
05:55:45 
05:55:45 setJVMProperties:
05:55:45 
05:55:45 setJavaMajorVersion:
05:55:45 
05:55:45 initBasicDirectories:
05:55:45 
05:55:45 initStreamVariables:
05:55:45 
05:55:45 initStreamSpecificVariables:
05:55:45 
05:55:45 initCurrentUpdateSite:
05:55:45 
05:55:45 init:
05:55:45 
05:55:45 printMainPropertiesAsPHP:
05:55:45      [echo] DEBUG ant.version: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
05:55:45      [echo] === properties in runTests2, for runTests executable:
05:55:45      [echo]   = properties used in exec task:
05:55:45      [echo]       executionDir /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing
05:55:45      [echo]       testExecutable bash
05:55:45      [echo]       testScript ./testAll.sh
05:55:45      [echo]       executionArguments ./testAll.sh
05:55:45      [echo]   = properties set as env variables:
05:55:45      [echo]       propertiesFile: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [echo]       jvm: /usr/local/openjdk-17/Contents/Home/bin/java
05:55:45      [echo]       testedPlatform: ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17
05:55:45      [echo]       testedPlatformConfig: macosx.cocoa.aarch64
05:55:45 
05:55:45 initWorkspace:
05:55:45 
05:55:45 initDownloadHosts:
05:55:45 
05:55:45 initBuildId:
05:55:45 
05:55:45 initBuildType:
05:55:45      [echo] buildType: I
05:55:45      [echo] buildIdTimestamp: 202402120420
05:55:45 
05:55:45 initConfigurationDir:
05:55:45 
05:55:45 initStreamSpecificProperties:
05:55:45 
05:55:45 checkInstallDir:
05:55:45      [echo] [DEBUG] in test.xml: Found the value of install already set, to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse
05:55:45 
05:55:45 initInstallDir:
05:55:45 
05:55:45 checkEclipseHome:
05:55:45      [echo] [DEBUG] Found the value of eclipse-home already set, to /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse
05:55:45 
05:55:45 initEclipseHome:
05:55:45 
05:55:45 initTargetPlatform:
05:55:45 
05:55:45 initPlatformSpecificProperties:
05:55:45 
05:55:45 setJVMfromUserSpecified:
05:55:45 
05:55:45 setJVMProperties:
05:55:45 
05:55:45 setJavaMajorVersion:
05:55:45 
05:55:45 initBasicDirectories:
05:55:45 
05:55:45 initStreamVariables:
05:55:45 
05:55:45 initStreamSpecificVariables:
05:55:45 
05:55:45 initCurrentUpdateSite:
05:55:45 
05:55:45 init:
05:55:45 
05:55:45 runtests:
05:55:45      [exec] PWD: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing
05:55:45      [exec] jvm in testAll: /usr/local/openjdk-17/Contents/Home/bin/java
05:55:45      [exec] extdir in testAll (if any): 
05:55:45      [exec] propertyFile in testAll: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/production.properties
05:55:45      [exec] contents of propertyFile:
05:55:45      [exec] #Mon, 12 Feb 2024 05:55:45 -0500
05:55:45      [exec] 
05:55:45      [exec] buildId=I20240212-0420
05:55:45      [exec] 
05:55:45      [exec] buildIdToUse=I20240212-0420
05:55:45      [exec] 
05:55:45      [exec] buildType=I
05:55:45      [exec] 
05:55:45      [exec] eclipseStream=4.31.0
05:55:45      [exec] 
05:55:45      [exec] previousReleaseVersion=4.30
05:55:45      [exec] 
05:55:45      [exec] previousReleaseVersionRepo=4.30
05:55:45      [exec] 
05:55:45      [exec] osgi.os=macosx
05:55:45      [exec] 
05:55:45      [exec] osgi.ws=cocoa
05:55:45      [exec] 
05:55:45      [exec] osgi.arch=aarch64
05:55:45      [exec] 
05:55:45      [exec] DOWNLOAD_HOST=download.eclipse.org
05:55:45      [exec] 
05:55:45      [exec] ARCHIVE_HOST=archive.eclipse.org
05:55:45      [exec] 
05:55:45      [exec] executionDir=/Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing
05:55:45      [exec] 
05:55:45      [exec] install=/Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse
05:55:45      [exec] 
05:55:45      [exec] eclipse-home=/Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse
05:55:45      [exec] 
05:55:45      [exec] isMacAppLayout=true
05:55:45      [exec] 
05:55:45      [exec] configurationDir=/Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/eclipse.platform.releng.aggregator/production/testScripts/configuration
05:55:45      [exec] 
05:55:45      [exec] org.eclipse.core.net.prefs=eclipse.preferences.version\=1\norg.eclipse.core.net.hasMigrated\=true\n
05:55:45      [exec] 
05:55:45      [exec] testSuite=all
05:55:45      [exec] 
05:55:45      [exec] testExecutable=bash
05:55:45      [exec] 
05:55:45      [exec] testScript=./testAll.sh
05:55:45      [exec] 
05:55:45      [exec] jvm=/usr/local/openjdk-17/Contents/Home/bin/java
05:55:45      [exec] 
05:55:45      [exec] javaversionEscaped=openjdk version \\"17\\" 2021-09-14\nOpenJDK Runtime Environment (build 17+35-2724)\nOpenJDK 64-Bit Server VM (build 17+35-2724, mixed mode, sharing)
05:55:45      [exec] 
05:55:45      [exec] javaMajorVersion=17
05:55:45      [exec] 
05:55:45      [exec] testedPlatform=ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17
05:55:45      [exec] 
05:55:45      [exec] testedPlatformConfig=macosx.cocoa.aarch64
05:55:45      [exec] 
05:55:45      [exec] eclipse.perf.samples.out=/Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17-perf-samples.dat
05:55:45      [exec] 
05:55:45      [exec] eclipse.perf.config=build\=I20240212-0420;config\=macosx.cocoa.aarch64;jvm\=17
05:55:45      [exec] 
05:55:45      [exec] eclipse.perf.assertAgainst=build\=R-4.30-202312010110-202402120420;config\=macosx.cocoa.aarch64;jvm\=17;
05:55:45      [exec] 
05:55:45      [exec] currentUpdateSite=https\://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240212-0420
05:55:56      [exec] Feb 12, 2024 5:55:56 AM org.apache.aries.spifly.BaseActivator log
05:55:56      [exec] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
05:55:58      [exec] WARNING: A terminally deprecated method in java.lang.System has been called
05:55:58      [exec] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/Eclipse.app/Contents/Eclipse/configuration/org.eclipse.osgi/58/0/.cp/lib/antsupportlib.jar)
05:55:58      [exec] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
05:55:58      [exec] WARNING: System::setSecurityManager will be removed in a future release
05:56:11      [exec]      [exec] Result: 16
05:56:11      [exec]      [exec] Result: 1
05:56:20      [exec]      [move] Warning: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/results/chkpii does not exist.
05:56:25      [exec]      [java] Java Result: 13
05:56:25      [exec]      [copy] Warning: Could not find file /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse/org.eclipse.ant.tests.core.xml to copy.
05:56:26      [exec]      [exec] Result: 1
05:56:26      [exec]      [exec] Result: 1
05:56:26      [exec]      [java] Java Result: 1
05:56:26      [exec] 
05:56:26      [exec] BUILD FAILED
05:56:26      [exec] /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test.xml:2362: The following error occurred while executing this line:
05:56:26      [exec] /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test.xml:2447: The following error occurred while executing this line:
05:56:26      [exec] /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test.xml:2603: The following error occurred while executing this line:
05:56:26      [exec] /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test.xml:1868: The following error occurred while executing this line:
05:56:26      [exec] /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test.xml:1585: The following error occurred while executing this line:
05:56:26      [exec] /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test.xml:1621: /Users/genie.releng/workspace/AutomatedTests/ep431I-unit-macM1-java17/workarea/I20240212-0420/eclipse-testing/test-eclipse/Eclipse.app/Contents/Eclipse/plugins does not exist.
05:56:26      [exec] 
05:56:26      [exec] Total time: 28 seconds
05:56:27      [exec] Result: 13
05:56:27 
05:56:27 BUILD SUCCESSFUL
05:56:27 Total time: 6 minutes 36 seconds
05:56:27 ++ date +%s
05:56:27 + RAW_DATE_END=1707735387
05:56:27 + echo -e '\n\tRAW Date End: 1707735387 \n'
05:56:27 -e 
05:56:27 	RAW Date End: 1707735387 
05:56:27 
05:56:27 + TOTAL_TIME=400
05:56:27 + echo -e '\n\tTotal elapsed time: 400 \n'
05:56:27 -e 
05:56:27 	Total elapsed time: 400 
05:56:27 
05:56:27 Recording test results
05:56:28 [Checks API] No suitable checks publisher found.
05:56:28 Archiving artifacts
05:56:29 No emails were triggered.
05:56:29 Triggering a new build of Releng » Collect Results
05:56:29 Finished: SUCCESS