Console Output

Skipping 1,264 KB.. Full Log
[windows-32] TestSessionHandler>>startup:
[windows-32] [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[windows-32] [aBlock value: each] in [ :each | 
[windows-32] 		[aBlock value: each] 
[windows-32] 			on: Exception
[windows-32] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[windows-32] FullBlockClosure(BlockClosure)>>on:do:
[windows-32] [ :each | 
[windows-32] 		[aBlock value: each] 
[windows-32] 			on: Exception
[windows-32] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[windows-32] Array(SequenceableCollection)>>do:
[windows-32] TestWorkingSession(WorkingSession)>>runList:do:
[windows-32] TestWorkingSession(WorkingSession)>>runStartup:
[windows-32] TestWorkingSession>>start:
[windows-32] [ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[windows-32] 		session errorHandler: 
[windows-32] 			(TestStartupUIManager new
[windows-32] 				sessionManager: manager;
[windows-32] 				yourself).
[windows-32] 		
[windows-32] 		self 
[windows-32] 			shouldnt: [ session start: false ]
[windows-32] 			raise: Halt.
[windows-32] 		self
[windows-32] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[windows-32] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[windows-32] [aBlock value.
[windows-32]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[windows-32] FullBlockClosure(BlockClosure)>>on:do:
[windows-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[windows-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[windows-32] [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[windows-32] 		session errorHandler: 
[windows-32] 			(TestStartupUIManager new
[windows-32] 				sessionManager: manager;
[windows-32] 				yourself).
[windows-32] 		
[windows-32] 		self 
[windows-32] 			shouldnt: [ session start: false ]
[windows-32] 			raise: Halt.
[windows-32] 		self
[windows-32] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[windows-32] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
[windows-32] FullBlockClosure(BlockClosure)>>ensure:
[windows-32] UIManager class>>nonInteractiveDuring:
[windows-32] SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
[windows-32] SessionErrorHandlingTest(TestCase)>>performTest
[windows-32] [self setUp.
[windows-32] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[windows-32] FullBlockClosure(BlockClosure)>>ensure:
[windows-32] SessionErrorHandlingTest(TestCase)>>runCase
[windows-32] [aTestCase runCase] in [
[windows-32] 		[aTestCase runCase] on: Halt do: [ :halt | 
[windows-32] 			"if test was halted we should resume all background failures 
[windows-32] 			to debug all of them together with test process"
[windows-32] 			failedProcesses keysDo: #resume. halt pass ]
[windows-32] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[windows-32] FullBlockClosure(BlockClosure)>>on:do:
[windows-32] [
[windows-32] 		[aTestCase runCase] on: Halt do: [ :halt | 
[windows-32] 			"if test was halted we should resume all background failures 
[windows-32] 			to debug all of them together with test process"
[windows-32] 			failedProcesses keysDo: #resume. halt pass ]
[windows-32] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[windows-32] FullBlockClosure(BlockClosure)>>on:do:
[windows-32] TestExecutionEnvironment>>runTestCaseSafelly:
[windows-32] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[windows-32] 		testCompleted := true.
[windows-32] 		watchDogSemaphore signal]. "signal that test case completes"
[windows-32] 	
[windows-32] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[windows-32] FullBlockClosure(BlockClosure)>>ensure:
[windows-32] 
[windows-32] [ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
[windows-32] TestSessionHandler>>shutdown:
[windows-32] [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[windows-32] [aBlock value: each] in [ :each | 
[windows-32] 		[aBlock value: each] 
[windows-32] 			on: Exception
[windows-32] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[windows-32] FullBlockClosure(BlockClosure)>>on:do:
[windows-32] [ :each | 
[windows-32] 		[aBlock value: each] 
[windows-32] 			on: Exception
[windows-32] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[windows-32] Array(SequenceableCollection)>>do:
[windows-32] TestWorkingSession(WorkingSession)>>runList:do:
[windows-32] TestWorkingSession(WorkingSession)>>runShutdown:
[windows-32] TestWorkingSession(WorkingSession)>>stop:
[windows-32] [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[windows-32] [aBlock value.
[windows-32]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[windows-32] FullBlockClosure(BlockClosure)>>on:do:
[windows-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[windows-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[windows-32] SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
[windows-32] SessionErrorHandlingTest(TestCase)>>performTest
[windows-32] [self setUp.
[windows-32] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[windows-32] FullBlockClosure(BlockClosure)>>ensure:
[windows-32] SessionErrorHandlingTest(TestCase)>>runCase
[windows-32] [aTestCase runCase] in [
[windows-32] 		[aTestCase runCase] on: Halt do: [ :halt | 
[windows-32] 			"if test was halted we should resume all background failures 
[windows-32] 			to debug all of them together with test process"
[windows-32] 			failedProcesses keysDo: #resume. halt pass ]
[windows-32] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[windows-32] FullBlockClosure(BlockClosure)>>on:do:
[windows-32] [
[windows-32] 		[aTestCase runCase] on: Halt do: [ :halt | 
[windows-32] 			"if test was halted we should resume all background failures 
[windows-32] 			to debug all of them together with test process"
[windows-32] 			failedProcesses keysDo: #resume. halt pass ]
[windows-32] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[windows-32] FullBlockClosure(BlockClosure)>>on:do:
[windows-32] TestExecutionEnvironment>>runTestCaseSafelly:
[windows-32] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[windows-32] 		testCompleted := true.
[windows-32] 		watchDogSemaphore signal]. "signal that test case completes"
[windows-32] 	
[windows-32] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[windows-32] FullBlockClosure(BlockClosure)>>ensure:
[windows-32] [[self runTestCaseSafelly: aTestCase] ensure: [
[windows-32] 		testCompleted := true.
[windows-32] 		watchDogSemaphore signal]. "signal that test case completes"
[windows-32] 	
[windows-32] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [[self runTestCaseSafelly: aTestCase] ensure: [...
[windows-32] FullBlockClosure(BlockClosure)>>ifCurtailed:
[windows-32] TestExecutionEnvironment>>runTestCase:
[unix-64] an Object22480 run, 22480 passes, 0 failures, 0 errors.
[Pipeline] [unix-64] junit
[unix-64] Recording test results
[Pipeline] [unix-64] archiveArtifacts
[windows-32] 1
[windows-32] 1
[windows-32] 2
[windows-32] 2
[unix-64] Archiving artifacts
[windows-32] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[windows-32] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[unix-64] Recording fingerprints
[Pipeline] [unix-64] fileExists
[Pipeline] [unix-64] sh
[unix-64] + mv PharoDebug.log PharoDebug-Tests-unix-64.log
[Pipeline] [unix-64] archiveArtifacts
[unix-64] Archiving artifacts
[unix-64] Recording fingerprints
[Pipeline] [unix-64] fileExists
[Pipeline] [unix-64] }
[Pipeline] [unix-64] // dir
[Pipeline] [unix-64] cleanWs
[unix-64] [WS-CLEANUP] Deleting project workspace...
[unix-64] [WS-CLEANUP] Deferred wipeout is used...
[unix-64] [WS-CLEANUP] done
[Pipeline] [unix-64] dir
[unix-64] Running in /builds/workspace/est_and_branch_Pipeline_Pharo9.0/Tests-unix-64
[Pipeline] [unix-64] {
[Pipeline] [unix-64] unstash
[Pipeline] [unix-64] sh
[unix-64] + bash -c bootstrap/scripts/runKernelTests.sh 64 Tests-unix-64Kernel
[unix-64] + CACHE=bootstrap-cache
[unix-64] + find bootstrap-cache
[unix-64] bootstrap-cache
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/PharoV60.sources
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/Pharo9.0-64bit-ac26aeb.sources
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-ac26aeb.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[unix-64] ++ find bootstrap-cache -name 'Pharo*.zip'
[unix-64] ++ head -n 1
[unix-64] ++ cut -d- -f 1-2
[unix-64] ++ cut -d/ -f 2
[unix-64] + TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
[unix-64] + TEST_VM_VERSION=70
[unix-64] + ./bootstrap/scripts/getPharoVM.sh 70 vm 64
[unix-64] Downloading the latest pharoVM:
[unix-64] 	http://files.pharo.org/get-files/70/pharo64-linux-stable.zip
[osx-64] 
[osx-64] *** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
[unix-64] pharo-vm/pharo
[unix-64] Creating starter scripts pharo and pharo-ui
[unix-64] VM downloaded
[unix-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-64bit-*.zip'
[unix-64] + IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[unix-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image  
[unix-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image
[unix-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image
[unix-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[unix-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[unix-64]   inflating: AST-Core.hermes         
[unix-64]   inflating: AST-Core-Traits.hermes  
[unix-64]   inflating: CodeExport.hermes       
[unix-64]   inflating: CodeExport-Traits.hermes  
[unix-64]   inflating: CodeImportCommandLineHandlers.hermes  
[unix-64]   inflating: CodeImport.hermes       
[unix-64]   inflating: CodeImport-Traits.hermes  
[unix-64]   inflating: Collections-Abstract-Traits.hermes  
[unix-64]   inflating: Collections-Arithmetic.hermes  
[unix-64]   inflating: Collections-Atomic.hermes  
[unix-64]   inflating: Debugging-Core.hermes   
[unix-64]   inflating: DeprecatedFileStream.hermes  
[unix-64]   inflating: FileSystem-Core.hermes  
[unix-64]   inflating: FileSystem-Disk.hermes  
[unix-64]   inflating: Hermes-Extensions.hermes  
[unix-64]   inflating: InitializePackagesCommandLineHandler.hermes  
[unix-64]   inflating: JenkinsTools-Core.hermes  
[unix-64]   inflating: Jobs.hermes             
[unix-64]   inflating: Kernel-Chronology-Extras.hermes  
[unix-64]   inflating: Kernel-Tests.hermes     
[unix-64]   inflating: Kernel-Traits.hermes    
[unix-64]   inflating: Math-Operations-Extensions.hermes  
[unix-64]   inflating: Multilingual-Encodings.hermes  
[unix-64]   inflating: Multilingual-Languages.hermes  
[unix-64]   inflating: Multilingual-TextConversion.hermes  
[unix-64]   inflating: OpalCompiler-Core.hermes  
[unix-64]   inflating: ReflectionMirrors-Primitives.hermes  
[unix-64]   inflating: SUnit-Core.hermes       
[unix-64]   inflating: SUnit-Tests.hermes      
[unix-64]   inflating: System-SourcesCondenser.hermes  
[unix-64]   inflating: TraitsV2-Compatibility.hermes  
[unix-64]   inflating: TraitsV2.hermes         
[unix-64]   inflating: TraitsV2-Tests.hermes   
[unix-64]   inflating: Transcript-Core-Traits.hermes  
[unix-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-64bit-*.zip'
[unix-64] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[unix-64]   inflating: protocolsKernel.txt     
[unix-64]   inflating: packagesKernel.txt      
[unix-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image bootstrap.image
[unix-64] + export PHARO_CI_TESTING_ENVIRONMENT=1
[unix-64] + PHARO_CI_TESTING_ENVIRONMENT=1
[unix-64] + ./pharo bootstrap.image
[unix-64] pthread_setschedparam failed: Operation not permitted
[unix-64] This VM uses a separate heartbeat thread to update its internal clock
[unix-64] and handle events.  For best operation, this thread should run at a
[unix-64] higher priority, however the VM was unable to change the priority.  The
[unix-64] effect is that heavily loaded systems may experience some latency
[unix-64] issues.  If this occurs, please create the appropriate configuration
[unix-64] file in /etc/security/limits.d/ as shown below:
[unix-64] 
[unix-64] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-64] *      hard    rtprio  2
[unix-64] *      soft    rtprio  2
[unix-64] END
[unix-64] 
[unix-64] and report to the pharo mailing list whether this improves behaviour.
[unix-64] 
[unix-64] You will need to log out and log back in for the limits to take effect.
[unix-64] For more information please see
[unix-64] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-64] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[unix-64] pthread_setschedparam failed: Operation not permitted
[unix-64] This VM uses a separate heartbeat thread to update its internal clock
[unix-64] and handle events.  For best operation, this thread should run at a
[unix-64] higher priority, however the VM was unable to change the priority.  The
[unix-64] effect is that heavily loaded systems may experience some latency
[unix-64] issues.  If this occurs, please create the appropriate configuration
[unix-64] file in /etc/security/limits.d/ as shown below:
[unix-64] 
[unix-64] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-64] *      hard    rtprio  2
[unix-64] *      soft    rtprio  2
[unix-64] END
[unix-64] 
[unix-64] and report to the pharo mailing list whether this improves behaviour.
[unix-64] 
[unix-64] You will need to log out and log back in for the limits to take effect.
[unix-64] For more information please see
[unix-64] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-64] SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
[unix-64] SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[unix-64] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[unix-64] pthread_setschedparam failed: Operation not permitted
[unix-64] This VM uses a separate heartbeat thread to update its internal clock
[unix-64] and handle events.  For best operation, this thread should run at a
[unix-64] higher priority, however the VM was unable to change the priority.  The
[unix-64] effect is that heavily loaded systems may experience some latency
[unix-64] issues.  If this occurs, please create the appropriate configuration
[unix-64] file in /etc/security/limits.d/ as shown below:
[unix-64] 
[unix-64] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-64] *      hard    rtprio  2
[unix-64] *      soft    rtprio  2
[unix-64] END
[unix-64] 
[unix-64] and report to the pharo mailing list whether this improves behaviour.
[unix-64] 
[unix-64] You will need to log out and log back in for the limits to take effect.
[unix-64] For more information please see
[unix-64] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-64] SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
[unix-64] SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[unix-64] SystemNotification: [Hermes] Reading AST-Core.hermes
[unix-64] SystemNotification: [Hermes] Installing AST-Core.hermes
[unix-64] SystemNotification: New Undeclared created... check dependencies: #(#ReparseAfterSourceEditing #SyntaxErrorNotification)
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-64] SystemNotification: [Hermes] Reading Jobs.hermes
[unix-64] SystemNotification: [Hermes] Installing Jobs.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-64] SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
[unix-64] SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-64] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[unix-64] pthread_setschedparam failed: Operation not permitted
[unix-64] This VM uses a separate heartbeat thread to update its internal clock
[unix-64] and handle events.  For best operation, this thread should run at a
[unix-64] higher priority, however the VM was unable to change the priority.  The
[unix-64] effect is that heavily loaded systems may experience some latency
[unix-64] issues.  If this occurs, please create the appropriate configuration
[unix-64] file in /etc/security/limits.d/ as shown below:
[unix-64] 
[unix-64] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-64] *      hard    rtprio  2
[unix-64] *      soft    rtprio  2
[unix-64] END
[unix-64] 
[unix-64] and report to the pharo mailing list whether this improves behaviour.
[unix-64] 
[unix-64] You will need to log out and log back in for the limits to take effect.
[unix-64] For more information please see
[unix-64] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-64] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[unix-64] pthread_setschedparam failed: Operation not permitted
[unix-64] This VM uses a separate heartbeat thread to update its internal clock
[unix-64] and handle events.  For best operation, this thread should run at a
[unix-64] higher priority, however the VM was unable to change the priority.  The
[unix-64] effect is that heavily loaded systems may experience some latency
[unix-64] issues.  If this occurs, please create the appropriate configuration
[unix-64] file in /etc/security/limits.d/ as shown below:
[unix-64] 
[unix-64] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-64] *      hard    rtprio  2
[unix-64] *      soft    rtprio  2
[unix-64] END
[unix-64] 
[unix-64] and report to the pharo mailing list whether this improves behaviour.
[unix-64] 
[unix-64] You will need to log out and log back in for the limits to take effect.
[unix-64] For more information please see
[unix-64] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-64] SystemNotification: [Hermes] Reading TraitsV2.hermes
[unix-64] SystemNotification: [Hermes] Installing TraitsV2.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-64] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[unix-64] pthread_setschedparam failed: Operation not permitted
[unix-64] This VM uses a separate heartbeat thread to update its internal clock
[unix-64] and handle events.  For best operation, this thread should run at a
[unix-64] higher priority, however the VM was unable to change the priority.  The
[unix-64] effect is that heavily loaded systems may experience some latency
[unix-64] issues.  If this occurs, please create the appropriate configuration
[unix-64] file in /etc/security/limits.d/ as shown below:
[unix-64] 
[unix-64] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-64] *      hard    rtprio  2
[unix-64] *      soft    rtprio  2
[unix-64] END
[unix-64] 
[unix-64] and report to the pharo mailing list whether this improves behaviour.
[unix-64] 
[unix-64] You will need to log out and log back in for the limits to take effect.
[unix-64] For more information please see
[unix-64] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-64] SystemNotification: [Hermes] Reading SUnit-Core.hermes
[unix-64] SystemNotification: [Hermes] Installing SUnit-Core.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-64] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[unix-64] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-64] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[unix-64] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-64] SystemNotification: [Hermes] Reading SUnit-Tests.hermes
[unix-64] SystemNotification: [Hermes] Installing SUnit-Tests.hermes
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-64] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-unix-64Kernel SUnit-Core SUnit-Tests
[unix-64] pthread_setschedparam failed: Operation not permitted
[unix-64] This VM uses a separate heartbeat thread to update its internal clock
[unix-64] and handle events.  For best operation, this thread should run at a
[unix-64] higher priority, however the VM was unable to change the priority.  The
[unix-64] effect is that heavily loaded systems may experience some latency
[unix-64] issues.  If this occurs, please create the appropriate configuration
[unix-64] file in /etc/security/limits.d/ as shown below:
[unix-64] 
[unix-64] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-64] *      hard    rtprio  2
[unix-64] *      soft    rtprio  2
[unix-64] END
[unix-64] 
[unix-64] and report to the pharo mailing list whether this improves behaviour.
[unix-64] 
[unix-64] You will need to log out and log back in for the limits to take effect.
[unix-64] For more information please see
[unix-64] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-64] Running tests in 2 Packages
[unix-64] DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[unix-64] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [unix-64] junit
[unix-64] Recording test results
[Pipeline] [unix-64] archiveArtifacts
[unix-64] Archiving artifacts
[unix-64] Recording fingerprints
[Pipeline] [unix-64] fileExists
[Pipeline] [unix-64] fileExists
[Pipeline] [unix-64] }
[Pipeline] [unix-64] // dir
[Pipeline] [unix-64] }
[Pipeline] [unix-64] // timeout
[Pipeline] [unix-64] }
[Pipeline] [unix-64] // stage
[Pipeline] [unix-64] }
[Pipeline] [unix-64] // node
[Pipeline] [unix-64] }
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[windows-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[osx-32] NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
[windows-32] an Object22480 run, 22479 passes, 1 failures, 0 errors.
[Pipeline] [windows-32] junit
[windows-32] Recording test results
[Pipeline] [windows-32] archiveArtifacts
[windows-32] Archiving artifacts
[windows-32] Recording fingerprints
[windows-64] 
[windows-64] [ Halt now ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[windows-64] 		session errorHandler: 
[windows-64] 			(TestStartupUIManager new
[windows-64] 				sessionManager: manager;
[windows-64] 				yourself).
[windows-64] 		
[windows-64] 		self 
[windows-64] 			shouldnt: [ session start: false ]
[windows-64] 			raise: Halt.
[windows-64] 		self
[windows-64] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[windows-64] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
[windows-64] TestSessionHandler>>startup:
[windows-64] [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[windows-64] [aBlock value: each] in [ :each | 
[windows-64] 		[aBlock value: each] 
[windows-64] 			on: Exception
[windows-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[windows-64] FullBlockClosure(BlockClosure)>>on:do:
[windows-64] [ :each | 
[windows-64] 		[aBlock value: each] 
[windows-64] 			on: Exception
[windows-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[windows-64] Array(SequenceableCollection)>>do:
[windows-64] TestWorkingSession(WorkingSession)>>runList:do:
[windows-64] TestWorkingSession(WorkingSession)>>runStartup:
[windows-64] TestWorkingSession>>start:
[windows-64] [ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[windows-64] 		session errorHandler: 
[windows-64] 			(TestStartupUIManager new
[windows-64] 				sessionManager: manager;
[windows-64] 				yourself).
[windows-64] 		
[windows-64] 		self 
[windows-64] 			shouldnt: [ session start: false ]
[windows-64] 			raise: Halt.
[windows-64] 		self
[windows-64] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[windows-64] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[windows-64] [aBlock value.
[windows-64]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[windows-64] FullBlockClosure(BlockClosure)>>on:do:
[windows-64] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[windows-64] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[windows-64] [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[windows-64] 		session errorHandler: 
[windows-64] 			(TestStartupUIManager new
[windows-64] 				sessionManager: manager;
[windows-64] 				yourself).
[windows-64] 		
[windows-64] 		self 
[windows-64] 			shouldnt: [ session start: false ]
[windows-64] 			raise: Halt.
[windows-64] 		self
[windows-64] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[windows-64] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
[windows-64] FullBlockClosure(BlockClosure)>>ensure:
[windows-64] UIManager class>>nonInteractiveDuring:
[windows-64] SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
[windows-64] SessionErrorHandlingTest(TestCase)>>performTest
[windows-64] [self setUp.
[windows-64] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[windows-64] FullBlockClosure(BlockClosure)>>ensure:
[windows-64] SessionErrorHandlingTest(TestCase)>>runCase
[windows-64] [aTestCase runCase] in [
[windows-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[windows-64] 			"if test was halted we should resume all background failures 
[windows-64] 			to debug all of them together with test process"
[windows-64] 			failedProcesses keysDo: #resume. halt pass ]
[windows-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[windows-64] FullBlockClosure(BlockClosure)>>on:do:
[windows-64] [
[windows-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[windows-64] 			"if test was halted we should resume all background failures 
[windows-64] 			to debug all of them together with test process"
[windows-64] 			failedProcesses keysDo: #resume. halt pass ]
[windows-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[windows-64] FullBlockClosure(BlockClosure)>>on:do:
[windows-64] TestExecutionEnvironment>>runTestCaseSafelly:
[windows-64] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[windows-64] 		testCompleted := true.
[windows-64] 		watchDogSemaphore signal]. "signal that test case completes"
[windows-64] 	
[windows-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[windows-64] FullBlockClosure(BlockClosure)>>ensure:
[windows-64] 
[windows-64] [ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
[windows-64] TestSessionHandler>>shutdown:
[windows-64] [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[windows-64] [aBlock value: each] in [ :each | 
[windows-64] 		[aBlock value: each] 
[windows-64] 			on: Exception
[windows-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[windows-64] FullBlockClosure(BlockClosure)>>on:do:
[windows-64] [ :each | 
[windows-64] 		[aBlock value: each] 
[windows-64] 			on: Exception
[windows-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[windows-64] Array(SequenceableCollection)>>do:
[windows-64] TestWorkingSession(WorkingSession)>>runList:do:
[windows-64] TestWorkingSession(WorkingSession)>>runShutdown:
[windows-64] TestWorkingSession(WorkingSession)>>stop:
[windows-64] [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[windows-64] [aBlock value.
[windows-64]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[windows-64] FullBlockClosure(BlockClosure)>>on:do:
[windows-64] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[windows-64] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[windows-64] SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
[windows-64] SessionErrorHandlingTest(TestCase)>>performTest
[windows-64] [self setUp.
[windows-64] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[windows-64] FullBlockClosure(BlockClosure)>>ensure:
[windows-64] SessionErrorHandlingTest(TestCase)>>runCase
[windows-64] [aTestCase runCase] in [
[windows-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[windows-64] 			"if test was halted we should resume all background failures 
[windows-64] 			to debug all of them together with test process"
[windows-64] 			failedProcesses keysDo: #resume. halt pass ]
[windows-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[windows-64] FullBlockClosure(BlockClosure)>>on:do:
[windows-64] [
[windows-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[windows-64] 			"if test was halted we should resume all background failures 
[windows-64] 			to debug all of them together with test process"
[windows-64] 			failedProcesses keysDo: #resume. halt pass ]
[windows-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[windows-64] FullBlockClosure(BlockClosure)>>on:do:
[windows-64] TestExecutionEnvironment>>runTestCaseSafelly:
[windows-64] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[windows-64] 		testCompleted := true.
[windows-64] 		watchDogSemaphore signal]. "signal that test case completes"
[windows-64] 	
[windows-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[windows-64] FullBlockClosure(BlockClosure)>>ensure:
[windows-64] [[self runTestCaseSafelly: aTestCase] ensure: [
[windows-64] 		testCompleted := true.
[windows-64] 		watchDogSemaphore signal]. "signal that test case completes"
[windows-64] 	
[windows-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [[self runTestCaseSafelly: aTestCase] ensure: [...
[windows-64] FullBlockClosure(BlockClosure)>>ifCurtailed:
[windows-64] TestExecutionEnvironment>>runTestCase:
[Pipeline] [windows-32] fileExists
[Pipeline] [windows-32] bat
[windows-32] 
[windows-32] E:\Builds\workspace\est_and_branch_Pipeline_Pharo9.0\Tests-windows-32>mv PharoDebug.log PharoDebug-Tests-windows-32.log 
[Pipeline] [windows-32] archiveArtifacts
[windows-32] Archiving artifacts
[windows-32] Recording fingerprints
[Pipeline] [windows-32] fileExists
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // dir
[Pipeline] [windows-32] cleanWs
[windows-32] [WS-CLEANUP] Deleting project workspace...
[windows-32] [WS-CLEANUP] Deferred wipeout is used...
[windows-32] [WS-CLEANUP] done
[Pipeline] [windows-32] dir
[windows-32] Running in E:\Builds\workspace\est_and_branch_Pipeline_Pharo9.0\Tests-windows-32
[Pipeline] [windows-32] {
[Pipeline] [windows-32] unstash
[Pipeline] [windows-32] bat
[windows-32] 
[windows-32] E:\Builds\workspace\est_and_branch_Pipeline_Pharo9.0\Tests-windows-32>bash -c 'bootstrap/scripts/runKernelTests.sh 32 Tests-windows-32Kernel' 
[windows-32] + CACHE=bootstrap-cache
[windows-32] + find bootstrap-cache
[windows-32] bootstrap-cache
[windows-32] bootstrap-cache/Pharo9.0-32bit-ac26aeb.sources
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-core-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-32bit-ac26aeb.zip
[windows-32] bootstrap-cache/PharoV60.sources
[windows-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[windows-32] ++ head -n 1
[windows-32] ++ cut -d/ -f 2
[windows-32] ++ cut -d- -f 1-2
[windows-32] + TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
[windows-32] + TEST_VM_VERSION=70
[windows-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[windows-32] Downloading the latest pharoVM:
[windows-32] 	http://files.pharo.org/get-files/70/pharo-win-stable.zip
[windows-32] pharo-vm/PharoConsole.exe
[windows-32] Creating starter scripts pharo and pharo-ui
[windows-32] VM downloaded
[windows-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-32bit-*.zip'
[windows-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.zip
[windows-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.zip
[windows-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.zip
[windows-32]   inflating: Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.image  
[windows-32] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.image
[windows-32] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.image
[windows-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[windows-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-ac26aeb.zip
[windows-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-ac26aeb.zip
[windows-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-ac26aeb.zip
[windows-32]   inflating: AST-Core.hermes         
[windows-32]   inflating: AST-Core-Traits.hermes  
[windows-32]   inflating: CodeExport.hermes       
[windows-32]   inflating: CodeExport-Traits.hermes  
[windows-32]   inflating: CodeImportCommandLineHandlers.hermes  
[windows-32]   inflating: CodeImport.hermes       
[windows-32]   inflating: CodeImport-Traits.hermes  
[windows-32]   inflating: Collections-Abstract-Traits.hermes  
[windows-32]   inflating: Collections-Arithmetic.hermes  
[windows-32]   inflating: Collections-Atomic.hermes  
[windows-32]   inflating: Debugging-Core.hermes   
[windows-32]   inflating: DeprecatedFileStream.hermes  
[windows-32]   inflating: FileSystem-Core.hermes  
[windows-32]   inflating: FileSystem-Disk.hermes  
[windows-32]   inflating: Hermes-Extensions.hermes  
[windows-32]   inflating: InitializePackagesCommandLineHandler.hermes  
[windows-32]   inflating: JenkinsTools-Core.hermes  
[windows-32]   inflating: Jobs.hermes             
[windows-32]   inflating: Kernel-Chronology-Extras.hermes  
[windows-32]   inflating: Kernel-Tests.hermes     
[windows-32]   inflating: Kernel-Traits.hermes    
[windows-32]   inflating: Math-Operations-Extensions.hermes  
[windows-32]   inflating: Multilingual-Encodings.hermes  
[windows-32]   inflating: Multilingual-Languages.hermes  
[windows-32]   inflating: Multilingual-TextConversion.hermes  
[windows-32]   inflating: OpalCompiler-Core.hermes  
[windows-32]   inflating: ReflectionMirrors-Primitives.hermes  
[windows-32]   inflating: SUnit-Core.hermes       
[windows-32]   inflating: SUnit-Tests.hermes      
[windows-32]   inflating: System-SourcesCondenser.hermes  
[windows-32]   inflating: TraitsV2-Compatibility.hermes  
[windows-32]   inflating: TraitsV2.hermes         
[windows-32]   inflating: TraitsV2-Tests.hermes   
[windows-32]   inflating: Transcript-Core-Traits.hermes  
[windows-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-32bit-*.zip'
[windows-32] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-ac26aeb.zip
[windows-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-ac26aeb.zip
[windows-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-ac26aeb.zip
[windows-32]   inflating: protocolsKernel.txt     
[windows-32]   inflating: packagesKernel.txt      
[windows-32] + mv ./Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.image bootstrap.image
[windows-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[windows-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[windows-32] + ./pharo bootstrap.image
[windows-32] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[windows-32] SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
[windows-32] SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[windows-32] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[windows-32] SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
[windows-32] SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[windows-32] SystemNotification: [Hermes] Reading AST-Core.hermes
[windows-32] SystemNotification: [Hermes] Installing AST-Core.hermes
[windows-32] SystemNotification: New Undeclared created... check dependencies: #(#ReparseAfterSourceEditing #SyntaxErrorNotification)
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-32] SystemNotification: [Hermes] Reading Jobs.hermes
[windows-32] SystemNotification: [Hermes] Installing Jobs.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-32] SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
[windows-32] SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-32] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[windows-32] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[windows-32] SystemNotification: [Hermes] Reading TraitsV2.hermes
[windows-32] SystemNotification: [Hermes] Installing TraitsV2.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-32] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[windows-32] SystemNotification: [Hermes] Reading SUnit-Core.hermes
[windows-32] SystemNotification: [Hermes] Installing SUnit-Core.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-32] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[windows-32] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-32] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[windows-32] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-32] SystemNotification: [Hermes] Reading SUnit-Tests.hermes
[windows-32] SystemNotification: [Hermes] Installing SUnit-Tests.hermes
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-32] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-windows-32Kernel SUnit-Core SUnit-Tests
[windows-32] Running tests in 2 Packages
[windows-32] DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[windows-32] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [windows-32] junit
[windows-32] Recording test results
[Pipeline] [windows-32] archiveArtifacts
[windows-32] Archiving artifacts
[windows-32] Recording fingerprints
[Pipeline] [windows-32] fileExists
[Pipeline] [windows-32] fileExists
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // dir
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // timeout
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // stage
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // node
[Pipeline] [windows-32] }
[osx-32] SubscriptOutOfBounds: 0
[windows-64] 1
[windows-64] 1
[windows-64] 2
[windows-64] 2
[windows-64] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[windows-64] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[osx-64] NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
[windows-64] an Object22480 run, 22478 passes, 0 failures, 2 errors.
[Pipeline] [windows-64] junit
[windows-64] Recording test results
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[osx-32] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[osx-64] SubscriptOutOfBounds: 0
[Pipeline] [windows-64] archiveArtifacts
[windows-64] Archiving artifacts
[windows-64] Recording fingerprints
[Pipeline] [windows-64] fileExists
[Pipeline] [windows-64] bat
[windows-64] 
[windows-64] E:\Builds\workspace\est_and_branch_Pipeline_Pharo9.0@2\Tests-windows-64>mv PharoDebug.log PharoDebug-Tests-windows-64.log 
[Pipeline] [windows-64] archiveArtifacts
[windows-64] Archiving artifacts
[windows-64] Recording fingerprints
[Pipeline] [windows-64] fileExists
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // dir
[Pipeline] [windows-64] cleanWs
[windows-64] [WS-CLEANUP] Deleting project workspace...
[windows-64] [WS-CLEANUP] Deferred wipeout is used...
[windows-64] [WS-CLEANUP] done
[Pipeline] [windows-64] dir
[windows-64] Running in E:\Builds\workspace\est_and_branch_Pipeline_Pharo9.0@2\Tests-windows-64
[Pipeline] [windows-64] {
[Pipeline] [windows-64] unstash
[Pipeline] [windows-64] bat
[windows-64] 
[windows-64] E:\Builds\workspace\est_and_branch_Pipeline_Pharo9.0@2\Tests-windows-64>bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-windows-64Kernel' 
[windows-64] + CACHE=bootstrap-cache
[windows-64] + find bootstrap-cache
[windows-64] bootstrap-cache
[windows-64] bootstrap-cache/Pharo9.0-64bit-ac26aeb.sources
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-ac26aeb.zip
[windows-64] bootstrap-cache/PharoV60.sources
[windows-64] ++ find bootstrap-cache -name 'Pharo*.zip'
[windows-64] ++ head -n 1
[windows-64] ++ cut -d/ -f 2
[windows-64] ++ cut -d- -f 1-2
[windows-64] + TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
[windows-64] + TEST_VM_VERSION=70
[windows-64] + ./bootstrap/scripts/getPharoVM.sh 70 vm 64
[windows-64] Downloading the latest pharoVM:
[windows-64] 	http://files.pharo.org/get-files/70/pharo64-win-stable.zip
[windows-64] pharo-vm/PharoConsole.exe
[windows-64] Creating starter scripts pharo and pharo-ui
[windows-64] VM downloaded
[windows-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-64bit-*.zip'
[windows-64] + IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[windows-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image  
[windows-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image
[windows-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image
[windows-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[windows-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[windows-64]   inflating: AST-Core.hermes         
[windows-64]   inflating: AST-Core-Traits.hermes  
[windows-64]   inflating: CodeExport.hermes       
[windows-64]   inflating: CodeExport-Traits.hermes  
[windows-64]   inflating: CodeImportCommandLineHandlers.hermes  
[windows-64]   inflating: CodeImport.hermes       
[windows-64]   inflating: CodeImport-Traits.hermes  
[windows-64]   inflating: Collections-Abstract-Traits.hermes  
[windows-64]   inflating: Collections-Arithmetic.hermes  
[windows-64]   inflating: Collections-Atomic.hermes  
[windows-64]   inflating: Debugging-Core.hermes   
[windows-64]   inflating: DeprecatedFileStream.hermes  
[windows-64]   inflating: FileSystem-Core.hermes  
[windows-64]   inflating: FileSystem-Disk.hermes  
[windows-64]   inflating: Hermes-Extensions.hermes  
[windows-64]   inflating: InitializePackagesCommandLineHandler.hermes  
[windows-64]   inflating: JenkinsTools-Core.hermes  
[windows-64]   inflating: Jobs.hermes             
[windows-64]   inflating: Kernel-Chronology-Extras.hermes  
[windows-64]   inflating: Kernel-Tests.hermes     
[windows-64]   inflating: Kernel-Traits.hermes    
[windows-64]   inflating: Math-Operations-Extensions.hermes  
[windows-64]   inflating: Multilingual-Encodings.hermes  
[windows-64]   inflating: Multilingual-Languages.hermes  
[windows-64]   inflating: Multilingual-TextConversion.hermes  
[windows-64]   inflating: OpalCompiler-Core.hermes  
[windows-64]   inflating: ReflectionMirrors-Primitives.hermes  
[windows-64]   inflating: SUnit-Core.hermes       
[windows-64]   inflating: SUnit-Tests.hermes      
[windows-64]   inflating: System-SourcesCondenser.hermes  
[windows-64]   inflating: TraitsV2-Compatibility.hermes  
[windows-64]   inflating: TraitsV2.hermes         
[windows-64]   inflating: TraitsV2-Tests.hermes   
[windows-64]   inflating: Transcript-Core-Traits.hermes  
[windows-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-64bit-*.zip'
[windows-64] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[windows-64]   inflating: protocolsKernel.txt     
[windows-64]   inflating: packagesKernel.txt      
[windows-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image bootstrap.image
[windows-64] + export PHARO_CI_TESTING_ENVIRONMENT=1
[windows-64] + PHARO_CI_TESTING_ENVIRONMENT=1
[windows-64] + ./pharo bootstrap.image
[windows-64] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[windows-64] SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
[windows-64] SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[windows-64] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[windows-64] SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
[windows-64] SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[windows-64] SystemNotification: [Hermes] Reading AST-Core.hermes
[windows-64] SystemNotification: [Hermes] Installing AST-Core.hermes
[windows-64] SystemNotification: New Undeclared created... check dependencies: #(#ReparseAfterSourceEditing #SyntaxErrorNotification)
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-64] SystemNotification: [Hermes] Reading Jobs.hermes
[windows-64] SystemNotification: [Hermes] Installing Jobs.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-64] SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
[windows-64] SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-64] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[osx-32] 
[osx-32] [ Halt now ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[osx-32] 		session errorHandler: 
[osx-32] 			(TestStartupUIManager new
[osx-32] 				sessionManager: manager;
[osx-32] 				yourself).
[osx-32] 		
[osx-32] 		self 
[osx-32] 			shouldnt: [ session start: false ]
[osx-32] 			raise: Halt.
[osx-32] 		self
[osx-32] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[osx-32] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
[osx-32] TestSessionHandler>>startup:
[osx-32] [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[osx-32] [aBlock value: each] in [ :each | 
[osx-32] 		[aBlock value: each] 
[osx-32] 			on: Exception
[osx-32] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[osx-32] FullBlockClosure(BlockClosure)>>on:do:
[osx-32] [ :each | 
[osx-32] 		[aBlock value: each] 
[osx-32] 			on: Exception
[osx-32] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[osx-32] Array(SequenceableCollection)>>do:
[osx-32] TestWorkingSession(WorkingSession)>>runList:do:
[osx-32] TestWorkingSession(WorkingSession)>>runStartup:
[osx-32] TestWorkingSession>>start:
[osx-32] [ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[osx-32] 		session errorHandler: 
[osx-32] 			(TestStartupUIManager new
[osx-32] 				sessionManager: manager;
[osx-32] 				yourself).
[osx-32] 		
[osx-32] 		self 
[osx-32] 			shouldnt: [ session start: false ]
[osx-32] 			raise: Halt.
[osx-32] 		self
[osx-32] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[osx-32] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[osx-32] [aBlock value.
[osx-32]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[osx-32] FullBlockClosure(BlockClosure)>>on:do:
[osx-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[osx-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[osx-32] [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[osx-32] 		session errorHandler: 
[osx-32] 			(TestStartupUIManager new
[osx-32] 				sessionManager: manager;
[osx-32] 				yourself).
[osx-32] 		
[osx-32] 		self 
[osx-32] 			shouldnt: [ session start: false ]
[osx-32] 			raise: Halt.
[osx-32] 		self
[osx-32] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[osx-32] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
[osx-32] FullBlockClosure(BlockClosure)>>ensure:
[osx-32] UIManager class>>nonInteractiveDuring:
[osx-32] SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
[osx-32] SessionErrorHandlingTest(TestCase)>>performTest
[osx-32] [self setUp.
[osx-32] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[osx-32] FullBlockClosure(BlockClosure)>>ensure:
[osx-32] SessionErrorHandlingTest(TestCase)>>runCase
[osx-32] [aTestCase runCase] in [
[osx-32] 		[aTestCase runCase] on: Halt do: [ :halt | 
[osx-32] 			"if test was halted we should resume all background failures 
[osx-32] 			to debug all of them together with test process"
[osx-32] 			failedProcesses keysDo: #resume. halt pass ]
[osx-32] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[osx-32] FullBlockClosure(BlockClosure)>>on:do:
[osx-32] [
[osx-32] 		[aTestCase runCase] on: Halt do: [ :halt | 
[osx-32] 			"if test was halted we should resume all background failures 
[osx-32] 			to debug all of them together with test process"
[osx-32] 			failedProcesses keysDo: #resume. halt pass ]
[osx-32] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[osx-32] FullBlockClosure(BlockClosure)>>on:do:
[osx-32] TestExecutionEnvironment>>runTestCaseSafelly:
[osx-32] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[osx-32] 		testCompleted := true.
[osx-32] 		watchDogSemaphore signal]. "signal that test case completes"
[osx-32] 	
[osx-32] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[osx-32] FullBlockClosure(BlockClosure)>>ensure:
[osx-32] 
[osx-32] [ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
[osx-32] TestSessionHandler>>shutdown:
[osx-32] [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[osx-32] [aBlock value: each] in [ :each | 
[osx-32] 		[aBlock value: each] 
[osx-32] 			on: Exception
[osx-32] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[osx-32] FullBlockClosure(BlockClosure)>>on:do:
[osx-32] [ :each | 
[osx-32] 		[aBlock value: each] 
[osx-32] 			on: Exception
[osx-32] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[osx-32] Array(SequenceableCollection)>>do:
[osx-32] TestWorkingSession(WorkingSession)>>runList:do:
[osx-32] TestWorkingSession(WorkingSession)>>runShutdown:
[osx-32] TestWorkingSession(WorkingSession)>>stop:
[osx-32] [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[osx-32] [aBlock value.
[osx-32]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[osx-32] FullBlockClosure(BlockClosure)>>on:do:
[osx-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[osx-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[osx-32] SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
[osx-32] SessionErrorHandlingTest(TestCase)>>performTest
[osx-32] [self setUp.
[osx-32] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[osx-32] FullBlockClosure(BlockClosure)>>ensure:
[osx-32] SessionErrorHandlingTest(TestCase)>>runCase
[osx-32] [aTestCase runCase] in [
[osx-32] 		[aTestCase runCase] on: Halt do: [ :halt | 
[osx-32] 			"if test was halted we should resume all background failures 
[osx-32] 			to debug all of them together with test process"
[osx-32] 			failedProcesses keysDo: #resume. halt pass ]
[osx-32] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[osx-32] FullBlockClosure(BlockClosure)>>on:do:
[osx-32] [
[osx-32] 		[aTestCase runCase] on: Halt do: [ :halt | 
[osx-32] 			"if test was halted we should resume all background failures 
[osx-32] 			to debug all of them together with test process"
[osx-32] 			failedProcesses keysDo: #resume. halt pass ]
[osx-32] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[osx-32] FullBlockClosure(BlockClosure)>>on:do:
[osx-32] TestExecutionEnvironment>>runTestCaseSafelly:
[osx-32] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[osx-32] 		testCompleted := true.
[osx-32] 		watchDogSemaphore signal]. "signal that test case completes"
[osx-32] 	
[osx-32] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[osx-32] FullBlockClosure(BlockClosure)>>ensure:
[osx-32] [[self runTestCaseSafelly: aTestCase] ensure: [
[osx-32] 		testCompleted := true.
[osx-32] 		watchDogSemaphore signal]. "signal that test case completes"
[osx-32] 	
[osx-32] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [[self runTestCaseSafelly: aTestCase] ensure: [...
[osx-32] FullBlockClosure(BlockClosure)>>ifCurtailed:
[osx-32] TestExecutionEnvironment>>runTestCase:
[windows-64] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[windows-64] SystemNotification: [Hermes] Reading TraitsV2.hermes
[windows-64] SystemNotification: [Hermes] Installing TraitsV2.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-64] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[windows-64] SystemNotification: [Hermes] Reading SUnit-Core.hermes
[windows-64] SystemNotification: [Hermes] Installing SUnit-Core.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-64] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[windows-64] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-64] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[windows-64] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-64] SystemNotification: [Hermes] Reading SUnit-Tests.hermes
[windows-64] SystemNotification: [Hermes] Installing SUnit-Tests.hermes
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[windows-64] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-windows-64Kernel SUnit-Core SUnit-Tests
[windows-64] Running tests in 2 Packages
[windows-64] DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[windows-64] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [windows-64] junit
[windows-64] Recording test results
[Pipeline] [windows-64] archiveArtifacts
[windows-64] Archiving artifacts
[windows-64] Recording fingerprints
[Pipeline] [windows-64] fileExists
[Pipeline] [windows-64] fileExists
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // dir
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // timeout
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // stage
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // node
[Pipeline] [windows-64] }
[osx-32] 1
[osx-32] 1
[osx-32] 2
[osx-32] 2
[osx-32] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[osx-32] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[osx-64] NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
[osx-32] an Object22480 run, 22477 passes, 1 failures, 2 errors.
[Pipeline] [osx-32] junit
[osx-32] Recording test results
[Pipeline] [osx-32] archiveArtifacts
[osx-32] Archiving artifacts
[osx-32] Recording fingerprints
[osx-64] 
[osx-64] [ Halt now ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[osx-64] 		session errorHandler: 
[osx-64] 			(TestStartupUIManager new
[osx-64] 				sessionManager: manager;
[osx-64] 				yourself).
[osx-64] 		
[osx-64] 		self 
[osx-64] 			shouldnt: [ session start: false ]
[osx-64] 			raise: Halt.
[osx-64] 		self
[osx-64] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[osx-64] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
[osx-64] TestSessionHandler>>startup:
[osx-64] [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[osx-64] [aBlock value: each] in [ :each | 
[osx-64] 		[aBlock value: each] 
[osx-64] 			on: Exception
[osx-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[osx-64] FullBlockClosure(BlockClosure)>>on:do:
[osx-64] [ :each | 
[osx-64] 		[aBlock value: each] 
[osx-64] 			on: Exception
[osx-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[osx-64] Array(SequenceableCollection)>>do:
[osx-64] TestWorkingSession(WorkingSession)>>runList:do:
[osx-64] TestWorkingSession(WorkingSession)>>runStartup:
[osx-64] TestWorkingSession>>start:
[osx-64] [ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[osx-64] 		session errorHandler: 
[osx-64] 			(TestStartupUIManager new
[osx-64] 				sessionManager: manager;
[osx-64] 				yourself).
[osx-64] 		
[osx-64] 		self 
[osx-64] 			shouldnt: [ session start: false ]
[osx-64] 			raise: Halt.
[osx-64] 		self
[osx-64] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[osx-64] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[osx-64] [aBlock value.
[osx-64]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[osx-64] FullBlockClosure(BlockClosure)>>on:do:
[osx-64] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[osx-64] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[osx-64] [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[osx-64] 		session errorHandler: 
[osx-64] 			(TestStartupUIManager new
[osx-64] 				sessionManager: manager;
[osx-64] 				yourself).
[osx-64] 		
[osx-64] 		self 
[osx-64] 			shouldnt: [ session start: false ]
[osx-64] 			raise: Halt.
[osx-64] 		self
[osx-64] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[osx-64] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
[osx-64] FullBlockClosure(BlockClosure)>>ensure:
[osx-64] UIManager class>>nonInteractiveDuring:
[osx-64] SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
[osx-64] SessionErrorHandlingTest(TestCase)>>performTest
[osx-64] [self setUp.
[osx-64] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[osx-64] FullBlockClosure(BlockClosure)>>ensure:
[osx-64] SessionErrorHandlingTest(TestCase)>>runCase
[osx-64] [aTestCase runCase] in [
[osx-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[osx-64] 			"if test was halted we should resume all background failures 
[osx-64] 			to debug all of them together with test process"
[osx-64] 			failedProcesses keysDo: #resume. halt pass ]
[osx-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[osx-64] FullBlockClosure(BlockClosure)>>on:do:
[osx-64] [
[osx-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[osx-64] 			"if test was halted we should resume all background failures 
[osx-64] 			to debug all of them together with test process"
[osx-64] 			failedProcesses keysDo: #resume. halt pass ]
[osx-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[osx-64] FullBlockClosure(BlockClosure)>>on:do:
[osx-64] TestExecutionEnvironment>>runTestCaseSafelly:
[osx-64] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[osx-64] 		testCompleted := true.
[osx-64] 		watchDogSemaphore signal]. "signal that test case completes"
[osx-64] 	
[osx-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[osx-64] FullBlockClosure(BlockClosure)>>ensure:
[osx-64] 
[osx-64] [ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
[osx-64] TestSessionHandler>>shutdown:
[osx-64] [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[osx-64] [aBlock value: each] in [ :each | 
[osx-64] 		[aBlock value: each] 
[osx-64] 			on: Exception
[osx-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[osx-64] FullBlockClosure(BlockClosure)>>on:do:
[osx-64] [ :each | 
[osx-64] 		[aBlock value: each] 
[osx-64] 			on: Exception
[osx-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[osx-64] Array(SequenceableCollection)>>do:
[osx-64] TestWorkingSession(WorkingSession)>>runList:do:
[osx-64] TestWorkingSession(WorkingSession)>>runShutdown:
[osx-64] TestWorkingSession(WorkingSession)>>stop:
[osx-64] [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[osx-64] [aBlock value.
[osx-64]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[osx-64] FullBlockClosure(BlockClosure)>>on:do:
[osx-64] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[osx-64] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[osx-64] SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
[osx-64] SessionErrorHandlingTest(TestCase)>>performTest
[osx-64] [self setUp.
[osx-64] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[osx-64] FullBlockClosure(BlockClosure)>>ensure:
[osx-64] SessionErrorHandlingTest(TestCase)>>runCase
[osx-64] [aTestCase runCase] in [
[osx-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[osx-64] 			"if test was halted we should resume all background failures 
[osx-64] 			to debug all of them together with test process"
[osx-64] 			failedProcesses keysDo: #resume. halt pass ]
[osx-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[osx-64] FullBlockClosure(BlockClosure)>>on:do:
[osx-64] [
[osx-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[osx-64] 			"if test was halted we should resume all background failures 
[osx-64] 			to debug all of them together with test process"
[osx-64] 			failedProcesses keysDo: #resume. halt pass ]
[osx-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[osx-64] FullBlockClosure(BlockClosure)>>on:do:
[osx-64] TestExecutionEnvironment>>runTestCaseSafelly:
[osx-64] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[osx-64] 		testCompleted := true.
[osx-64] 		watchDogSemaphore signal]. "signal that test case completes"
[osx-64] 	
[osx-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[osx-64] FullBlockClosure(BlockClosure)>>ensure:
[osx-64] [[self runTestCaseSafelly: aTestCase] ensure: [
[osx-64] 		testCompleted := true.
[osx-64] 		watchDogSemaphore signal]. "signal that test case completes"
[osx-64] 	
[osx-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [[self runTestCaseSafelly: aTestCase] ensure: [...
[osx-64] FullBlockClosure(BlockClosure)>>ifCurtailed:
[osx-64] TestExecutionEnvironment>>runTestCase:
[Pipeline] [osx-32] fileExists
[Pipeline] [osx-32] sh
[osx-32] + mv PharoDebug.log PharoDebug-Tests-osx-32.log
[Pipeline] [osx-32] archiveArtifacts
[osx-32] Archiving artifacts
[osx-32] Recording fingerprints
[Pipeline] [osx-32] fileExists
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // dir
[Pipeline] [osx-32] cleanWs
[osx-32] [WS-CLEANUP] Deleting project workspace...
[osx-32] [WS-CLEANUP] Deferred wipeout is used...
[osx-32] [WS-CLEANUP] done
[Pipeline] [osx-32] dir
[osx-32] Running in /builds/workspace/est_and_branch_Pipeline_Pharo9.0/Tests-osx-32
[Pipeline] [osx-32] {
[Pipeline] [osx-32] unstash
[Pipeline] [osx-32] sh
[osx-32] + bash -c 'bootstrap/scripts/runKernelTests.sh 32 Tests-osx-32Kernel'
[osx-32] + CACHE=bootstrap-cache
[osx-32] + find bootstrap-cache
[osx-32] bootstrap-cache
[osx-32] bootstrap-cache/Pharo9.0-32bit-ac26aeb.sources
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-core-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-32bit-ac26aeb.zip
[osx-32] bootstrap-cache/PharoV60.sources
[osx-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[osx-32] ++ head -n 1
[osx-32] ++ cut -d/ -f 2
[osx-32] ++ cut -d- -f 1-2
[osx-32] + TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
[osx-32] + TEST_VM_VERSION=70
[osx-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[osx-32] Downloading the latest pharoVM:
[osx-32] 	http://files.pharo.org/get-files/70/pharo-mac-stable.zip
[osx-32] pharo-vm/Pharo.app/Contents/MacOS/Pharo
[osx-32] Creating starter scripts pharo and pharo-ui
[osx-32] VM downloaded
[osx-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-32bit-*.zip'
[osx-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.zip
[osx-32]   inflating: Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.image  
[osx-32] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.image
[osx-32] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.image
[osx-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[osx-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-ac26aeb.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-ac26aeb.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-ac26aeb.zip
[osx-32]   inflating: AST-Core.hermes         
[osx-32]   inflating: AST-Core-Traits.hermes  
[osx-32]   inflating: CodeExport.hermes       
[osx-32]   inflating: CodeExport-Traits.hermes  
[osx-32]   inflating: CodeImportCommandLineHandlers.hermes  
[osx-32]   inflating: CodeImport.hermes       
[osx-32]   inflating: CodeImport-Traits.hermes  
[osx-32]   inflating: Collections-Abstract-Traits.hermes  
[osx-32]   inflating: Collections-Arithmetic.hermes  
[osx-32]   inflating: Collections-Atomic.hermes  
[osx-32]   inflating: Debugging-Core.hermes   
[osx-32]   inflating: DeprecatedFileStream.hermes  
[osx-32]   inflating: FileSystem-Core.hermes  
[osx-32]   inflating: FileSystem-Disk.hermes  
[osx-32]   inflating: Hermes-Extensions.hermes  
[osx-32]   inflating: InitializePackagesCommandLineHandler.hermes  
[osx-32]   inflating: JenkinsTools-Core.hermes  
[osx-32]   inflating: Jobs.hermes             
[osx-32]   inflating: Kernel-Chronology-Extras.hermes  
[osx-32]   inflating: Kernel-Tests.hermes     
[osx-32]   inflating: Kernel-Traits.hermes    
[osx-32]   inflating: Math-Operations-Extensions.hermes  
[osx-32]   inflating: Multilingual-Encodings.hermes  
[osx-32]   inflating: Multilingual-Languages.hermes  
[osx-32]   inflating: Multilingual-TextConversion.hermes  
[osx-32]   inflating: OpalCompiler-Core.hermes  
[osx-32]   inflating: ReflectionMirrors-Primitives.hermes  
[osx-32]   inflating: SUnit-Core.hermes       
[osx-32]   inflating: SUnit-Tests.hermes      
[osx-32]   inflating: System-SourcesCondenser.hermes  
[osx-32]   inflating: TraitsV2-Compatibility.hermes  
[osx-32]   inflating: TraitsV2.hermes         
[osx-32]   inflating: TraitsV2-Tests.hermes   
[osx-32]   inflating: Transcript-Core-Traits.hermes  
[osx-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-32bit-*.zip'
[osx-32] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-ac26aeb.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-ac26aeb.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-ac26aeb.zip
[osx-32]   inflating: protocolsKernel.txt     
[osx-32]   inflating: packagesKernel.txt      
[osx-32] + mv ./Pharo9.0-SNAPSHOT-bootstrap-32bit-ac26aeb.image bootstrap.image
[osx-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[osx-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[osx-32] + ./pharo bootstrap.image
[osx-32] 2020-06-12 09:05:06.677 Pharo[31230:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2020-06-12 09:05:07.697 Pharo[31230:507] 09:05:07.697 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:07.698 Pharo[31230:507] 09:05:07.698 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-06-12 09:05:07.698 Pharo[31230:507] 09:05:07.698 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:07.701 Pharo[31230:507] 09:05:07.701 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[osx-32] 2020-06-12 09:05:08.581 Pharo[31238:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2020-06-12 09:05:09.133 Pharo[31238:507] 09:05:09.132 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:09.133 Pharo[31238:507] 09:05:09.133 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-06-12 09:05:09.136 Pharo[31238:507] 09:05:09.136 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:09.137 Pharo[31238:507] 09:05:09.137 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
[osx-32] SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[osx-32] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[osx-32] 2020-06-12 09:05:10.093 Pharo[31245:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2020-06-12 09:05:10.529 Pharo[31245:507] 09:05:10.528 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:10.529 Pharo[31245:507] 09:05:10.529 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-06-12 09:05:10.530 Pharo[31245:507] 09:05:10.529 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:10.530 Pharo[31245:507] 09:05:10.530 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
[osx-32] SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[osx-32] SystemNotification: [Hermes] Reading AST-Core.hermes
[osx-32] SystemNotification: [Hermes] Installing AST-Core.hermes
[osx-32] SystemNotification: New Undeclared created... check dependencies: #(#ReparseAfterSourceEditing #SyntaxErrorNotification)
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-32] SystemNotification: [Hermes] Reading Jobs.hermes
[osx-32] SystemNotification: [Hermes] Installing Jobs.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-32] SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
[osx-32] SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-32] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[osx-32] 2020-06-12 09:05:11.873 Pharo[31255:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2020-06-12 09:05:12.408 Pharo[31255:507] 09:05:12.408 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:12.408 Pharo[31255:507] 09:05:12.408 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-06-12 09:05:12.412 Pharo[31255:507] 09:05:12.412 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:12.413 Pharo[31255:507] 09:05:12.413 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[osx-32] 2020-06-12 09:05:18.443 Pharo[31284:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2020-06-12 09:05:18.977 Pharo[31284:507] 09:05:18.977 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:18.978 Pharo[31284:507] 09:05:18.978 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-06-12 09:05:18.989 Pharo[31284:507] 09:05:18.989 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:18.989 Pharo[31284:507] 09:05:18.989 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] SystemNotification: [Hermes] Reading TraitsV2.hermes
[osx-32] SystemNotification: [Hermes] Installing TraitsV2.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-32] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[osx-32] 2020-06-12 09:05:20.510 Pharo[31291:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2020-06-12 09:05:21.049 Pharo[31291:507] 09:05:21.048 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:21.051 Pharo[31291:507] 09:05:21.050 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-06-12 09:05:21.052 Pharo[31291:507] 09:05:21.052 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:21.053 Pharo[31291:507] 09:05:21.053 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] SystemNotification: [Hermes] Reading SUnit-Core.hermes
[osx-32] SystemNotification: [Hermes] Installing SUnit-Core.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-32] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[osx-32] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-32] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[osx-32] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-32] SystemNotification: [Hermes] Reading SUnit-Tests.hermes
[osx-32] SystemNotification: [Hermes] Installing SUnit-Tests.hermes
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-32] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-osx-32Kernel SUnit-Core SUnit-Tests
[osx-32] 2020-06-12 09:05:22.334 Pharo[31299:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2020-06-12 09:05:22.703 Pharo[31299:507] 09:05:22.702 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:22.703 Pharo[31299:507] 09:05:22.703 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-06-12 09:05:22.704 Pharo[31299:507] 09:05:22.704 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-06-12 09:05:22.705 Pharo[31299:507] 09:05:22.705 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] Running tests in 2 Packages
[osx-32] DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[osx-32] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [osx-32] junit
[osx-32] Recording test results
[Pipeline] [osx-32] archiveArtifacts
[osx-32] Archiving artifacts
[osx-32] Recording fingerprints
[Pipeline] [osx-32] fileExists
[Pipeline] [osx-32] fileExists
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // dir
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // timeout
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // stage
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // node
[Pipeline] [osx-32] }
[osx-64] 1
[osx-64] 1
[osx-64] 2
[osx-64] 2
[osx-64] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[osx-64] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[osx-64] an Object22480 run, 22479 passes, 0 failures, 1 errors.
[Pipeline] [osx-64] junit
[osx-64] Recording test results
[Pipeline] [osx-64] archiveArtifacts
[osx-64] Archiving artifacts
[osx-64] Recording fingerprints
[Pipeline] [osx-64] fileExists
[Pipeline] [osx-64] sh
[osx-64] + mv PharoDebug.log PharoDebug-Tests-osx-64.log
[Pipeline] [osx-64] archiveArtifacts
[osx-64] Archiving artifacts
[osx-64] Recording fingerprints
[Pipeline] [osx-64] fileExists
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // dir
[Pipeline] [osx-64] cleanWs
[osx-64] [WS-CLEANUP] Deleting project workspace...
[osx-64] [WS-CLEANUP] Deferred wipeout is used...
[osx-64] [WS-CLEANUP] done
[Pipeline] [osx-64] dir
[osx-64] Running in /builds/workspace/est_and_branch_Pipeline_Pharo9.0@2/Tests-osx-64
[Pipeline] [osx-64] {
[Pipeline] [osx-64] unstash
[Pipeline] [osx-64] sh
[osx-64] + bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-osx-64Kernel'
[osx-64] + CACHE=bootstrap-cache
[osx-64] + find bootstrap-cache
[osx-64] bootstrap-cache
[osx-64] bootstrap-cache/Pharo9.0-64bit-ac26aeb.sources
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-ac26aeb.zip
[osx-64] bootstrap-cache/PharoV60.sources
[osx-64] ++ find bootstrap-cache -name 'Pharo*.zip'
[osx-64] ++ cut -d/ -f 2
[osx-64] ++ cut -d- -f 1-2
[osx-64] ++ head -n 1
[osx-64] + TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
[osx-64] + TEST_VM_VERSION=70
[osx-64] + ./bootstrap/scripts/getPharoVM.sh 70 vm 64
[osx-64] Downloading the latest pharoVM:
[osx-64] 	http://files.pharo.org/get-files/70/pharo64-mac-stable.zip
[osx-64] pharo-vm/Pharo.app/Contents/MacOS/Pharo
[osx-64] Creating starter scripts pharo and pharo-ui
[osx-64] VM downloaded
[osx-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-64bit-*.zip'
[osx-64] + IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.zip
[osx-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image  
[osx-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image
[osx-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image
[osx-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[osx-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-ac26aeb.zip
[osx-64]   inflating: AST-Core.hermes         
[osx-64]   inflating: AST-Core-Traits.hermes  
[osx-64]   inflating: CodeExport.hermes       
[osx-64]   inflating: CodeExport-Traits.hermes  
[osx-64]   inflating: CodeImportCommandLineHandlers.hermes  
[osx-64]   inflating: CodeImport.hermes       
[osx-64]   inflating: CodeImport-Traits.hermes  
[osx-64]   inflating: Collections-Abstract-Traits.hermes  
[osx-64]   inflating: Collections-Arithmetic.hermes  
[osx-64]   inflating: Collections-Atomic.hermes  
[osx-64]   inflating: Debugging-Core.hermes   
[osx-64]   inflating: DeprecatedFileStream.hermes  
[osx-64]   inflating: FileSystem-Core.hermes  
[osx-64]   inflating: FileSystem-Disk.hermes  
[osx-64]   inflating: Hermes-Extensions.hermes  
[osx-64]   inflating: InitializePackagesCommandLineHandler.hermes  
[osx-64]   inflating: JenkinsTools-Core.hermes  
[osx-64]   inflating: Jobs.hermes             
[osx-64]   inflating: Kernel-Chronology-Extras.hermes  
[osx-64]   inflating: Kernel-Tests.hermes     
[osx-64]   inflating: Kernel-Traits.hermes    
[osx-64]   inflating: Math-Operations-Extensions.hermes  
[osx-64]   inflating: Multilingual-Encodings.hermes  
[osx-64]   inflating: Multilingual-Languages.hermes  
[osx-64]   inflating: Multilingual-TextConversion.hermes  
[osx-64]   inflating: OpalCompiler-Core.hermes  
[osx-64]   inflating: ReflectionMirrors-Primitives.hermes  
[osx-64]   inflating: SUnit-Core.hermes       
[osx-64]   inflating: SUnit-Tests.hermes      
[osx-64]   inflating: System-SourcesCondenser.hermes  
[osx-64]   inflating: TraitsV2-Compatibility.hermes  
[osx-64]   inflating: TraitsV2.hermes         
[osx-64]   inflating: TraitsV2-Tests.hermes   
[osx-64]   inflating: Transcript-Core-Traits.hermes  
[osx-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-64bit-*.zip'
[osx-64] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-ac26aeb.zip
[osx-64]   inflating: protocolsKernel.txt     
[osx-64]   inflating: packagesKernel.txt      
[osx-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-ac26aeb.image bootstrap.image
[osx-64] + export PHARO_CI_TESTING_ENVIRONMENT=1
[osx-64] + PHARO_CI_TESTING_ENVIRONMENT=1
[osx-64] + ./pharo bootstrap.image
[osx-64] 2020-06-12 09:07:24.428 Pharo[31629:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-64] 2020-06-12 09:07:24.679 Pharo[31629:507] 09:07:24.678 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:24.679 Pharo[31629:507] 09:07:24.679 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-06-12 09:07:24.680 Pharo[31629:507] 09:07:24.680 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:24.680 Pharo[31629:507] 09:07:24.680 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[osx-64] 2020-06-12 09:07:25.128 Pharo[31635:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-64] 2020-06-12 09:07:25.246 Pharo[31635:507] 09:07:25.246 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:25.246 Pharo[31635:507] 09:07:25.246 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-06-12 09:07:25.248 Pharo[31635:507] 09:07:25.248 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:25.248 Pharo[31635:507] 09:07:25.248 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
[osx-64] SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[osx-64] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[osx-64] 2020-06-12 09:07:25.598 Pharo[31640:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-64] 2020-06-12 09:07:26.031 Pharo[31640:507] 09:07:26.031 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:26.032 Pharo[31640:507] 09:07:26.032 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-06-12 09:07:26.037 Pharo[31640:507] 09:07:26.037 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:26.038 Pharo[31640:507] 09:07:26.038 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
[osx-64] SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[osx-64] SystemNotification: [Hermes] Reading AST-Core.hermes
[osx-64] SystemNotification: [Hermes] Installing AST-Core.hermes
[osx-64] SystemNotification: New Undeclared created... check dependencies: #(#ReparseAfterSourceEditing #SyntaxErrorNotification)
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading Jobs.hermes
[osx-64] SystemNotification: [Hermes] Installing Jobs.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
[osx-64] SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[osx-64] 2020-06-12 09:07:27.172 Pharo[31663:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-64] 2020-06-12 09:07:27.389 Pharo[31663:507] 09:07:27.388 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:27.389 Pharo[31663:507] 09:07:27.389 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-06-12 09:07:27.399 Pharo[31663:507] 09:07:27.399 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:27.399 Pharo[31663:507] 09:07:27.399 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[osx-64] 2020-06-12 09:07:29.488 Pharo[31670:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-64] 2020-06-12 09:07:29.696 Pharo[31670:507] 09:07:29.696 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:29.696 Pharo[31670:507] 09:07:29.696 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-06-12 09:07:29.697 Pharo[31670:507] 09:07:29.697 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:29.697 Pharo[31670:507] 09:07:29.697 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] SystemNotification: [Hermes] Reading TraitsV2.hermes
[osx-64] SystemNotification: [Hermes] Installing TraitsV2.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[osx-64] 2020-06-12 09:07:30.439 Pharo[31675:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-64] 2020-06-12 09:07:30.691 Pharo[31675:507] 09:07:30.691 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:30.691 Pharo[31675:507] 09:07:30.691 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-06-12 09:07:30.692 Pharo[31675:507] 09:07:30.692 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:30.692 Pharo[31675:507] 09:07:30.692 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] SystemNotification: [Hermes] Reading SUnit-Core.hermes
[osx-64] SystemNotification: [Hermes] Installing SUnit-Core.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[osx-64] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[osx-64] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading SUnit-Tests.hermes
[osx-64] SystemNotification: [Hermes] Installing SUnit-Tests.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-osx-64Kernel SUnit-Core SUnit-Tests
[osx-64] 2020-06-12 09:07:31.418 Pharo[31680:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-64] 2020-06-12 09:07:31.551 Pharo[31680:507] 09:07:31.551 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:31.552 Pharo[31680:507] 09:07:31.552 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-06-12 09:07:31.552 Pharo[31680:507] 09:07:31.552 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-06-12 09:07:31.552 Pharo[31680:507] 09:07:31.552 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] Running tests in 2 Packages
[osx-64] DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[osx-64] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [osx-64] junit
[osx-64] Recording test results
[Pipeline] [osx-64] archiveArtifacts
[osx-64] Archiving artifacts
[osx-64] Recording fingerprints
[Pipeline] [osx-64] fileExists
[Pipeline] [osx-64] fileExists
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // dir
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // timeout
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // stage
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // node
[Pipeline] [osx-64] }
[Pipeline] // parallel
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/est_and_branch_Pipeline_Pharo9.0
[Pipeline] {
[Pipeline] stage
[Pipeline] { (notify)
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/est_and_branch_Pipeline_Pharo9.0 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/Pharo9.0:refs/remotes/origin/Pharo9.0
Checking out Revision ac26aebafb1910e0ded535567043b87bfee5a026 (Pharo9.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ac26aebafb1910e0ded535567043b87bfee5a026
Commit message: "Merge pull request #6567 from MarcusDenker/Compiler-use-variable-not-assoc"

GitHub has been notified of this commit’s build result

[Pipeline] sh
+ git log -1 --format=%B
[Pipeline] sh
+ git log -1 --format=%p
[Pipeline] httpRequest
HttpMethod: GET
URL: https://api.github.com/repos/pharo-project/pharo/pulls/6567
Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/6567
Response Code: HTTP/1.1 200 OK
Success code from [100‥399]
[Pipeline] readJSON
[Pipeline] mail
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/est_and_branch_Pipeline_Pharo9.0
[Pipeline] {
[Pipeline] stage
[Pipeline] { (launchBenchmark)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/est_and_branch_Pipeline_Pharo9.0 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/Pharo9.0:refs/remotes/origin/Pharo9.0
Checking out Revision ac26aebafb1910e0ded535567043b87bfee5a026 (Pharo9.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ac26aebafb1910e0ded535567043b87bfee5a026
Commit message: "Merge pull request #6567 from MarcusDenker/Compiler-use-variable-not-assoc"

GitHub has been notified of this commit’s build result

[Pipeline] sh
+ git log -1 --format=%H
[Pipeline] build (Building pharo-benchmarks)
Scheduling project: pharo-benchmarks
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: UNSTABLE