Console Output

Skipping 1,214 KB.. Full Log
[unix-64] BlockClosure>>on:do:
[unix-64] [ :each | 
[unix-64] 		[aBlock value: each] 
[unix-64] 			on: Exception
[unix-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[unix-64] Array(SequenceableCollection)>>do:
[unix-64] TestWorkingSession(WorkingSession)>>runList:do:
[unix-64] TestWorkingSession(WorkingSession)>>runStartup:
[unix-64] TestWorkingSession>>start:
[unix-64] [ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[unix-64] 		session errorHandler: 
[unix-64] 			(TestStartupUIManager new
[unix-64] 				sessionManager: manager;
[unix-64] 				yourself).
[unix-64] 		
[unix-64] 		self 
[unix-64] 			shouldnt: [ session start: false ]
[unix-64] 			raise: Halt.
[unix-64] 		self
[unix-64] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[unix-64] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[unix-64] [aBlock value.
[unix-64]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[unix-64] BlockClosure>>on:do:
[unix-64] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[unix-64] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[unix-64] [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
[unix-64] 		session errorHandler: 
[unix-64] 			(TestStartupUIManager new
[unix-64] 				sessionManager: manager;
[unix-64] 				yourself).
[unix-64] 		
[unix-64] 		self 
[unix-64] 			shouldnt: [ session start: false ]
[unix-64] 			raise: Halt.
[unix-64] 		self
[unix-64] 			assert: (session instVarNamed: 'deferredStartupActions') size 
[unix-64] 			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
[unix-64] BlockClosure>>ensure:
[unix-64] UIManager class>>nonInteractiveDuring:
[unix-64] SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
[unix-64] SessionErrorHandlingTest(TestCase)>>performTest
[unix-64] [self setUp.
[unix-64] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[unix-64] BlockClosure>>ensure:
[unix-64] SessionErrorHandlingTest(TestCase)>>runCase
[unix-64] [aTestCase runCase] in [
[unix-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[unix-64] 			"if test was halted we should resume all background failures 
[unix-64] 			to debug all of them together with test process"
[unix-64] 			failedProcesses keysDo: #resume. halt pass ]
[unix-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[unix-64] BlockClosure>>on:do:
[unix-64] [
[unix-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[unix-64] 			"if test was halted we should resume all background failures 
[unix-64] 			to debug all of them together with test process"
[unix-64] 			failedProcesses keysDo: #resume. halt pass ]
[unix-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[unix-64] BlockClosure>>on:do:
[unix-64] TestExecutionEnvironment>>runTestCaseSafelly:
[unix-64] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[unix-64] 		testCompleted := true.
[unix-64] 		watchDogSemaphore signal]. "signal that test case completes"
[unix-64] 	
[unix-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[unix-64] BlockClosure>>ensure:
[unix-64] 
[unix-64] [ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
[unix-64] TestSessionHandler>>shutdown:
[unix-64] [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[unix-64] [aBlock value: each] in [ :each | 
[unix-64] 		[aBlock value: each] 
[unix-64] 			on: Exception
[unix-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
[unix-64] BlockClosure>>on:do:
[unix-64] [ :each | 
[unix-64] 		[aBlock value: each] 
[unix-64] 			on: Exception
[unix-64] 			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[unix-64] Array(SequenceableCollection)>>do:
[unix-64] TestWorkingSession(WorkingSession)>>runList:do:
[unix-64] TestWorkingSession(WorkingSession)>>runShutdown:
[unix-64] TestWorkingSession(WorkingSession)>>stop:
[unix-64] [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[unix-64] [aBlock value.
[unix-64]  	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
[unix-64] BlockClosure>>on:do:
[unix-64] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[unix-64] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[unix-64] SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
[unix-64] SessionErrorHandlingTest(TestCase)>>performTest
[unix-64] [self setUp.
[unix-64] 	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
[unix-64] BlockClosure>>ensure:
[unix-64] SessionErrorHandlingTest(TestCase)>>runCase
[unix-64] [aTestCase runCase] in [
[unix-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[unix-64] 			"if test was halted we should resume all background failures 
[unix-64] 			to debug all of them together with test process"
[unix-64] 			failedProcesses keysDo: #resume. halt pass ]
[unix-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [aTestCase runCase]
[unix-64] BlockClosure>>on:do:
[unix-64] [
[unix-64] 		[aTestCase runCase] on: Halt do: [ :halt | 
[unix-64] 			"if test was halted we should resume all background failures 
[unix-64] 			to debug all of them together with test process"
[unix-64] 			failedProcesses keysDo: #resume. halt pass ]
[unix-64] 	] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [...
[unix-64] BlockClosure>>on:do:
[unix-64] TestExecutionEnvironment>>runTestCaseSafelly:
[unix-64] [self runTestCaseSafelly: aTestCase] in [[self runTestCaseSafelly: aTestCase] ensure: [
[unix-64] 		testCompleted := true.
[unix-64] 		watchDogSemaphore signal]. "signal that test case completes"
[unix-64] 	
[unix-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseSafelly: aTestCase]
[unix-64] BlockClosure>>ensure:
[unix-64] [[self runTestCaseSafelly: aTestCase] ensure: [
[unix-64] 		testCompleted := true.
[unix-64] 		watchDogSemaphore signal]. "signal that test case completes"
[unix-64] 	
[unix-64] 	self checkForkedProcesses] in TestExecutionEnvironment>>runTestCase: in Block: [[self runTestCaseSafelly: aTestCase] ensure: [...
[unix-64] BlockClosure>>ifCurtailed:
[unix-64] TestExecutionEnvironment>>runTestCase:
[unix-32] an Object22450 run, 22446 passes, 2 failures, 2 errors.
[Pipeline] [unix-32] junit
[unix-32] Recording test results
[Pipeline] [unix-32] archiveArtifacts
[unix-32] Archiving artifacts
[unix-32] Recording fingerprints
[Pipeline] [unix-32] fileExists
[Pipeline] [unix-32] sh
[unix-32] + mv PharoDebug.log PharoDebug-Tests-unix-32.log
[Pipeline] [unix-32] archiveArtifacts
[unix-32] Archiving artifacts
[unix-32] Recording fingerprints
[Pipeline] [unix-32] fileExists
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // dir
[Pipeline] [unix-32] cleanWs
[unix-32] [WS-CLEANUP] Deleting project workspace...
[unix-32] [WS-CLEANUP] Deferred wipeout is used...
[unix-32] [WS-CLEANUP] done
[Pipeline] [unix-32] dir
[unix-32] Running in /builds/workspace/est_and_branch_Pipeline_Pharo9.0/Tests-unix-32
[Pipeline] [unix-32] {
[Pipeline] [unix-32] unstash
[Pipeline] [unix-32] sh
[unix-32] + bash -c bootstrap/scripts/runKernelTests.sh 32 Tests-unix-32Kernel
[unix-32] + CACHE=bootstrap-cache
[unix-32] + find bootstrap-cache
[unix-32] bootstrap-cache
[unix-32] bootstrap-cache/Pharo9.0-32bit-8ce6236.sources
[unix-32] bootstrap-cache/PharoV60.sources
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-core-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-32bit-8ce6236.zip
[unix-32] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-8ce6236.zip
[unix-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[unix-32] ++ cut -d- -f 1-2
[unix-32] ++ cut -d/ -f 2
[unix-32] ++ head -n 1
[unix-32] + TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
[unix-32] + TEST_VM_VERSION=70
[unix-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[unix-32] Downloading the latest pharoVM:
[unix-32] 	http://files.pharo.org/get-files/70/pharo-linux-stable.zip
[unix-32] pharo-vm/pharo
[unix-32] Creating starter scripts pharo and pharo-ui
[unix-32] VM downloaded
[unix-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-32bit-*.zip'
[unix-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.zip
[unix-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.zip
[unix-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.zip
[unix-32]   inflating: Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.image  
[unix-32] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.image
[unix-32] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.image
[unix-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[unix-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-8ce6236.zip
[unix-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-8ce6236.zip
[unix-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-8ce6236.zip
[unix-32]   inflating: AST-Core.hermes         
[unix-32]   inflating: AST-Core-Traits.hermes  
[unix-32]   inflating: CodeExport.hermes       
[unix-32]   inflating: CodeExport-Traits.hermes  
[unix-32]   inflating: CodeImportCommandLineHandlers.hermes  
[unix-32]   inflating: CodeImport.hermes       
[unix-32]   inflating: CodeImport-Traits.hermes  
[unix-32]   inflating: Collections-Abstract-Traits.hermes  
[unix-32]   inflating: Collections-Arithmetic.hermes  
[unix-32]   inflating: Collections-Atomic.hermes  
[unix-32]   inflating: Debugging-Core.hermes   
[unix-32]   inflating: DeprecatedFileStream.hermes  
[unix-32]   inflating: FileSystem-Core.hermes  
[unix-32]   inflating: FileSystem-Disk.hermes  
[unix-32]   inflating: Hermes-Extensions.hermes  
[unix-32]   inflating: InitializePackagesCommandLineHandler.hermes  
[unix-32]   inflating: JenkinsTools-Core.hermes  
[unix-32]   inflating: Jobs.hermes             
[unix-32]   inflating: Kernel-Chronology-Extras.hermes  
[unix-32]   inflating: Kernel-Tests.hermes     
[unix-32]   inflating: Kernel-Traits.hermes    
[unix-32]   inflating: Math-Operations-Extensions.hermes  
[unix-32]   inflating: Multilingual-Encodings.hermes  
[unix-32]   inflating: Multilingual-Languages.hermes  
[unix-32]   inflating: Multilingual-TextConversion.hermes  
[unix-32]   inflating: OpalCompiler-Core.hermes  
[unix-32]   inflating: ReflectionMirrors-Primitives.hermes  
[unix-32]   inflating: SUnit-Core.hermes       
[unix-32]   inflating: SUnit-Tests.hermes      
[unix-32]   inflating: System-SourcesCondenser.hermes  
[unix-32]   inflating: TraitsV2-Compatibility.hermes  
[unix-32]   inflating: TraitsV2.hermes         
[unix-32]   inflating: TraitsV2-Tests.hermes   
[unix-32]   inflating: Transcript-Core-Traits.hermes  
[unix-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-32bit-*.zip'
[unix-32] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-8ce6236.zip
[unix-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-8ce6236.zip
[unix-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-8ce6236.zip
[unix-32]   inflating: protocolsKernel.txt     
[unix-32]   inflating: packagesKernel.txt      
[unix-32] + mv ./Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.image bootstrap.image
[unix-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[unix-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[unix-32] + ./pharo bootstrap.image
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
[unix-32] SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[unix-32] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
[unix-32] SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[unix-32] SystemNotification: [Hermes] Reading AST-Core.hermes
[unix-32] SystemNotification: [Hermes] Installing AST-Core.hermes
[unix-32] SystemNotification: New Undeclared created... check dependencies: #(#ReparseAfterSourceEditing #SyntaxErrorNotification)
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-32] SystemNotification: [Hermes] Reading Jobs.hermes
[unix-32] SystemNotification: [Hermes] Installing Jobs.hermes
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-32] SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
[unix-32] SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-32] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] SystemNotification: [Hermes] Reading TraitsV2.hermes
[unix-32] SystemNotification: [Hermes] Installing TraitsV2.hermes
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-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
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] SystemNotification: [Hermes] Reading SUnit-Core.hermes
[unix-32] SystemNotification: [Hermes] Installing SUnit-Core.hermes
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-32] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[unix-32] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-32] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[unix-32] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[unix-32] SystemNotification: [Hermes] Reading SUnit-Tests.hermes
[unix-32] SystemNotification: [Hermes] Installing SUnit-Tests.hermes
[unix-32] SystemNotification: New Undeclared created... check dependencies: #(#ChangeSet)
[unix-32] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #ChangeSet #LanguageEnvironment #FileSystem)
[unix-32] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-unix-32Kernel SUnit-Core SUnit-Tests
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-64] 1
[unix-64] 1
[unix-64] 2
[unix-64] 2
[unix-64] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[unix-64] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[unix-32] Running tests in 2 Packages
[unix-32] DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[unix-32] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [unix-32] junit
[unix-32] Recording test results
[Pipeline] [unix-32] archiveArtifacts
[unix-32] Archiving artifacts
[unix-32] Recording fingerprints
[Pipeline] [unix-32] fileExists
[Pipeline] [unix-32] fileExists
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // dir
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // timeout
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // stage
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // node
[Pipeline] [unix-32] }
[osx-64] 
[osx-64] *** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
[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)
[unix-64] an Object22450 run, 22448 passes, 0 failures, 2 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
[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/PharoV60.sources
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-64bit-8ce6236.sources
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-8ce6236.zip
[unix-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-8ce6236.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-8ce6236.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[unix-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image  
[unix-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image
[unix-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image
[unix-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[unix-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.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-8ce6236.zip
[unix-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[unix-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[unix-64]   inflating: protocolsKernel.txt     
[unix-64]   inflating: packagesKernel.txt      
[unix-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.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] 
[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-32] NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
[windows-64] 1
[windows-64] 1
[windows-64] 2
[windows-64] 2
[windows-64] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[windows-64] NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
[osx-32] SubscriptOutOfBounds: 0
[osx-64] NewUndeclaredWarning: TestClassOther>>nonexistingMethodName4 (class1 is Undeclared)
[windows-64] an Object22450 run, 22448 passes, 0 failures, 2 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-8ce6236.sources
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[windows-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-8ce6236.zip
[windows-64] bootstrap-cache/PharoV60.sources
[windows-64] ++ find bootstrap-cache -name 'Pharo*.zip'
[windows-64] ++ head -n 1
[windows-64] ++ cut -d/ -f 2
[windows-64] ++ cut -d- -f 1-2
[windows-64] + TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
[windows-64] + TEST_VM_VERSION=70
[windows-64] + ./bootstrap/scripts/getPharoVM.sh 70 vm 64
[windows-64] Downloading the latest pharoVM:
[windows-64] 	http://files.pharo.org/get-files/70/pharo64-win-stable.zip
[windows-64] pharo-vm/PharoConsole.exe
[windows-64] Creating starter scripts pharo and pharo-ui
[windows-64] VM downloaded
[windows-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-64bit-*.zip'
[windows-64] + IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[windows-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image  
[windows-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image
[windows-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image
[windows-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[windows-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.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-8ce6236.zip
[windows-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[windows-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[windows-64]   inflating: protocolsKernel.txt     
[windows-64]   inflating: packagesKernel.txt      
[windows-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.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
[windows-64] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [windows-64] junit
[windows-64] Recording test results
[Pipeline] [windows-64] archiveArtifacts
[windows-64] Archiving artifacts
[windows-64] Recording fingerprints
[Pipeline] [windows-64] fileExists
[Pipeline] [windows-64] fileExists
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // dir
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // timeout
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // stage
[Pipeline] [windows-64] }
[Pipeline] [windows-64] // node
[Pipeline] [windows-64] }
[osx-64] SubscriptOutOfBounds: 0
[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: 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-32] an Object22450 run, 22445 passes, 2 failures, 3 errors.
[Pipeline] [osx-32] junit
[osx-32] Recording test results
[Pipeline] [osx-32] archiveArtifacts
[osx-32] Archiving artifacts
[osx-32] Recording fingerprints
[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)
[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-8ce6236.sources
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-core-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-8ce6236.zip
[osx-32] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-32bit-8ce6236.zip
[osx-32] bootstrap-cache/PharoV60.sources
[osx-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[osx-32] ++ head -n 1
[osx-32] ++ cut -d/ -f 2
[osx-32] ++ cut -d- -f 1-2
[osx-32] + TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
[osx-32] + TEST_VM_VERSION=70
[osx-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[osx-32] Downloading the latest pharoVM:
[osx-32] 	http://files.pharo.org/get-files/70/pharo-mac-stable.zip
[osx-32] pharo-vm/Pharo.app/Contents/MacOS/Pharo
[osx-32] Creating starter scripts pharo and pharo-ui
[osx-32] VM downloaded
[osx-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-32bit-*.zip'
[osx-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.zip
[osx-32]   inflating: Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.image  
[osx-32] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.image
[osx-32] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.image
[osx-32] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[osx-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-8ce6236.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-8ce6236.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-8ce6236.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-8ce6236.zip
[osx-32] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-8ce6236.zip
[osx-32] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-8ce6236.zip
[osx-32]   inflating: protocolsKernel.txt     
[osx-32]   inflating: packagesKernel.txt      
[osx-32] + mv ./Pharo9.0-SNAPSHOT-bootstrap-32bit-8ce6236.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-05-22 23:53:43.570 Pharo[32096: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-05-22 23:53:44.215 Pharo[32096:507] 23:53:44.215 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:44.216 Pharo[32096:507] 23:53:44.216 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-05-22 23:53:44.217 Pharo[32096:507] 23:53:44.217 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:44.218 Pharo[32096:507] 23:53:44.218 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-05-22 23:53:44.879 Pharo[32105: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-05-22 23:53:45.146 Pharo[32105:507] 23:53:45.145 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:45.146 Pharo[32105:507] 23:53:45.146 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-05-22 23:53:45.147 Pharo[32105:507] 23:53:45.147 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:45.147 Pharo[32105:507] 23:53:45.147 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-05-22 23:53:45.728 Pharo[32112: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-05-22 23:53:45.971 Pharo[32112:507] 23:53:45.970 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:45.971 Pharo[32112:507] 23:53:45.971 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-05-22 23:53:45.973 Pharo[32112:507] 23:53:45.973 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:45.973 Pharo[32112:507] 23:53:45.973 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-05-22 23:53:46.984 Pharo[32117: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-05-22 23:53:47.224 Pharo[32117:507] 23:53:47.224 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:47.225 Pharo[32117:507] 23:53:47.225 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-05-22 23:53:47.225 Pharo[32117:507] 23:53:47.225 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:47.226 Pharo[32117:507] 23:53:47.226 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-05-22 23:53:49.507 Pharo[32142: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-05-22 23:53:49.704 Pharo[32142:507] 23:53:49.704 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:49.704 Pharo[32142:507] 23:53:49.704 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-05-22 23:53:49.705 Pharo[32142:507] 23:53:49.705 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:49.705 Pharo[32142:507] 23:53:49.705 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-05-22 23:53:50.458 Pharo[32147: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-05-22 23:53:50.890 Pharo[32147:507] 23:53:50.890 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:50.890 Pharo[32147:507] 23:53:50.890 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-05-22 23:53:50.891 Pharo[32147:507] 23:53:50.891 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:50.891 Pharo[32147:507] 23:53:50.891 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-05-22 23:53:51.704 Pharo[32156: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-05-22 23:53:52.127 Pharo[32156:507] 23:53:52.127 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:52.128 Pharo[32156:507] 23:53:52.127 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2020-05-22 23:53:52.131 Pharo[32156:507] 23:53:52.130 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2020-05-22 23:53:52.131 Pharo[32156:507] 23:53:52.131 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] an Object22450 run, 22448 passes, 0 failures, 2 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-8ce6236.sources
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[osx-64] bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-8ce6236.zip
[osx-64] bootstrap-cache/PharoV60.sources
[osx-64] ++ head -n 1
[osx-64] ++ cut -d/ -f 2
[osx-64] ++ cut -d- -f 1-2
[osx-64] ++ find bootstrap-cache -name 'Pharo*.zip'
[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-8ce6236.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.zip
[osx-64]   inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image  
[osx-64] ++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image
[osx-64] + IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.image
[osx-64] ++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
[osx-64] + HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-8ce6236.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-8ce6236.zip
[osx-64] + unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[osx-64] Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-8ce6236.zip
[osx-64]   inflating: protocolsKernel.txt     
[osx-64]   inflating: packagesKernel.txt      
[osx-64] + mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-8ce6236.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-05-22 23:55:13.225 Pharo[32389: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-05-22 23:55:13.413 Pharo[32389:507] 23:55:13.412 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:13.413 Pharo[32389:507] 23:55:13.413 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-05-22 23:55:13.414 Pharo[32389:507] 23:55:13.414 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:13.414 Pharo[32389:507] 23:55:13.414 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[osx-64] 2020-05-22 23:55:13.697 Pharo[32395: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-05-22 23:55:13.808 Pharo[32395:507] 23:55:13.807 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:13.808 Pharo[32395:507] 23:55:13.808 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-05-22 23:55:13.809 Pharo[32395:507] 23:55:13.809 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:13.809 Pharo[32395:507] 23:55:13.809 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
[osx-64] SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[osx-64] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[osx-64] 2020-05-22 23:55:14.108 Pharo[32401: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-05-22 23:55:14.223 Pharo[32401:507] 23:55:14.223 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:14.223 Pharo[32401:507] 23:55:14.223 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-05-22 23:55:14.224 Pharo[32401:507] 23:55:14.224 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:14.224 Pharo[32401:507] 23:55:14.224 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
[osx-64] SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #LanguageEnvironment #FileAttributeNotSupported #FileSystem #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #PragmaCollector #Latin1)
[osx-64] SystemNotification: [Hermes] Reading AST-Core.hermes
[osx-64] SystemNotification: [Hermes] Installing AST-Core.hermes
[osx-64] SystemNotification: New Undeclared created... check dependencies: #(#ReparseAfterSourceEditing #SyntaxErrorNotification)
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading Jobs.hermes
[osx-64] SystemNotification: [Hermes] Installing Jobs.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
[osx-64] SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[osx-64] 2020-05-22 23:55:14.880 Pharo[32406: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-05-22 23:55:14.989 Pharo[32406:507] 23:55:14.989 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:14.990 Pharo[32406:507] 23:55:14.990 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-05-22 23:55:14.990 Pharo[32406:507] 23:55:14.990 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:14.990 Pharo[32406:507] 23:55:14.990 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[osx-64] 2020-05-22 23:55:16.536 Pharo[32413: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-05-22 23:55:16.766 Pharo[32413:507] 23:55:16.766 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:16.767 Pharo[32413:507] 23:55:16.766 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-05-22 23:55:16.767 Pharo[32413:507] 23:55:16.767 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:16.767 Pharo[32413:507] 23:55:16.767 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] SystemNotification: [Hermes] Reading TraitsV2.hermes
[osx-64] SystemNotification: [Hermes] Installing TraitsV2.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[osx-64] 2020-05-22 23:55:17.490 Pharo[32418: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-05-22 23:55:17.620 Pharo[32418:507] 23:55:17.620 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:17.621 Pharo[32418:507] 23:55:17.621 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-05-22 23:55:17.621 Pharo[32418:507] 23:55:17.621 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:17.622 Pharo[32418:507] 23:55:17.622 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] SystemNotification: [Hermes] Reading SUnit-Core.hermes
[osx-64] SystemNotification: [Hermes] Installing SUnit-Core.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[osx-64] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
[osx-64] SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
[osx-64] SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #PragmaCollector #FileLocator #Latin1 #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #LanguageEnvironment #FileSystem)
[osx-64] SystemNotification: [Hermes] Reading SUnit-Tests.hermes
[osx-64] SystemNotification: [Hermes] Installing SUnit-Tests.hermes
[osx-64] SystemNotification: 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-05-22 23:55:18.863 Pharo[32441: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-05-22 23:55:19.229 Pharo[32441:507] 23:55:19.229 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:19.230 Pharo[32441:507] 23:55:19.230 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-64] 2020-05-22 23:55:19.230 Pharo[32441:507] 23:55:19.230 ERROR:     [0x7fff73531310] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-64] 2020-05-22 23:55:19.230 Pharo[32441:507] 23:55:19.230 ERROR:     [0x7fff73531310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-64] Running tests in 2 Packages
[osx-64] DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
[osx-64] 102 run, 102 passes, 0 failures, 0 errors.
[Pipeline] [osx-64] junit
[osx-64] Recording test results
[Pipeline] [osx-64] archiveArtifacts
[osx-64] Archiving artifacts
[osx-64] Recording fingerprints
[Pipeline] [osx-64] fileExists
[Pipeline] [osx-64] fileExists
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // dir
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // timeout
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // stage
[Pipeline] [osx-64] }
[Pipeline] [osx-64] // node
[Pipeline] [osx-64] }
[Pipeline] // parallel
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix-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 8ce6236be6057e5d33352dc1c0d52b713e962ab6 (Pharo9.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ce6236be6057e5d33352dc1c0d52b713e962ab6
Commit message: "Merge pull request #6384 from tinchodias/6382-Add-tests-to-Athens-Cairo-SVG-and-PDF-creation"

GitHub has been notified of this commit’s build result

[Pipeline] sh
+ git log -1 --format=%B
[Pipeline] sh
+ git log -1 --format=%p
[Pipeline] httpRequest
HttpMethod: GET
URL: https://api.github.com/repos/pharo-project/pharo/pulls/6384
Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/6384
Response Code: HTTP/1.1 200 OK
Success code from [100‥399]
[Pipeline] readJSON
[Pipeline] mail
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 139
Finished: FAILURE