Skip to content
Unstable

Console Output

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