Console Output

Skipping 1,336 KB.. Full Log
Debugger error: Error

[ Set new ] in OupsDummyDebugger class>>dummySession in Block: [ Set new ]
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :arg2 | arg2 startup: arg1 ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :arg2 | arg2 startup: arg1 ]
[ arg2 value: arg3 ] in [ :arg3 | 
		[ arg2 value: arg3 ]
			on: Exception
			do: [ :arg4 | self errorHandler handleError: arg4 ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ arg2 value: arg3 ]
FullBlockClosure(BlockClosure)>>on:do:
[ :arg3 | 
		[ arg2 value: arg3 ]
			on: Exception
			do: [ :arg4 | self errorHandler handleError: arg4 ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :arg3 | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[ arg2 value: arg3 ] in [ :arg3 | 
		[ arg2 value: arg3 ]
			on: Exception
			do: [ :arg4 | self errorHandler handleError: arg4 ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ arg2 value: arg3 ]
FullBlockClosure(BlockClosure)>>on:do:
[ :arg3 | 
		[ arg2 value: arg3 ]
			on: Exception
			do: [ :arg4 | self errorHandler handleError: arg4 ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :arg3 | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
an Object27818 run, 27816 passes, 1 failures, 1 errors.
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-osx-64.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-osx-64.log
[Pipeline] sh
+ cat progress-Tests-osx-64.log
running suite: Fuel-Platform-Pharo-Core-Tests
starting testcase: FLSerializeExternalAddressTest>>testDeserializedExternalAddressIsNull ... finished
starting testcase: FLSerializeExternalAddressTest>>testSerializeExternalAddressCorrectly ... finished
finished running suite: Fuel-Platform-Pharo-Core-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in /builds/workspace/est_and_branch_Pipeline_Pharo9.0/Tests-osx-64
[Pipeline] {
[Pipeline] unstash
[Pipeline] sh
+ bash -c 'bootstrap/scripts/runKernelTests.sh 64 Tests-osx-64Kernel'
+ CACHE=bootstrap-cache
+ find bootstrap-cache
bootstrap-cache
bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-64bit-d3cede1.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-d3cede1.zip
bootstrap-cache/PharoV60.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-d3cede1.zip
++ find bootstrap-cache -name 'Pharo*.zip'
++ head -n 1
++ cut -d/ -f 2
++ cut -d- -f 1-2
+ TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
+ TEST_VM_VERSION=90
+ '[' 64 -eq 32 ']'
+ TEST_VM_KIND=vmHeadlessLatest
+ ./bootstrap/scripts/getPharoVM.sh 90 vmHeadlessLatest 64
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/90/pharo64-mac-headless-latest.zip
pharo-vm/Pharo.app/Contents/MacOS/Pharo
Creating starter scripts pharo and pharo-ui
VM downloaded
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-64bit-*.zip'
+ IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.zip
  inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.image  
++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.image
+ IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.image
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
+ HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-d3cede1.zip
  inflating: AST-Core.hermes         
  inflating: AST-Core-Traits.hermes  
  inflating: CodeExport.hermes       
  inflating: CodeExport-Traits.hermes  
  inflating: CodeImportCommandLineHandlers.hermes  
  inflating: CodeImport.hermes       
  inflating: CodeImport-Traits.hermes  
  inflating: Collections-Abstract-Traits.hermes  
  inflating: Collections-Arithmetic.hermes  
  inflating: Collections-Atomic.hermes  
  inflating: Debugging-Core.hermes   
  inflating: FileSystem-Core.hermes  
  inflating: FileSystem-Disk.hermes  
  inflating: Hermes-Extensions.hermes  
  inflating: InitializePackagesCommandLineHandler.hermes  
  inflating: JenkinsTools-Core.hermes  
  inflating: Jobs.hermes             
  inflating: Kernel-Chronology-Extras.hermes  
  inflating: Kernel-Tests.hermes     
  inflating: Kernel-Traits.hermes    
  inflating: Math-Operations-Extensions.hermes  
  inflating: Multilingual-Encodings.hermes  
  inflating: OpalCompiler-Core.hermes  
  inflating: ReflectionMirrors-Primitives.hermes  
  inflating: SUnit-Core.hermes       
  inflating: SUnit-Tests.hermes      
  inflating: System-SourcesCondenser.hermes  
  inflating: TraitsV2-Compatibility.hermes  
  inflating: TraitsV2.hermes         
  inflating: Transcript-Core-Traits.hermes  
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-64bit-*.zip'
+ RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-d3cede1.zip
  inflating: protocolsKernel.txt     
  inflating: packagesKernel.txt      
+ mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
+ ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #CleanBlockChecker #FileSystem)
+ ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #CleanBlockChecker #FileSystem)
SystemNotification: [Hermes] Reading AST-Core.hermes
SystemNotification: [Hermes] Installing AST-Core.hermes
SystemNotification: New Undeclared created... check dependencies: #(#UnresolvedVariable #ReparseAfterSourceEditing #SyntaxErrorNotification)
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading Jobs.hermes
SystemNotification: [Hermes] Installing Jobs.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (val is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg1 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (arg2 is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
NewUndeclaredWarning: UndefinedObject>>conditionBlockGenerator (var is Undeclared)
+ ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
SystemNotification: [Hermes] Reading TraitsV2.hermes
SystemNotification: [Hermes] Installing TraitsV2.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-osx-64Kernel SUnit-Core SUnit-Tests
Running tests in 2 Packages
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
188 run, 188 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-osx-64Kernel.log
[Pipeline] sh
+ cat progress-Tests-osx-64Kernel.log
running suite: SUnit-Tests
starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentCategories ... finished
starting testcase: ClassFactoryForTestCaseTest>>testClassFastCreationInDifferentCategories ... finished
starting testcase: ClassFactoryForTestCaseTest>>testDefaultCategoryCleanUp ... finished
starting testcase: ClassFactoryForTestCaseTest>>testDuplicateClassWithNewName ... finished
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassFastCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testClassCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testClassFastCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testDefaultCategoryCleanUp ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testMultipleClassCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testPackageCleanUp ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testSingleClassCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testSingleClassFastCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testedEnvironment ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testedOrganization ... finished
starting testcase: ExampleSetTest>>testAdd ... finished
starting testcase: ExampleSetTest>>testGrow ... finished
starting testcase: ExampleSetTest>>testIllegal ... finished
starting testcase: ExampleSetTest>>testIncludes ... finished
starting testcase: ExampleSetTest>>testOccurrences ... finished
starting testcase: ExampleSetTest>>testRemove ... finished
starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished
starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished
starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished
starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished
starting testcase: ResumableTestFailureTestCase>>testResumable ... finished
starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished
starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished
starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished
starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished
starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testShouldFix ... finished
starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished
starting testcase: SUnitTest>>testAssert ... finished
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished
starting testcase: SUnitTest>>testDefects ... finished
starting testcase: SUnitTest>>testDialectLocalizedException ... finished
starting testcase: SUnitTest>>testError ... finished
starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished
starting testcase: SUnitTest>>testException ... finished
starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished
starting testcase: SUnitTest>>testExpectedFailure ... finished
starting testcase: SUnitTest>>testExpectedFailureDetection ... finished
starting testcase: SUnitTest>>testExpectedFailurePass ... finished
starting testcase: SUnitTest>>testFail ... finished
starting testcase: SUnitTest>>testFailedChildProcessTest ... finished
starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished
starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished
starting testcase: SUnitTest>>testFileOutResult ... finished
starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished
starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished
starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished
starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished
starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished
starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished
starting testcase: SUnitTest>>testLongRunningTest ... finished
starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished
starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished
starting testcase: SUnitTest>>testRan ... finished
starting testcase: SUnitTest>>testRanOnlyOnce ... finished
starting testcase: SUnitTest>>testResult ... finished
starting testcase: SUnitTest>>testRunning ... finished
starting testcase: SUnitTest>>testRunningLongTime ... finished
starting testcase: SUnitTest>>testShould ... finished
starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished
starting testcase: SUnitTest>>testSuite ... finished
starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished
starting testcase: SUnitTest>>testWithExceptionDo ... finished
starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished
starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished
starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished
starting testcase: TestCaseTest>>testAnnouncement ... finished
starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished
starting testcase: TestCaseTest>>testIsUnitTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished
starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished
starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished
starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished
starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished
starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished
starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished
starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished
finished running suite: SUnit-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }

[ Halt now ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
TestSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runStartup:
TestWorkingSession>>start:
[ session start: false ] in [	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[	manager register: (TestSessionHandler onStartup: [ Halt now ]).	
		session errorHandler: 
			(TestStartupUIManager new
				sessionManager: manager;
				yourself).
		
		self 
			shouldnt: [ session start: false ]
			raise: Halt.
		self
			assert: (session instVarNamed: 'deferredStartupActions') size 
			equals: 1] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [	manager register: (TestSessionHandler onStartup:...etc...
FullBlockClosure(BlockClosure)>>ensure:
UIManager class>>nonInteractiveDuring:
SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:

[ ZeroDivide signal ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ ZeroDivide signal ]
TestSessionHandler>>shutdown:
[ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[aBlock value: each] in [ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [aBlock value: each]
FullBlockClosure(BlockClosure)>>on:do:
[ :each | 
		[aBlock value: each] 
			on: Exception
			do: [ :error | self errorHandler handleError: error] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
TestWorkingSession(WorkingSession)>>runList:do:
TestWorkingSession(WorkingSession)>>runShutdown:
TestWorkingSession(WorkingSession)>>stop:
[ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[aBlock value.
 	false] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [aBlock value....
FullBlockClosure(BlockClosure)>>on:do:
SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
SessionErrorHandlingTest(TestCase)>>performTest
[self setUp.
	self performTest] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [self setUp....
FullBlockClosure(BlockClosure)>>ensure:
SessionErrorHandlingTest(TestCase)>>runCase
[aTestCase runCase] in [
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [aTestCase runCase]
FullBlockClosure(BlockClosure)>>ensure:
[
		[aTestCase runCase] ensure: [
			"Terminated test is not considered as completed (user just closed a debugger for example)"
			mainTestProcess isTerminating ifFalse: [ 
				self handleCompletedTest ]]
	] in TestExecutionEnvironment>>runTestCaseUnderWatchdog: in Block: [...
FullBlockClosure(BlockClosure)>>on:do:
TestExecutionEnvironment>>runTestCaseUnderWatchdog:
[self runTestCaseUnderWatchdog: aTestCase] in TestExecutionEnvironment>>runTestCase: in Block: [self runTestCaseUnderWatchdog: aTestCase]
FullBlockClosure(BlockClosure)>>ensure:
TestExecutionEnvironment>>runTestCase:
CurrentExecutionEnvironment class>>runTestCase:
SessionErrorHandlingTest(TestCase)>>runCaseManaged
an Object27818 run, 27816 passes, 1 failures, 1 errors.
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-unix-32.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-unix-32.log
[Pipeline] sh
+ cat progress-Tests-unix-32.log
running suite: Fuel-Platform-Pharo-Core-Tests
starting testcase: FLSerializeExternalAddressTest>>testDeserializedExternalAddressIsNull ... finished
starting testcase: FLSerializeExternalAddressTest>>testSerializeExternalAddressCorrectly ... finished
finished running suite: Fuel-Platform-Pharo-Core-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in /builds/workspace/est_and_branch_Pipeline_Pharo9.0/Tests-unix-32
[Pipeline] {
[Pipeline] unstash
[Pipeline] sh
+ bash -c bootstrap/scripts/runKernelTests.sh 32 Tests-unix-32Kernel
+ CACHE=bootstrap-cache
+ find bootstrap-cache
bootstrap-cache
bootstrap-cache/PharoV60.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-32bit-d3cede1.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-traits-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-core-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-32bit-d3cede1.zip
++ find bootstrap-cache -name 'Pharo*.zip'
++ cut -d/ -f 2
++ cut -d- -f 1-2
++ head -n 1
+ TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
+ TEST_VM_VERSION=90
+ '[' 32 -eq 32 ']'
+ TEST_VM_KIND=vm
+ ./bootstrap/scripts/getPharoVM.sh 90 vm 32
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/90/pharo-linux-stable.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
VM downloaded
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-32bit-*.zip'
+ IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-d3cede1.zip
  inflating: Pharo9.0-SNAPSHOT-bootstrap-32bit-d3cede1.image  
++ find . -name Pharo9.0-SNAPSHOT-bootstrap-32bit-d3cede1.image
+ IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-32bit-d3cede1.image
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-32bit-*.zip'
+ HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-d3cede1.zip
  inflating: AST-Core.hermes         
  inflating: AST-Core-Traits.hermes  
  inflating: CodeExport.hermes       
  inflating: CodeExport-Traits.hermes  
  inflating: CodeImportCommandLineHandlers.hermes  
  inflating: CodeImport.hermes       
  inflating: CodeImport-Traits.hermes  
  inflating: Collections-Abstract-Traits.hermes  
  inflating: Collections-Arithmetic.hermes  
  inflating: Collections-Atomic.hermes  
  inflating: Debugging-Core.hermes   
  inflating: FileSystem-Core.hermes  
  inflating: FileSystem-Disk.hermes  
  inflating: Hermes-Extensions.hermes  
  inflating: InitializePackagesCommandLineHandler.hermes  
  inflating: JenkinsTools-Core.hermes  
  inflating: Jobs.hermes             
  inflating: Kernel-Chronology-Extras.hermes  
  inflating: Kernel-Tests.hermes     
  inflating: Kernel-Traits.hermes    
  inflating: Math-Operations-Extensions.hermes  
  inflating: Multilingual-Encodings.hermes  
  inflating: OpalCompiler-Core.hermes  
  inflating: ReflectionMirrors-Primitives.hermes  
  inflating: SUnit-Core.hermes       
  inflating: SUnit-Tests.hermes      
  inflating: System-SourcesCondenser.hermes  
  inflating: TraitsV2-Compatibility.hermes  
  inflating: TraitsV2.hermes         
  inflating: Transcript-Core-Traits.hermes  
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-32bit-*.zip'
+ RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-d3cede1.zip
  inflating: protocolsKernel.txt     
  inflating: packagesKernel.txt      
+ mv ./Pharo9.0-SNAPSHOT-bootstrap-32bit-d3cede1.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #CleanBlockChecker #FileSystem)
+ ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #CleanBlockChecker #FileSystem)
SystemNotification: [Hermes] Reading AST-Core.hermes
SystemNotification: [Hermes] Installing AST-Core.hermes
SystemNotification: New Undeclared created... check dependencies: #(#UnresolvedVariable #ReparseAfterSourceEditing #SyntaxErrorNotification)
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading Jobs.hermes
SystemNotification: [Hermes] Installing Jobs.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
+ ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
SystemNotification: [Hermes] Reading TraitsV2.hermes
SystemNotification: [Hermes] Installing TraitsV2.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-unix-32Kernel SUnit-Core SUnit-Tests
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

cat <<END | sudo tee /etc/security/limits.d/pharo.conf
*      hard    rtprio  2
*      soft    rtprio  2
END

and report to the pharo mailing list whether this improves behaviour.

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
1
1
2
2
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
NewUndeclaredWarning: FBDExamples>>exampleWhileTrue3 (tmp1 is Undeclared)
Running tests in 2 Packages
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
188 run, 188 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-unix-32Kernel.log
[Pipeline] sh
+ cat progress-Tests-unix-32Kernel.log
running suite: SUnit-Tests
starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentCategories ... finished
starting testcase: ClassFactoryForTestCaseTest>>testClassFastCreationInDifferentCategories ... finished
starting testcase: ClassFactoryForTestCaseTest>>testDefaultCategoryCleanUp ... finished
starting testcase: ClassFactoryForTestCaseTest>>testDuplicateClassWithNewName ... finished
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassFastCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testClassCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testClassFastCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testDefaultCategoryCleanUp ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testMultipleClassCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testPackageCleanUp ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testSingleClassCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testSingleClassFastCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testedEnvironment ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testedOrganization ... finished
starting testcase: ExampleSetTest>>testAdd ... finished
starting testcase: ExampleSetTest>>testGrow ... finished
starting testcase: ExampleSetTest>>testIllegal ... finished
starting testcase: ExampleSetTest>>testIncludes ... finished
starting testcase: ExampleSetTest>>testOccurrences ... finished
starting testcase: ExampleSetTest>>testRemove ... finished
starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished
starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished
starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished
starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished
starting testcase: ResumableTestFailureTestCase>>testResumable ... finished
starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished
starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished
starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished
starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished
starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testShouldFix ... finished
starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished
starting testcase: SUnitTest>>testAssert ... finished
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished
starting testcase: SUnitTest>>testDefects ... finished
starting testcase: SUnitTest>>testDialectLocalizedException ... finished
starting testcase: SUnitTest>>testError ... finished
starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished
starting testcase: SUnitTest>>testException ... finished
starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished
starting testcase: SUnitTest>>testExpectedFailure ... finished
starting testcase: SUnitTest>>testExpectedFailureDetection ... finished
starting testcase: SUnitTest>>testExpectedFailurePass ... finished
starting testcase: SUnitTest>>testFail ... finished
starting testcase: SUnitTest>>testFailedChildProcessTest ... finished
starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished
starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished
starting testcase: SUnitTest>>testFileOutResult ... finished
starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished
starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished
starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished
starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished
starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished
starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished
starting testcase: SUnitTest>>testLongRunningTest ... finished
starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished
starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished
starting testcase: SUnitTest>>testRan ... finished
starting testcase: SUnitTest>>testRanOnlyOnce ... finished
starting testcase: SUnitTest>>testResult ... finished
starting testcase: SUnitTest>>testRunning ... finished
starting testcase: SUnitTest>>testRunningLongTime ... finished
starting testcase: SUnitTest>>testShould ... finished
starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished
starting testcase: SUnitTest>>testSuite ... finished
starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished
starting testcase: SUnitTest>>testWithExceptionDo ... finished
starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished
starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished
starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished
starting testcase: TestCaseTest>>testAnnouncement ... finished
starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished
starting testcase: TestCaseTest>>testIsUnitTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished
starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished
starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished
starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished
starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished
starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished
starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished
starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished
finished running suite: SUnit-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
SubscriptOutOfBounds: 0
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
NewUndeclaredWarning: StTestDebuggerProvider>>buildDebuggerWithMissingClassContext (MissingClass is Undeclared)
an Object27818 run, 27818 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] sh
+ mv PharoDebug.log PharoDebug-Tests-unix-64.log
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-unix-64.log
[Pipeline] sh
+ cat progress-Tests-unix-64.log
running suite: Fuel-Platform-Pharo-Core-Tests
starting testcase: FLSerializeExternalAddressTest>>testDeserializedExternalAddressIsNull ... finished
starting testcase: FLSerializeExternalAddressTest>>testSerializeExternalAddressCorrectly ... finished
finished running suite: Fuel-Platform-Pharo-Core-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] dir
Running in /builds/workspace/est_and_branch_Pipeline_Pharo9.0/Tests-unix-64
[Pipeline] {
[Pipeline] unstash
[Pipeline] sh
+ bash -c bootstrap/scripts/runKernelTests.sh 64 Tests-unix-64Kernel
+ CACHE=bootstrap-cache
+ find bootstrap-cache
bootstrap-cache
bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-d3cede1.zip
bootstrap-cache/PharoV60.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-64bit-d3cede1.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-d3cede1.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.zip
++ head -n 1
++ cut -d/ -f 2
++ cut -d- -f 1-2
++ find bootstrap-cache -name 'Pharo*.zip'
+ TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
+ TEST_VM_VERSION=90
+ '[' 64 -eq 32 ']'
+ TEST_VM_KIND=vmHeadlessLatest
+ ./bootstrap/scripts/getPharoVM.sh 90 vmHeadlessLatest 64
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/90/pharo64-linux-headless-latest.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
VM downloaded
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-bootstrap-64bit-*.zip'
+ IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.zip
  inflating: Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.image  
++ find . -name Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.image
+ IMAGE_FILE=./Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.image
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-hermesPackages-64bit-*.zip'
+ HERMES_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-d3cede1.zip
  inflating: AST-Core.hermes         
  inflating: AST-Core-Traits.hermes  
  inflating: CodeExport.hermes       
  inflating: CodeExport-Traits.hermes  
  inflating: CodeImportCommandLineHandlers.hermes  
  inflating: CodeImport.hermes       
  inflating: CodeImport-Traits.hermes  
  inflating: Collections-Abstract-Traits.hermes  
  inflating: Collections-Arithmetic.hermes  
  inflating: Collections-Atomic.hermes  
  inflating: Debugging-Core.hermes   
  inflating: FileSystem-Core.hermes  
  inflating: FileSystem-Disk.hermes  
  inflating: Hermes-Extensions.hermes  
  inflating: InitializePackagesCommandLineHandler.hermes  
  inflating: JenkinsTools-Core.hermes  
  inflating: Jobs.hermes             
  inflating: Kernel-Chronology-Extras.hermes  
  inflating: Kernel-Tests.hermes     
  inflating: Kernel-Traits.hermes    
  inflating: Math-Operations-Extensions.hermes  
  inflating: Multilingual-Encodings.hermes  
  inflating: OpalCompiler-Core.hermes  
  inflating: ReflectionMirrors-Primitives.hermes  
  inflating: SUnit-Core.hermes       
  inflating: SUnit-Tests.hermes      
  inflating: System-SourcesCondenser.hermes  
  inflating: TraitsV2-Compatibility.hermes  
  inflating: TraitsV2.hermes         
  inflating: Transcript-Core-Traits.hermes  
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-rpackage-64bit-*.zip'
+ RPACKAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-d3cede1.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-d3cede1.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-d3cede1.zip
  inflating: protocolsKernel.txt     
  inflating: packagesKernel.txt      
+ mv ./Pharo9.0-SNAPSHOT-bootstrap-64bit-d3cede1.image bootstrap.image
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo bootstrap.image
+ ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
SystemNotification: [Hermes] Reading Hermes-Extensions.hermes
SystemNotification: [Hermes] Installing Hermes-Extensions.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #CleanBlockChecker #FileSystem)
+ ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
SystemNotification: [Hermes] Reading Kernel-Chronology-Extras.hermes
SystemNotification: [Hermes] Installing Kernel-Chronology-Extras.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#FileLocator #FileAttributeNotSupported #Unicode #StartupPreferencesLoader #BlockLocalTempCounter #CleanBlockChecker #FileSystem)
SystemNotification: [Hermes] Reading AST-Core.hermes
SystemNotification: [Hermes] Installing AST-Core.hermes
SystemNotification: New Undeclared created... check dependencies: #(#UnresolvedVariable #ReparseAfterSourceEditing #SyntaxErrorNotification)
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading Jobs.hermes
SystemNotification: [Hermes] Installing Jobs.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Installing InitializePackagesCommandLineHandler.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
+ ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
SystemNotification: [Hermes] Reading TraitsV2.hermes
SystemNotification: [Hermes] Installing TraitsV2.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
SystemNotification: [Hermes] Reading SUnit-Core.hermes
SystemNotification: [Hermes] Installing SUnit-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading JenkinsTools-Core.hermes
SystemNotification: [Hermes] Installing JenkinsTools-Core.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
SystemNotification: [Hermes] Reading SUnit-Tests.hermes
SystemNotification: [Hermes] Installing SUnit-Tests.hermes
SystemNotification: [Hermes] Remaining Undeclared variables in the system: #(#Unicode #FileSystem #FileLocator #FileAttributeNotSupported #StartupPreferencesLoader #SyntaxErrorNotification #BlockLocalTempCounter #ReparseAfterSourceEditing #UnresolvedVariable #CleanBlockChecker)
+ ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-unix-64Kernel SUnit-Core SUnit-Tests
Running tests in 2 Packages
DeprecationPerformedNotification: The method SUnitTest>>#deprecatedMessage called from SUnitTest>>#testIgnoreDeprecationWarnings has been deprecated. Deprecated method used by #testIgnoreDeprecationWarnings
188 run, 188 passes, 0 failures, 0 errors.
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] sh
+ mv progress.log progress-Tests-unix-64Kernel.log
[Pipeline] sh
+ cat progress-Tests-unix-64Kernel.log
running suite: SUnit-Tests
starting testcase: ClassFactoryForTestCaseTest>>testClassCreationInDifferentCategories ... finished
starting testcase: ClassFactoryForTestCaseTest>>testClassFastCreationInDifferentCategories ... finished
starting testcase: ClassFactoryForTestCaseTest>>testDefaultCategoryCleanUp ... finished
starting testcase: ClassFactoryForTestCaseTest>>testDuplicateClassWithNewName ... finished
starting testcase: ClassFactoryForTestCaseTest>>testMultipleClassCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testPackageCleanUp ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleClassFastCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testSingleTraitCreation ... finished
starting testcase: ClassFactoryForTestCaseTest>>testTraitCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testClassCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testClassFastCreationInDifferentCategories ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testDefaultCategoryCleanUp ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testMultipleClassCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testPackageCleanUp ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testSingleClassCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testSingleClassFastCreation ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testedEnvironment ... finished
starting testcase: ClassFactoryWithOrganizationTest>>testedOrganization ... finished
starting testcase: ExampleSetTest>>testAdd ... finished
starting testcase: ExampleSetTest>>testGrow ... finished
starting testcase: ExampleSetTest>>testIllegal ... finished
starting testcase: ExampleSetTest>>testIncludes ... finished
starting testcase: ExampleSetTest>>testOccurrences ... finished
starting testcase: ExampleSetTest>>testRemove ... finished
starting testcase: FailingTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: FailingTestResourceTestCase>>testResourceCollection ... finished
starting testcase: FailingTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: FailingTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: FailingTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testResourceCollection ... finished
starting testcase: ManyTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: ManyTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: ManyTestResourceTestCase>>testTearDownOrder ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinish ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAllowRunningBackgroundProcessesToFinishButFailTestIfItCant ... finished
starting testcase: ProcessMonitorTestServiceTest>>testAlwaysPassBackgroundHalt ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllFailedProcessesWhenSuchTerminationIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldNotTerminateAllRunningProcessesWhenSuchTerminationIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreDefaultFailingLogicForRunningProcessesCase ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreProcessTerminationLogic ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRestoreSuspensionLogic ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllFailedProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testCleanUpShouldTerminateAllRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDisableRunningProcessesCleanupWhenPassBackgroundFailures ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndMainProcessAlsoFails ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenFailuresWerePassedAndProcessCompletes ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseForkedProcessFailureWhenThereWasOnlyMainProcessFailure ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenItAllowsThemToBe ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenProcessWasOnlyCreated ... finished
starting testcase: ProcessMonitorTestServiceTest>>testDoesNotRaiseLeftRunningProcessWhenThereWasMainProcessFailure ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundFailureWasPassedButMainProcessCompletesSuccessfully ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenBackgroundProcessWasFailedDuringFinalTryToFinishItAtTestCompletionTime ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailures ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithBackgroundFailuresAndRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testFailTestWhenItIsCompletedWithRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingBackgroundFailuresFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingFailuresFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingForkedProcessesFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromEnvironment ... finished
starting testcase: ProcessMonitorTestServiceTest>>testGettingServiceFromTestCase ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultFailingStrategyForRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasDefaultTerminationStrategyForRunningProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptyForkedProcessesByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testHasEmptySuspendedBackgroundFailuresByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIgnoreDirtyTestErrors ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsEnabledByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsMainTestProcessFailed ... finished
starting testcase: ProcessMonitorTestServiceTest>>testIsTestProcessFailed ... finished
starting testcase: ProcessMonitorTestServiceTest>>testPassBackgroundFailuresWhenSuspensionLogicIsDisabled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testRecordMainTestProcessUnhandledError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessWhenItFailsTestWithUnhandledError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenHaltIsSignaledInBackground ... finished
starting testcase: ProcessMonitorTestServiceTest>>testResumeFailedProcessesWhenTestFailureIsUnhandled ... finished
starting testcase: ProcessMonitorTestServiceTest>>testShouldSuspendBackgroundFailuresByDefault ... finished
starting testcase: ProcessMonitorTestServiceTest>>testStoreAllForkedProcesses ... finished
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundError ... finished
starting testcase: ProcessMonitorTestServiceTest>>testSuspendBackgroundWarning ... finished
starting testcase: ResumableTestFailureTestCase>>testResumable ... finished
starting testcase: SUnitExtensionsTest>>testAssertionFailedInRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testAutoAssertFalse ... finished
starting testcase: SUnitExtensionsTest>>testAutoAssertTrue ... finished
starting testcase: SUnitExtensionsTest>>testAutoDenyFalse ... finished
starting testcase: SUnitExtensionsTest>>testAutoDenyTrue ... finished
starting testcase: SUnitExtensionsTest>>testDifferentExceptionInShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testErrorInRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testExceptionWithMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testExceptionWithoutMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThan ... finished
starting testcase: SUnitExtensionsTest>>testInvalidShouldNotTakeMoreThanMilliseconds ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionInShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionWithMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testNoExceptionWithNoMatchingString ... finished
starting testcase: SUnitExtensionsTest>>testShouldFix ... finished
starting testcase: SUnitExtensionsTest>>testShouldRaiseWithExceptionDo ... finished
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThan ... finished
starting testcase: SUnitExtensionsTest>>testValidShouldNotTakeMoreThanMilliseconds ... finished
starting testcase: SUnitTest>>testAssert ... finished
starting testcase: SUnitTest>>testChildProcessShouldNotBeStoredStronglyByTestEnvironment ... finished
starting testcase: SUnitTest>>testDefects ... finished
starting testcase: SUnitTest>>testDialectLocalizedException ... finished
starting testcase: SUnitTest>>testError ... finished
starting testcase: SUnitTest>>testErrorShouldResetWatchDog ... finished
starting testcase: SUnitTest>>testException ... finished
starting testcase: SUnitTest>>testExecutionEnvironmentShouldBeInstalled ... finished
starting testcase: SUnitTest>>testExpectedFailure ... finished
starting testcase: SUnitTest>>testExpectedFailureDetection ... finished
starting testcase: SUnitTest>>testExpectedFailurePass ... finished
starting testcase: SUnitTest>>testFail ... finished
starting testcase: SUnitTest>>testFailedChildProcessTest ... finished
starting testcase: SUnitTest>>testFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished
starting testcase: SUnitTest>>testFailedTestWithFailedChildProcessTestShouldNotEffectFollowingAnotherTest ... finished
starting testcase: SUnitTest>>testFileOutResult ... finished
starting testcase: SUnitTest>>testGreenTestThenLongRunningTest ... finished
starting testcase: SUnitTest>>testHangedChildProcessTestWhenItIsAllowedToLeaveProcessesAfterTest ... finished
starting testcase: SUnitTest>>testHangedChildProcessTestWhenLeftProcessIsConsideredAsFailure ... finished
starting testcase: SUnitTest>>testHangedTestDueToFailedChildProcess ... finished
starting testcase: SUnitTest>>testIgnoreDeprecationWarnings ... finished
starting testcase: SUnitTest>>testIsNotRerunOnDebug ... finished
starting testcase: SUnitTest>>testLongRunningTest ... finished
starting testcase: SUnitTest>>testLongRunningTestThenGreenTest ... finished
starting testcase: SUnitTest>>testRaiseDeprecationWarnings ... finished
starting testcase: SUnitTest>>testRan ... finished
starting testcase: SUnitTest>>testRanOnlyOnce ... finished
starting testcase: SUnitTest>>testResult ... finished
starting testcase: SUnitTest>>testRunning ... finished
starting testcase: SUnitTest>>testRunningLongTime ... finished
starting testcase: SUnitTest>>testShould ... finished
starting testcase: SUnitTest>>testShouldIgnoreTimeLimitWhenTestProcessIsSuspended ... finished
starting testcase: SUnitTest>>testSuite ... finished
starting testcase: SUnitTest>>testWatchDogProcessShouldNotBeCatchedAsForkedProcess ... finished
starting testcase: SUnitTest>>testWithExceptionDo ... finished
starting testcase: SimpleTestResourceTestCase>>testDebugTestWithResource ... finished
starting testcase: SimpleTestResourceTestCase>>testResourceCollection ... finished
starting testcase: SimpleTestResourceTestCase>>testResourceInitRelease ... finished
starting testcase: SimpleTestResourceTestCase>>testRunSuiteWithResource ... finished
starting testcase: SimpleTestResourceTestCase>>testRunTestWithResource ... finished
starting testcase: TestAsserterTest>>testAssertCollectionHasSameElements ... finished
starting testcase: TestAsserterTest>>testDenyCollectionHasSameElements ... finished
starting testcase: TestCaseTest>>testAnnouncement ... finished
starting testcase: TestCaseTest>>testAssertEqualsActualAndExpectedOrder ... finished
starting testcase: TestCaseTest>>testIsUnitTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldRegisterDefaultServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldSetUpMainTestProcess ... finished
starting testcase: TestExecutionEnvironmentTest>>testActivationShouldStartWatchDog ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpAlsoDisabledTestServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpShouldRevertServiceToBeEnabledByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterFailedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterSucceedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testCleanUpTestServicesAfterTerminatedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testDeactivation ... finished
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItExists ... finished
starting testcase: TestExecutionEnvironmentTest>>testDisableGivenServiceWhenItIsNotRegistered ... finished
starting testcase: TestExecutionEnvironmentTest>>testDoesNotCleanUpTestServicesUntilTestErrorIsNotHandled ... finished
starting testcase: TestExecutionEnvironmentTest>>testDoesNotNotifyTestServicesAboutTerminatedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItExists ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWhenItIsNotRegistered ... finished
starting testcase: TestExecutionEnvironmentTest>>testEnableGivenServiceWithConfigurationBlock ... finished
starting testcase: TestExecutionEnvironmentTest>>testFindService ... finished
starting testcase: TestExecutionEnvironmentTest>>testGettingEnvironmentFromTestCase ... finished
starting testcase: TestExecutionEnvironmentTest>>testHandleForkedProcessesByAllServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testHasEmptyServicesByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testIgnoreLongTestWhenItIsSuspendedAsUnderDebug ... finished
starting testcase: TestExecutionEnvironmentTest>>testIgnoreWatchDogProcessAsForkedOne ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsEnabledByDefault ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcess ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessActive ... finished
starting testcase: TestExecutionEnvironmentTest>>testIsMainTestProcessFailed ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyOnlyEnabledTestServices ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedFailedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutCompletedTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutHalt ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutUnhandledError ... finished
starting testcase: TestExecutionEnvironmentTest>>testNotifyTestServicesAboutWarning ... finished
starting testcase: TestExecutionEnvironmentTest>>testRegisteredServiceShouldBeBoundToEnvironment ... finished
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenFailedTests ... finished
starting testcase: TestExecutionEnvironmentTest>>testResetWatchDogTimeoutBetweenTests ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTest ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTestShouldSetDefaultTimeLimit ... finished
starting testcase: TestExecutionEnvironmentTest>>testRunningTooLongTest ... finished
starting testcase: TestResourceWithForkedProcessTestCase>>testFirst ... finished
starting testcase: TestResourceWithForkedProcessTestCase>>testSecond ... finished
finished running suite: SUnit-Tests
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/est_and_branch_Pipeline_Pharo9.0
[Pipeline] {
[Pipeline] stage
[Pipeline] { (notify)
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
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
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d3cede15726ded43645548bf32401b28d5bfac7d (Pharo9.0)
Commit message: "Merge pull request #8842 from MarcusDenker/6970-win32ModuleName-not-implemented"
 > 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 core.sparsecheckout # timeout=10
 > git checkout -f d3cede15726ded43645548bf32401b28d5bfac7d # timeout=10

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/8842
Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/8842
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 2
Finished: FAILURE