Skip to content

Console Output

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