Console Output

Skipping 1,282 KB.. Full Log
[windows-32] 
[windows-32] [ Halt now ] 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: [ Halt now ]
[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] BlockClosure>>ifCurtailed:
[windows-32] TestExecutionEnvironment>>runTestCase:
[osx-64] SubscriptOutOfBounds: 0
[unix-64] an Object22326 run, 22326 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] 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
[windows-32] 1
[windows-32] 1
[windows-32] 2
[windows-32] 2
[windows-32] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[windows-32] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[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-rpackage-64bit-9997302.zip
[unix-64] bootstrap-cache/PharoV60.sources
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-9997302.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-9997302.zip
[unix-64] bootstrap-cache/Pharo9.0-64bit-9997302.sources
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-9997302.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-9997302.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-9997302.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-9997302.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-9997302.zip
[unix-64] ++ find bootstrap-cache -name 'Pharo*.zip'
[unix-64] ++ cut -d- -f 1-2
[unix-64] ++ head -n 1
[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
[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-9997302.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[unix-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image  
[unix-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image
[unix-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image
[unix-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[unix-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.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-9997302.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-9997302.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-9997302.zip
[unix-64]   inflating: protocolsKernel.txt     
[unix-64]   inflating: packagesKernel.txt      
[unix-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.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: New Undeclared created... check dependencies: #(#ChangeSet)
[unix-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #ChangeSet #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] 
[osx-32] *** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] BlockClosure>>ifCurtailed:
[windows-64] TestExecutionEnvironment>>runTestCase:
[osx-64] DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[windows-32] an Object22326 run, 22326 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
[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)
[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-9997302.sources
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-core-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-9997302.zip
[windows-32] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-32bit-9997302.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-9997302.zip
[windows-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.zip
[windows-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.zip
[windows-32]   inflating: Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.image  
[windows-32] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.image
[windows-32] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.image
[windows-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[windows-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-9997302.zip
[windows-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-9997302.zip
[windows-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-9997302.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-9997302.zip
[windows-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-9997302.zip
[windows-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-9997302.zip
[windows-32]   inflating: protocolsKernel.txt     
[windows-32]   inflating: packagesKernel.txt      
[windows-32] + mv ./Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.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: New Undeclared created... check dependencies: #(#ChangeSet)
[windows-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #ChangeSet #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] }
[windows-64] an Object22326 run, 22326 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] 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-9997302.sources
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-9997302.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-9997302.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
[osx-64] SystemNotification: TD
[osx-64] SystemNotification: TB
[osx-64] SystemNotification: TC
[osx-64] SystemNotification: TA
[osx-64] SystemNotification: CA
[osx-64] SystemNotification: CB
[osx-64] SystemNotification: TA
[osx-64] SystemNotification: TB
[osx-64] SystemNotification: TC
[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-9997302.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[osx-64] SystemNotification: TD
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[windows-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image  
[windows-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image
[windows-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image
[windows-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[windows-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.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-9997302.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-9997302.zip
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-9997302.zip
[windows-64]   inflating: protocolsKernel.txt     
[windows-64]   inflating: packagesKernel.txt      
[windows-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.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
[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: New Undeclared created... check dependencies: #(#ChangeSet)
[windows-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #ChangeSet #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
[osx-64] SystemNotification: T6
[windows-64] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [windows-64] junit
[osx-32] NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
[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-64] 
[osx-64] *** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
[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-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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] BlockClosure>>ifCurtailed:
[osx-32] TestExecutionEnvironment>>runTestCase:
[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: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
[osx-32] an Object22326 run, 22326 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] 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-9997302.sources
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-core-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-9997302.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-32bit-9997302.zip
[osx-32] bootstrap-cache/PharoV60.sources
[osx-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[osx-32] ++ cut -d/ -f 2
[osx-32] ++ head -n 1
[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-9997302.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.zip
[osx-32]   inflating: Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.image  
[osx-32] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.image
[osx-32] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.image
[osx-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[osx-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-9997302.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-9997302.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-9997302.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-9997302.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-9997302.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-9997302.zip
[osx-32]   inflating: protocolsKernel.txt     
[osx-32]   inflating: packagesKernel.txt      
[osx-32] + mv ./Pharo9.0-SNAPSHOT-bootstrap-32bit-9997302.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-04-13 09:11:25.528 Pharo[17916: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-04-13 09:11:28.937 Pharo[17916:507] 09:11:28.924 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:28.937 Pharo[17916:507] 09:11:28.937 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-04-13 09:11:28.946 Pharo[17916:507] 09:11:28.946 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:28.951 Pharo[17916:507] 09:11:28.951 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-04-13 09:11:31.927 Pharo[17955: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-04-13 09:11:32.257 Pharo[17955:507] 09:11:32.257 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:32.257 Pharo[17955:507] 09:11:32.257 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-04-13 09:11:32.258 Pharo[17955:507] 09:11:32.258 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:32.259 Pharo[17955:507] 09:11:32.259 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-04-13 09:11:34.668 Pharo[17964: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-04-13 09:11:35.090 Pharo[17964:507] 09:11:35.090 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:35.090 Pharo[17964:507] 09:11:35.090 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-04-13 09:11:35.091 Pharo[17964:507] 09:11:35.091 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:35.091 Pharo[17964:507] 09:11:35.091 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-04-13 09:11:37.431 Pharo[17974: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-04-13 09:11:37.742 Pharo[17974:507] 09:11:37.742 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:37.743 Pharo[17974:507] 09:11:37.743 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-04-13 09:11:37.744 Pharo[17974:507] 09:11:37.744 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:37.744 Pharo[17974:507] 09:11:37.744 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-04-13 09:11:41.856 Pharo[18001: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-04-13 09:11:42.224 Pharo[18001:507] 09:11:42.224 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:42.225 Pharo[18001:507] 09:11:42.225 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-04-13 09:11:42.226 Pharo[18001:507] 09:11:42.225 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:42.226 Pharo[18001:507] 09:11:42.226 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-04-13 09:11:44.985 Pharo[18010: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-04-13 09:11:46.148 Pharo[18010:507] 09:11:46.148 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:46.149 Pharo[18010:507] 09:11:46.149 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-04-13 09:11:46.150 Pharo[18010:507] 09:11:46.150 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:46.150 Pharo[18010:507] 09:11:46.150 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: New Undeclared created... check dependencies: #(#ChangeSet)
[osx-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #ChangeSet #LanguageEnvironment #FileSystem)
[osx-32] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-osx-32Kernel SUnit-Core SUnit-Tests
[osx-32] 2020-04-13 09:11:48.514 Pharo[18023: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-04-13 09:11:48.941 Pharo[18023:507] 09:11:48.941 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:48.941 Pharo[18023:507] 09:11:48.941 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-04-13 09:11:48.944 Pharo[18023:507] 09:11:48.944 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-04-13 09:11:48.945 Pharo[18023:507] 09:11:48.945 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] 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-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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] BlockClosure>>ifCurtailed:
[osx-64] TestExecutionEnvironment>>runTestCase:
[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 Object22326 run, 22326 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] 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-9997302.sources
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-9997302.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-9997302.zip
[osx-64] bootstrap-cache/PharoV60.sources
[osx-64] ++ find bootstrap-cache -name 'Pharo*.zip'
[osx-64] ++ head -n 1
[osx-64] ++ cut -d/ -f 2
[osx-64] ++ cut -d- -f 1-2
[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-9997302.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.zip
[osx-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image  
[osx-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image
[osx-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.image
[osx-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[osx-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-9997302.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-9997302.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-9997302.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-9997302.zip
[osx-64]   inflating: protocolsKernel.txt     
[osx-64]   inflating: packagesKernel.txt      
[osx-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-9997302.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-04-13 09:16:36.380 Pharo[18733: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-04-13 09:16:37.672 Pharo[18733:507] 09:16:37.672 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:37.672 Pharo[18733:507] 09:16:37.672 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-04-13 09:16:37.673 Pharo[18733:507] 09:16:37.673 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:37.673 Pharo[18733:507] 09:16:37.673 ERROR:     [0x7fff743db310] >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-04-13 09:16:39.836 Pharo[18762: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-04-13 09:16:39.959 Pharo[18762:507] 09:16:39.959 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:39.959 Pharo[18762:507] 09:16:39.959 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-04-13 09:16:39.960 Pharo[18762:507] 09:16:39.960 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:39.961 Pharo[18762:507] 09:16:39.961 ERROR:     [0x7fff743db310] >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-04-13 09:16:41.364 Pharo[18767: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-04-13 09:16:41.588 Pharo[18767:507] 09:16:41.588 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:41.588 Pharo[18767:507] 09:16:41.588 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-04-13 09:16:41.598 Pharo[18767:507] 09:16:41.598 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:41.598 Pharo[18767:507] 09:16:41.598 ERROR:     [0x7fff743db310] >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-04-13 09:16:43.559 Pharo[18774: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-04-13 09:16:43.638 Pharo[18774:507] 09:16:43.637 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:43.638 Pharo[18774:507] 09:16:43.638 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-04-13 09:16:43.639 Pharo[18774:507] 09:16:43.638 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:43.639 Pharo[18774:507] 09:16:43.639 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[osx-64] 2020-04-13 09:16:46.067 Pharo[18798: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-04-13 09:16:46.161 Pharo[18798:507] 09:16:46.161 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:46.162 Pharo[18798:507] 09:16:46.162 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-04-13 09:16:46.162 Pharo[18798:507] 09:16:46.162 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:46.162 Pharo[18798:507] 09:16:46.162 ERROR:     [0x7fff743db310] >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-04-13 09:16:47.213 Pharo[18803: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-04-13 09:16:47.328 Pharo[18803:507] 09:16:47.328 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:47.328 Pharo[18803:507] 09:16:47.328 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-04-13 09:16:47.329 Pharo[18803:507] 09:16:47.329 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:47.330 Pharo[18803:507] 09:16:47.330 ERROR:     [0x7fff743db310] >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: New Undeclared created... check dependencies: #(#ChangeSet)
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #ChangeSet #LanguageEnvironment #FileSystem)
[osx-64] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-osx-64Kernel SUnit-Core SUnit-Tests
[osx-64] 2020-04-13 09:16:48.482 Pharo[18810: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-04-13 09:16:48.610 Pharo[18810:507] 09:16:48.610 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:48.611 Pharo[18810:507] 09:16:48.611 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-04-13 09:16:48.611 Pharo[18810:507] 09:16:48.611 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-04-13 09:16:48.612 Pharo[18810:507] 09:16:48.612 ERROR:     [0x7fff743db310] >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-2 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 9997302e40cfa8b0f4e329f119634bfc0168b24f (Pharo9.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9997302e40cfa8b0f4e329f119634bfc0168b24f
Commit message: "Update enhancement-request.md"
[Pipeline] sh
+ git log -1 --format=%B
[Pipeline] sh
+ git log -1 --format=%p
[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-2 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 9997302e40cfa8b0f4e329f119634bfc0168b24f (Pharo9.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9997302e40cfa8b0f4e329f119634bfc0168b24f
Commit message: "Update enhancement-request.md"
[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: SUCCESS