Console Output

Skipping 408 KB.. Full Log
[osx-32] + find bootstrap-cache
[osx-32] bootstrap-cache
[osx-32] bootstrap-cache/Pharo8.0-32bit-a59c2aa.sources
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-compiler-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-core-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-metacello-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello_bootstrap-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-traits-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/PharoV60.sources
[osx-32] ++ head -n 1
[osx-32] ++ cut -d/ -f 2
[osx-32] ++ cut -d- -f 1-2
[osx-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[osx-32] + TEST_NAME_PREFIX=Pharo8.0-SNAPSHOT
[osx-32] + TEST_VM_VERSION=70
[osx-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[osx-32] Downloading the latest pharoVM:
[osx-32] 	http://files.pharo.org/get-files/70/pharo-mac-stable.zip
[osx-32] pharo-vm/Pharo.app/Contents/MacOS/Pharo
[osx-32] Creating starter scripts pharo and pharo-ui
[osx-32] VM downloaded
[osx-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-32bit-*.zip'
[osx-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[osx-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[osx-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[osx-32]   inflating: Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes  
[unix-32] VM downloaded
[unix-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-32bit-*.zip'
[unix-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[unix-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[unix-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[unix-32]   inflating: Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes  
[unix-32]   inflating: Pharo8.0-SNAPSHOT-32bit-a59c2aa.image  
[unix-32]   inflating: Pharo8.0-32bit-a59c2aa.sources  
[unix-32]  extracting: pharo.version           
[unix-32] ++ find . -name Pharo8.0-SNAPSHOT-32bit-a59c2aa.image
[unix-32] + IMAGE_FILE=./Pharo8.0-SNAPSHOT-32bit-a59c2aa.image
[unix-32] ++ find . -name Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes
[unix-32] + CHANGES_FILE=./Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes
[unix-32] + cp bootstrap-cache/Pharo8.0-32bit-a59c2aa.sources bootstrap-cache/PharoV60.sources .
[unix-32] + mv ./Pharo8.0-SNAPSHOT-32bit-a59c2aa.image Pharo.image
[unix-32] + mv ./Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes Pharo.changes
[unix-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[unix-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[unix-32] + ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-unix-32 '.*'
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[osx-32]   inflating: Pharo8.0-SNAPSHOT-32bit-a59c2aa.image  
[osx-32]   inflating: Pharo8.0-32bit-a59c2aa.sources  
[osx-32]  extracting: pharo.version           
[osx-32] ++ find . -name Pharo8.0-SNAPSHOT-32bit-a59c2aa.image
[osx-32] + IMAGE_FILE=./Pharo8.0-SNAPSHOT-32bit-a59c2aa.image
[osx-32] ++ find . -name Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes
[osx-32] + CHANGES_FILE=./Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes
[osx-32] + cp bootstrap-cache/Pharo8.0-32bit-a59c2aa.sources bootstrap-cache/PharoV60.sources .
[osx-32] + mv ./Pharo8.0-SNAPSHOT-32bit-a59c2aa.image Pharo.image
[osx-32] + mv ./Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes Pharo.changes
[osx-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[osx-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[osx-32] + ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-osx-32 '.*'
[osx-32] 2019-12-03 09:06:56.788 Pharo[43932:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2019-12-03 09:06:57.181 Pharo[43932:507] 09:06:57.181 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:06:57.181 Pharo[43932:507] 09:06:57.181 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2019-12-03 09:06:57.181 Pharo[43932:507] 09:06:57.181 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:06:57.182 Pharo[43932:507] 09:06:57.182 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[Pipeline] [windows-32] bat
[windows-32] 
[windows-32] E:\Builds\workspace\est_and_branch_Pipeline_Pharo8.0\Tests-windows-32>bash -c 'bootstrap/scripts/runTests.sh 32 Tests-windows-32' 
[windows-32] + CACHE=bootstrap-cache
[windows-32] + find bootstrap-cache
[windows-32] bootstrap-cache
[windows-32] bootstrap-cache/Pharo8.0-32bit-a59c2aa.sources
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-compiler-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-core-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-metacello-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello_bootstrap-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-traits-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/PharoV60.sources
[windows-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[windows-32] ++ head -n 1
[windows-32] ++ cut -d/ -f 2
[windows-32] ++ cut -d- -f 1-2
[windows-32] + TEST_NAME_PREFIX=Pharo8.0-SNAPSHOT
[windows-32] + TEST_VM_VERSION=70
[windows-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[windows-32] Downloading the latest pharoVM:
[windows-32] 	http://files.pharo.org/get-files/70/pharo-win-stable.zip
[windows-32] pharo-vm/PharoConsole.exe
[windows-32] Creating starter scripts pharo and pharo-ui
[windows-32] VM downloaded
[windows-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-32bit-*.zip'
[windows-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[windows-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[windows-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[windows-32]   inflating: Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes  
[windows-32]   inflating: Pharo8.0-SNAPSHOT-32bit-a59c2aa.image  
[windows-32]   inflating: Pharo8.0-32bit-a59c2aa.sources  
[windows-32]  extracting: pharo.version           
[windows-32] ++ find . -name Pharo8.0-SNAPSHOT-32bit-a59c2aa.image
[windows-32] + IMAGE_FILE=./Pharo8.0-SNAPSHOT-32bit-a59c2aa.image
[windows-32] ++ find . -name Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes
[windows-32] + CHANGES_FILE=./Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes
[windows-32] + cp bootstrap-cache/Pharo8.0-32bit-a59c2aa.sources bootstrap-cache/PharoV60.sources .
[windows-32] + mv ./Pharo8.0-SNAPSHOT-32bit-a59c2aa.image Pharo.image
[windows-32] + mv ./Pharo8.0-SNAPSHOT-32bit-a59c2aa.changes Pharo.changes
[windows-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[windows-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[windows-32] + ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-windows-32 '.*'
[windows-32] Running tests in 676 Packages
[unix-32] \\The class #RenrakuProgrammaticallyCreatedClassTestis removed twice
[osx-32] \\The class #RenrakuProgrammaticallyCreatedClassTestis removed twice
[windows-32] \The class #RenrakuProgrammaticallyCreatedClassTestis removed twice
[unix-32] Pharo writing to the standard error
[unix-32] Running tests in 676 Packages
[unix-32] Pharo writing to the standard output
[unix-32] .somethingsomething'EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".'
[osx-32] Pharo writing to the standard error
[osx-32] Running tests in 676 Packages
[osx-32] Pharo writing to the standard output
[unix-32] 
[osx-32] .somethingsomething'EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".'
[windows-32] Pharo writing to the standard error
[windows-32] Pharo writing to the standard output
[osx-32] 
[windows-32] .somethingsomething'EpMonitor could not log a change. You can enable debugging with "EpMonitor current debugMode: true".'
[osx-32] testFileTreeRepository: /builds/workspace/est_and_branch_Pipeline_Pharo8.0/Tests-osx-32/temp/repoSubscriptOutOfBounds: 0
[osx-32] SubscriptOutOfBounds: 0
[windows-32] 
[unix-32] testFileTreeRepository: /builds/workspace/est_and_branch_Pipeline_Pharo8.0/Tests-unix-32/temp/repoSubscriptOutOfBounds: 0
[unix-32] SubscriptOutOfBounds: 0
[windows-32] testFileTreeRepository: E:\Builds\workspace\est_and_branch_Pipeline_Pharo8.0\Tests-windows-32\temp\repoSubscriptOutOfBounds: 0
[windows-32] SubscriptOutOfBounds: 0
[osx-32] 
[osx-32] *** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
[unix-32] 
[unix-32] *** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
[windows-32] 
[windows-32] *** Warning: Warning: Attempt to create AClass as a subclass of nil.  Possibly a class is being loaded before its superclass.
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] 
[unix-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[unix-32] SubscriptOutOfBounds: 0
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] 
[osx-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[osx-32] SubscriptOutOfBounds: 0
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[osx-32] 
[osx-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] 
[windows-32] *** Warning: Deprecation: Automatic deprecation code rewrite: The method SpAbstractWidgetPresenter>>#enabled called from PluggableButtonMorph>>#update: has been deprecated. Please use #isEnabled instead
[windows-32] SubscriptOutOfBounds: 0
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[windows-32] 
[windows-32] *** Warning: Deprecation: The method SpPresenter>>#newTree called from SpSearchableTree>>#initializePresenters has been deprecated. Use #newTreeTable instead
[unix-32] 
[unix-32] [ Halt now ] in [ 
[unix-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[unix-32] session errorHandler: (TestStartupUIManager new
[unix-32] 		 sessionManager: manager;
[unix-32] 		 yourself).
[unix-32] self shouldnt: [ session start: false ] raise: Halt.
[unix-32] self
[unix-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[unix-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
[unix-32] TestSessionHandler>>startup:
[unix-32] [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[unix-32] [ aBlock value: each ] in [ :each | 
[unix-32] [ aBlock value: each ]
[unix-32] 	on: Exception
[unix-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ aBlock value: each ]
[unix-32] BlockClosure>>on:do:
[unix-32] [ :each | 
[unix-32] [ aBlock value: each ]
[unix-32] 	on: Exception
[unix-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[unix-32] Array(SequenceableCollection)>>do:
[unix-32] TestWorkingSession(WorkingSession)>>runList:do:
[unix-32] TestWorkingSession(WorkingSession)>>runStartup:
[unix-32] TestWorkingSession>>start:
[unix-32] [ session start: false ] in [ 
[unix-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[unix-32] session errorHandler: (TestStartupUIManager new
[unix-32] 		 sessionManager: manager;
[unix-32] 		 yourself).
[unix-32] self shouldnt: [ session start: false ] raise: Halt.
[unix-32] self
[unix-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[unix-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[unix-32] [ 
[unix-32] aBlock value.
[unix-32] false ] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [ ...
[unix-32] BlockClosure>>on:do:
[unix-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[unix-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[unix-32] [ 
[unix-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[unix-32] session errorHandler: (TestStartupUIManager new
[unix-32] 		 sessionManager: manager;
[unix-32] 		 yourself).
[unix-32] self shouldnt: [ session start: false ] raise: Halt.
[unix-32] self
[unix-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[unix-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ ...
[unix-32] BlockClosure>>ensure:
[unix-32] UIManager class>>nonInteractiveDuring:
[unix-32] SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
[unix-32] SessionErrorHandlingTest(TestCase)>>performTest
[unix-32] [ 
[unix-32] self setUp.
[unix-32] self performTest ] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [ ...
[unix-32] BlockClosure>>ensure:
[unix-32] SessionErrorHandlingTest(TestCase)>>runCase
[unix-32] [ aTestCase runCase ] in [ 
[unix-32] [ aTestCase runCase ]
[unix-32] 	on: Halt
[unix-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[unix-32] 			to debug all of them together with test process"
[unix-32] 		failedProcesses keysDo: #resume.
[unix-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ aTestCase runCase ]
[unix-32] BlockClosure>>on:do:
[unix-32] [ 
[unix-32] [ aTestCase runCase ]
[unix-32] 	on: Halt
[unix-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[unix-32] 			to debug all of them together with test process"
[unix-32] 		failedProcesses keysDo: #resume.
[unix-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ ...
[unix-32] BlockClosure>>on:do:
[unix-32] TestExecutionEnvironment>>runTestCaseSafelly:
[unix-32] [ self runTestCaseSafelly: aTestCase ] in [ 
[unix-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[unix-32] 	testCompleted := true.
[unix-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[unix-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ self runTestCaseSafelly: aTestCase ]
[unix-32] BlockClosure>>ensure:
[unix-32] 
[unix-32] [ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
[unix-32] TestSessionHandler>>shutdown:
[unix-32] [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[unix-32] [ aBlock value: each ] in [ :each | 
[unix-32] [ aBlock value: each ]
[unix-32] 	on: Exception
[unix-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ aBlock value: each ]
[unix-32] BlockClosure>>on:do:
[unix-32] [ :each | 
[unix-32] [ aBlock value: each ]
[unix-32] 	on: Exception
[unix-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[unix-32] Array(SequenceableCollection)>>do:
[unix-32] TestWorkingSession(WorkingSession)>>runList:do:
[unix-32] TestWorkingSession(WorkingSession)>>runShutdown:
[unix-32] TestWorkingSession(WorkingSession)>>stop:
[unix-32] [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[unix-32] [ 
[unix-32] aBlock value.
[unix-32] false ] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [ ...
[unix-32] BlockClosure>>on:do:
[unix-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[unix-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[unix-32] SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
[unix-32] SessionErrorHandlingTest(TestCase)>>performTest
[unix-32] [ 
[unix-32] self setUp.
[unix-32] self performTest ] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [ ...
[unix-32] BlockClosure>>ensure:
[unix-32] SessionErrorHandlingTest(TestCase)>>runCase
[unix-32] [ aTestCase runCase ] in [ 
[unix-32] [ aTestCase runCase ]
[unix-32] 	on: Halt
[unix-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[unix-32] 			to debug all of them together with test process"
[unix-32] 		failedProcesses keysDo: #resume.
[unix-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ aTestCase runCase ]
[unix-32] BlockClosure>>on:do:
[unix-32] [ 
[unix-32] [ aTestCase runCase ]
[unix-32] 	on: Halt
[unix-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[unix-32] 			to debug all of them together with test process"
[unix-32] 		failedProcesses keysDo: #resume.
[unix-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ ...
[unix-32] BlockClosure>>on:do:
[unix-32] TestExecutionEnvironment>>runTestCaseSafelly:
[unix-32] [ self runTestCaseSafelly: aTestCase ] in [ 
[unix-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[unix-32] 	testCompleted := true.
[unix-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[unix-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ self runTestCaseSafelly: aTestCase ]
[unix-32] BlockClosure>>ensure:
[unix-32] [ 
[unix-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[unix-32] 	testCompleted := true.
[unix-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[unix-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ ...
[unix-32] BlockClosure>>ifCurtailed:
[unix-32] TestExecutionEnvironment>>runTestCase:
[osx-32] 
[osx-32] [ Halt now ] in [ 
[osx-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[osx-32] session errorHandler: (TestStartupUIManager new
[osx-32] 		 sessionManager: manager;
[osx-32] 		 yourself).
[osx-32] self shouldnt: [ session start: false ] raise: Halt.
[osx-32] self
[osx-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[osx-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
[osx-32] TestSessionHandler>>startup:
[osx-32] [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[osx-32] [ aBlock value: each ] in [ :each | 
[osx-32] [ aBlock value: each ]
[osx-32] 	on: Exception
[osx-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ aBlock value: each ]
[osx-32] BlockClosure>>on:do:
[osx-32] [ :each | 
[osx-32] [ aBlock value: each ]
[osx-32] 	on: Exception
[osx-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[osx-32] Array(SequenceableCollection)>>do:
[osx-32] TestWorkingSession(WorkingSession)>>runList:do:
[osx-32] TestWorkingSession(WorkingSession)>>runStartup:
[osx-32] TestWorkingSession>>start:
[osx-32] [ session start: false ] in [ 
[osx-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[osx-32] session errorHandler: (TestStartupUIManager new
[osx-32] 		 sessionManager: manager;
[osx-32] 		 yourself).
[osx-32] self shouldnt: [ session start: false ] raise: Halt.
[osx-32] self
[osx-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[osx-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[osx-32] [ 
[osx-32] aBlock value.
[osx-32] false ] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [ ...
[osx-32] BlockClosure>>on:do:
[osx-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[osx-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[osx-32] [ 
[osx-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[osx-32] session errorHandler: (TestStartupUIManager new
[osx-32] 		 sessionManager: manager;
[osx-32] 		 yourself).
[osx-32] self shouldnt: [ session start: false ] raise: Halt.
[osx-32] self
[osx-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[osx-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ ...
[osx-32] BlockClosure>>ensure:
[osx-32] UIManager class>>nonInteractiveDuring:
[osx-32] SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
[osx-32] SessionErrorHandlingTest(TestCase)>>performTest
[osx-32] [ 
[osx-32] self setUp.
[osx-32] self performTest ] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [ ...
[osx-32] BlockClosure>>ensure:
[osx-32] SessionErrorHandlingTest(TestCase)>>runCase
[osx-32] [ aTestCase runCase ] in [ 
[osx-32] [ aTestCase runCase ]
[osx-32] 	on: Halt
[osx-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[osx-32] 			to debug all of them together with test process"
[osx-32] 		failedProcesses keysDo: #resume.
[osx-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ aTestCase runCase ]
[osx-32] BlockClosure>>on:do:
[osx-32] [ 
[osx-32] [ aTestCase runCase ]
[osx-32] 	on: Halt
[osx-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[osx-32] 			to debug all of them together with test process"
[osx-32] 		failedProcesses keysDo: #resume.
[osx-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ ...
[osx-32] BlockClosure>>on:do:
[osx-32] TestExecutionEnvironment>>runTestCaseSafelly:
[osx-32] [ self runTestCaseSafelly: aTestCase ] in [ 
[osx-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[osx-32] 	testCompleted := true.
[osx-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[osx-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ self runTestCaseSafelly: aTestCase ]
[osx-32] BlockClosure>>ensure:
[osx-32] 
[osx-32] [ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
[osx-32] TestSessionHandler>>shutdown:
[osx-32] [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[osx-32] [ aBlock value: each ] in [ :each | 
[osx-32] [ aBlock value: each ]
[osx-32] 	on: Exception
[osx-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ aBlock value: each ]
[osx-32] BlockClosure>>on:do:
[osx-32] [ :each | 
[osx-32] [ aBlock value: each ]
[osx-32] 	on: Exception
[osx-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[osx-32] Array(SequenceableCollection)>>do:
[osx-32] TestWorkingSession(WorkingSession)>>runList:do:
[osx-32] TestWorkingSession(WorkingSession)>>runShutdown:
[osx-32] TestWorkingSession(WorkingSession)>>stop:
[osx-32] [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[osx-32] [ 
[osx-32] aBlock value.
[osx-32] false ] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [ ...
[osx-32] BlockClosure>>on:do:
[osx-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[osx-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[osx-32] SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
[osx-32] SessionErrorHandlingTest(TestCase)>>performTest
[osx-32] [ 
[osx-32] self setUp.
[osx-32] self performTest ] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [ ...
[osx-32] BlockClosure>>ensure:
[osx-32] SessionErrorHandlingTest(TestCase)>>runCase
[osx-32] [ aTestCase runCase ] in [ 
[osx-32] [ aTestCase runCase ]
[osx-32] 	on: Halt
[osx-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[osx-32] 			to debug all of them together with test process"
[osx-32] 		failedProcesses keysDo: #resume.
[osx-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ aTestCase runCase ]
[osx-32] BlockClosure>>on:do:
[osx-32] [ 
[osx-32] [ aTestCase runCase ]
[osx-32] 	on: Halt
[osx-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[osx-32] 			to debug all of them together with test process"
[osx-32] 		failedProcesses keysDo: #resume.
[osx-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ ...
[osx-32] BlockClosure>>on:do:
[osx-32] TestExecutionEnvironment>>runTestCaseSafelly:
[osx-32] [ self runTestCaseSafelly: aTestCase ] in [ 
[osx-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[osx-32] 	testCompleted := true.
[osx-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[osx-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ self runTestCaseSafelly: aTestCase ]
[osx-32] BlockClosure>>ensure:
[osx-32] [ 
[osx-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[osx-32] 	testCompleted := true.
[osx-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[osx-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ ...
[osx-32] BlockClosure>>ifCurtailed:
[osx-32] TestExecutionEnvironment>>runTestCase:
[unix-32] '1'
[unix-32] '1'
[unix-32] '2'
[unix-32] '2'
[windows-32] 
[windows-32] [ Halt now ] in [ 
[windows-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[windows-32] session errorHandler: (TestStartupUIManager new
[windows-32] 		 sessionManager: manager;
[windows-32] 		 yourself).
[windows-32] self shouldnt: [ session start: false ] raise: Halt.
[windows-32] self
[windows-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[windows-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ Halt now ]
[windows-32] TestSessionHandler>>startup:
[windows-32] [ :each | each startup: isImageStarting ] in TestWorkingSession(WorkingSession)>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[windows-32] [ aBlock value: each ] in [ :each | 
[windows-32] [ aBlock value: each ]
[windows-32] 	on: Exception
[windows-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ aBlock value: each ]
[windows-32] BlockClosure>>on:do:
[windows-32] [ :each | 
[windows-32] [ aBlock value: each ]
[windows-32] 	on: Exception
[windows-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[windows-32] Array(SequenceableCollection)>>do:
[windows-32] TestWorkingSession(WorkingSession)>>runList:do:
[windows-32] TestWorkingSession(WorkingSession)>>runStartup:
[windows-32] TestWorkingSession>>start:
[windows-32] [ session start: false ] in [ 
[windows-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[windows-32] session errorHandler: (TestStartupUIManager new
[windows-32] 		 sessionManager: manager;
[windows-32] 		 yourself).
[windows-32] self shouldnt: [ session start: false ] raise: Halt.
[windows-32] self
[windows-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[windows-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ session start: false ]
[windows-32] [ 
[windows-32] aBlock value.
[windows-32] false ] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [ ...
[windows-32] BlockClosure>>on:do:
[windows-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[windows-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[windows-32] [ 
[windows-32] manager register: (TestSessionHandler onStartup: [ Halt now ]).
[windows-32] session errorHandler: (TestStartupUIManager new
[windows-32] 		 sessionManager: manager;
[windows-32] 		 yourself).
[windows-32] self shouldnt: [ session start: false ] raise: Halt.
[windows-32] self
[windows-32] 	assert: (session instVarNamed: 'deferredStartupActions') size
[windows-32] 	equals: 1 ] in SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive in Block: [ ...
[windows-32] BlockClosure>>ensure:
[windows-32] UIManager class>>nonInteractiveDuring:
[windows-32] SessionErrorHandlingTest>>testErrorCaughtAndDefferedIfExceptionSignaledAtStartupWhenStartupUiManagerActive
[windows-32] SessionErrorHandlingTest(TestCase)>>performTest
[windows-32] [ 
[windows-32] self setUp.
[windows-32] self performTest ] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [ ...
[windows-32] BlockClosure>>ensure:
[windows-32] SessionErrorHandlingTest(TestCase)>>runCase
[windows-32] [ aTestCase runCase ] in [ 
[windows-32] [ aTestCase runCase ]
[windows-32] 	on: Halt
[windows-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[windows-32] 			to debug all of them together with test process"
[windows-32] 		failedProcesses keysDo: #resume.
[windows-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ aTestCase runCase ]
[windows-32] BlockClosure>>on:do:
[windows-32] [ 
[windows-32] [ aTestCase runCase ]
[windows-32] 	on: Halt
[windows-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[windows-32] 			to debug all of them together with test process"
[windows-32] 		failedProcesses keysDo: #resume.
[windows-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ ...
[windows-32] BlockClosure>>on:do:
[windows-32] TestExecutionEnvironment>>runTestCaseSafelly:
[windows-32] [ self runTestCaseSafelly: aTestCase ] in [ 
[windows-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[windows-32] 	testCompleted := true.
[windows-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[windows-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ self runTestCaseSafelly: aTestCase ]
[windows-32] BlockClosure>>ensure:
[windows-32] 
[windows-32] [ Halt now ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ Halt now ]
[windows-32] TestSessionHandler>>shutdown:
[windows-32] [ :each | each shutdown: isImageQuitting ] in TestWorkingSession(WorkingSession)>>runShutdown: in Block: [ :each | each shutdown: isImageQuitting ]
[windows-32] [ aBlock value: each ] in [ :each | 
[windows-32] [ aBlock value: each ]
[windows-32] 	on: Exception
[windows-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ aBlock value: each ]
[windows-32] BlockClosure>>on:do:
[windows-32] [ :each | 
[windows-32] [ aBlock value: each ]
[windows-32] 	on: Exception
[windows-32] 	do: [ :error | self errorHandler handleError: error ] ] in TestWorkingSession(WorkingSession)>>runList:do: in Block: [ :each | ...
[windows-32] Array(SequenceableCollection)>>do:
[windows-32] TestWorkingSession(WorkingSession)>>runList:do:
[windows-32] TestWorkingSession(WorkingSession)>>runShutdown:
[windows-32] TestWorkingSession(WorkingSession)>>stop:
[windows-32] [ session stop: false ] in SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive in Block: [ session stop: false ]
[windows-32] [ 
[windows-32] aBlock value.
[windows-32] false ] in SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf: in Block: [ ...
[windows-32] BlockClosure>>on:do:
[windows-32] SessionErrorHandlingTest(TestAsserter)>>executeShould:inScopeOf:
[windows-32] SessionErrorHandlingTest(TestAsserter)>>shouldnt:raise:
[windows-32] SessionErrorHandlingTest>>testErrorHandledIfExceptionSignaledAtShutdownWhenStartupUiManagerActive
[windows-32] SessionErrorHandlingTest(TestCase)>>performTest
[windows-32] [ 
[windows-32] self setUp.
[windows-32] self performTest ] in SessionErrorHandlingTest(TestCase)>>runCase in Block: [ ...
[windows-32] BlockClosure>>ensure:
[windows-32] SessionErrorHandlingTest(TestCase)>>runCase
[windows-32] [ aTestCase runCase ] in [ 
[windows-32] [ aTestCase runCase ]
[windows-32] 	on: Halt
[windows-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[windows-32] 			to debug all of them together with test process"
[windows-32] 		failedProcesses keysDo: #resume.
[windows-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ aTestCase runCase ]
[windows-32] BlockClosure>>on:do:
[windows-32] [ 
[windows-32] [ aTestCase runCase ]
[windows-32] 	on: Halt
[windows-32] 	do: [ :halt | "if test was halted we should resume all background failures 
[windows-32] 			to debug all of them together with test process"
[windows-32] 		failedProcesses keysDo: #resume.
[windows-32] 		halt pass ] ] in TestExecutionEnvironment>>runTestCaseSafelly: in Block: [ ...
[windows-32] BlockClosure>>on:do:
[windows-32] TestExecutionEnvironment>>runTestCaseSafelly:
[windows-32] [ self runTestCaseSafelly: aTestCase ] in [ 
[windows-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[windows-32] 	testCompleted := true.
[windows-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[windows-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ self runTestCaseSafelly: aTestCase ]
[windows-32] BlockClosure>>ensure:
[windows-32] [ 
[windows-32] [ self runTestCaseSafelly: aTestCase ] ensure: [ 
[windows-32] 	testCompleted := true.
[windows-32] 	watchDogSemaphore signal ]. "signal that test case completes"
[windows-32] self checkForkedProcesses ] in TestExecutionEnvironment>>runTestCase: in Block: [ ...
[windows-32] BlockClosure>>ifCurtailed:
[windows-32] TestExecutionEnvironment>>runTestCase:
[unix-32] an Object21321 run, 21321 passes, 0 failures, 0 errors.
[Pipeline] [unix-32] junit
[unix-32] Recording test results
[Pipeline] [unix-32] archiveArtifacts
[unix-32] Archiving artifacts
[unix-32] Recording fingerprints
[Pipeline] [unix-32] fileExists
[Pipeline] [unix-32] sh
[unix-32] + mv PharoDebug.log PharoDebug-Tests-unix-32.log
[Pipeline] [unix-32] archiveArtifacts
[unix-32] Archiving artifacts
[unix-32] Recording fingerprints
[Pipeline] [unix-32] fileExists
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // dir
[Pipeline] [unix-32] cleanWs
[unix-32] [WS-CLEANUP] Deleting project workspace...
[unix-32] [WS-CLEANUP] Deferred wipeout is used...
[unix-32] [WS-CLEANUP] done
[Pipeline] [unix-32] dir
[unix-32] Running in /builds/workspace/est_and_branch_Pipeline_Pharo8.0/Tests-unix-32
[Pipeline] [unix-32] {
[Pipeline] [unix-32] unstash
[Pipeline] [unix-32] sh
[unix-32] + bash -c bootstrap/scripts/runKernelTests.sh 32 Tests-unix-32Kernel
[unix-32] + CACHE=bootstrap-cache
[unix-32] + find bootstrap-cache
[unix-32] bootstrap-cache
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-traits-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-metacello-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/PharoV60.sources
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello_bootstrap-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-core-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/Pharo8.0-32bit-a59c2aa.sources
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[unix-32] bootstrap-cache/Pharo8.0-SNAPSHOT-compiler-32bit-a59c2aa.zip
[unix-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[unix-32] ++ cut -d- -f 1-2
[unix-32] ++ cut -d/ -f 2
[unix-32] ++ head -n 1
[unix-32] + TEST_NAME_PREFIX=Pharo8.0-SNAPSHOT
[unix-32] + TEST_VM_VERSION=70
[unix-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[unix-32] Downloading the latest pharoVM:
[unix-32] 	http://files.pharo.org/get-files/70/pharo-linux-stable.zip
[unix-32] Download failed
[unix-32] Remaining retries:  3
[unix-32] Retry
[unix-32] Downloading the latest pharoVM:
[unix-32] 	http://files.pharo.org/get-files/70/pharo-linux-stable.zip
[unix-32] pharo-vm/pharo
[unix-32] Creating starter scripts pharo and pharo-ui
[unix-32] VM downloaded
[unix-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-bootstrap-32bit-*.zip'
[unix-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[unix-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[unix-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[unix-32]   inflating: Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image  
[unix-32] ++ find . -name Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image
[unix-32] + IMAGE_FILE=./Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image
[unix-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[unix-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[unix-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[unix-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[unix-32]   inflating: AST-Core.hermes         
[unix-32]   inflating: AST-Core-Traits.hermes  
[unix-32]   inflating: CodeExport.hermes       
[unix-32]   inflating: CodeExport-Traits.hermes  
[unix-32]   inflating: CodeImportCommandLineHandlers.hermes  
[unix-32]   inflating: CodeImport.hermes       
[unix-32]   inflating: CodeImport-Traits.hermes  
[unix-32]   inflating: Collections-Abstract-Traits.hermes  
[unix-32]   inflating: Collections-Arithmetic.hermes  
[unix-32]   inflating: Collections-Atomic.hermes  
[unix-32]   inflating: Debugging-Core.hermes   
[unix-32]   inflating: DeprecatedFileStream.hermes  
[unix-32]   inflating: FileSystem-Core.hermes  
[unix-32]   inflating: FileSystem-Disk.hermes  
[unix-32]   inflating: Hermes-Extensions.hermes  
[unix-32]   inflating: InitializePackagesCommandLineHandler.hermes  
[unix-32]   inflating: JenkinsTools-Core.hermes  
[unix-32]   inflating: Jobs.hermes             
[unix-32]   inflating: Kernel-Chronology-Extras.hermes  
[unix-32]   inflating: Kernel-Tests.hermes     
[unix-32]   inflating: Kernel-Traits.hermes    
[unix-32]   inflating: Math-Operations-Extensions.hermes  
[unix-32]   inflating: Multilingual-Encodings.hermes  
[unix-32]   inflating: Multilingual-Languages.hermes  
[unix-32]   inflating: Multilingual-TextConversion.hermes  
[unix-32]   inflating: OpalCompiler-Core.hermes  
[unix-32]   inflating: ReflectionMirrors-Primitives.hermes  
[unix-32]   inflating: SUnit-Core.hermes       
[unix-32]   inflating: SUnit-Tests.hermes      
[unix-32]   inflating: System-SourcesCondenser.hermes  
[unix-32]   inflating: TraitsV2-Compatibility.hermes  
[unix-32]   inflating: TraitsV2.hermes         
[unix-32]   inflating: TraitsV2-Tests.hermes   
[unix-32]   inflating: Transcript-Core-Traits.hermes  
[unix-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-rpackage-32bit-*.zip'
[unix-32] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[unix-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[unix-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[unix-32]   inflating: protocolsKernel.txt     
[unix-32]   inflating: packagesKernel.txt      
[unix-32] + mv ./Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image bootstrap.image
[unix-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[unix-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[unix-32] + ./pharo bootstrap.image
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[unix-32] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-unix-32Kernel SUnit-Core SUnit-Tests
[unix-32] pthread_setschedparam failed: Operation not permitted
[unix-32] This VM uses a separate heartbeat thread to update its internal clock
[unix-32] and handle events.  For best operation, this thread should run at a
[unix-32] higher priority, however the VM was unable to change the priority.  The
[unix-32] effect is that heavily loaded systems may experience some latency
[unix-32] issues.  If this occurs, please create the appropriate configuration
[unix-32] file in /etc/security/limits.d/ as shown below:
[unix-32] 
[unix-32] cat <<END | sudo tee /etc/security/limits.d/pharo.conf
[unix-32] *      hard    rtprio  2
[unix-32] *      soft    rtprio  2
[unix-32] END
[unix-32] 
[unix-32] and report to the pharo mailing list whether this improves behaviour.
[unix-32] 
[unix-32] You will need to log out and log back in for the limits to take effect.
[unix-32] For more information please see
[unix-32] https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux
[osx-32] '1'
[osx-32] '1'
[osx-32] '2'
[osx-32] '2'
[unix-32] Running tests in 2 Packages
[unix-32] 104 run, 104 passes, 0 failures, 0 errors.
[Pipeline] [unix-32] junit
[unix-32] Recording test results
[Pipeline] [unix-32] archiveArtifacts
[unix-32] Archiving artifacts
[unix-32] Recording fingerprints
[Pipeline] [unix-32] fileExists
[Pipeline] [unix-32] sh
[unix-32] + mv PharoDebug.log PharoDebug-Tests-unix-32Kernel.log
[Pipeline] [unix-32] archiveArtifacts
[unix-32] Archiving artifacts
[unix-32] Recording fingerprints
[Pipeline] [unix-32] fileExists
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // dir
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // timeout
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // stage
[Pipeline] [unix-32] }
[Pipeline] [unix-32] // node
[Pipeline] [unix-32] }
[osx-32] an Object21321 run, 21321 passes, 0 failures, 0 errors.
[Pipeline] [osx-32] junit
[osx-32] Recording test results
[Pipeline] [osx-32] archiveArtifacts
[osx-32] Archiving artifacts
[osx-32] Recording fingerprints
[Pipeline] [osx-32] fileExists
[Pipeline] [osx-32] sh
[osx-32] + mv PharoDebug.log PharoDebug-Tests-osx-32.log
[Pipeline] [osx-32] archiveArtifacts
[osx-32] Archiving artifacts
[osx-32] Recording fingerprints
[Pipeline] [osx-32] fileExists
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // dir
[Pipeline] [osx-32] cleanWs
[osx-32] [WS-CLEANUP] Deleting project workspace...
[osx-32] [WS-CLEANUP] Deferred wipeout is used...
[osx-32] [WS-CLEANUP] done
[Pipeline] [osx-32] dir
[osx-32] Running in /builds/workspace/est_and_branch_Pipeline_Pharo8.0/Tests-osx-32
[Pipeline] [osx-32] {
[Pipeline] [osx-32] unstash
[Pipeline] [osx-32] sh
[osx-32] + bash -c 'bootstrap/scripts/runKernelTests.sh 32 Tests-osx-32Kernel'
[osx-32] + CACHE=bootstrap-cache
[osx-32] + find bootstrap-cache
[osx-32] bootstrap-cache
[osx-32] bootstrap-cache/Pharo8.0-32bit-a59c2aa.sources
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-compiler-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-core-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-metacello-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello_bootstrap-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/Pharo8.0-SNAPSHOT-traits-32bit-a59c2aa.zip
[osx-32] bootstrap-cache/PharoV60.sources
[osx-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[osx-32] ++ cut -d/ -f 2
[osx-32] ++ cut -d- -f 1-2
[osx-32] ++ head -n 1
[osx-32] + TEST_NAME_PREFIX=Pharo8.0-SNAPSHOT
[osx-32] + TEST_VM_VERSION=70
[osx-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[osx-32] Downloading the latest pharoVM:
[osx-32] 	http://files.pharo.org/get-files/70/pharo-mac-stable.zip
[osx-32] pharo-vm/Pharo.app/Contents/MacOS/Pharo
[osx-32] Creating starter scripts pharo and pharo-ui
[osx-32] VM downloaded
[osx-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-bootstrap-32bit-*.zip'
[osx-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[osx-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[osx-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[osx-32]   inflating: Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image  
[osx-32] ++ find . -name Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image
[osx-32] + IMAGE_FILE=./Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image
[osx-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[osx-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[osx-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[osx-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[osx-32]   inflating: AST-Core.hermes         
[osx-32]   inflating: AST-Core-Traits.hermes  
[osx-32]   inflating: CodeExport.hermes       
[osx-32]   inflating: CodeExport-Traits.hermes  
[osx-32]   inflating: CodeImportCommandLineHandlers.hermes  
[osx-32]   inflating: CodeImport.hermes       
[osx-32]   inflating: CodeImport-Traits.hermes  
[osx-32]   inflating: Collections-Abstract-Traits.hermes  
[osx-32]   inflating: Collections-Arithmetic.hermes  
[osx-32]   inflating: Collections-Atomic.hermes  
[osx-32]   inflating: Debugging-Core.hermes   
[osx-32]   inflating: DeprecatedFileStream.hermes  
[osx-32]   inflating: FileSystem-Core.hermes  
[osx-32]   inflating: FileSystem-Disk.hermes  
[osx-32]   inflating: Hermes-Extensions.hermes  
[osx-32]   inflating: InitializePackagesCommandLineHandler.hermes  
[osx-32]   inflating: JenkinsTools-Core.hermes  
[osx-32]   inflating: Jobs.hermes             
[osx-32]   inflating: Kernel-Chronology-Extras.hermes  
[osx-32]   inflating: Kernel-Tests.hermes     
[osx-32]   inflating: Kernel-Traits.hermes    
[osx-32]   inflating: Math-Operations-Extensions.hermes  
[osx-32]   inflating: Multilingual-Encodings.hermes  
[osx-32]   inflating: Multilingual-Languages.hermes  
[osx-32]   inflating: Multilingual-TextConversion.hermes  
[osx-32]   inflating: OpalCompiler-Core.hermes  
[osx-32]   inflating: ReflectionMirrors-Primitives.hermes  
[osx-32]   inflating: SUnit-Core.hermes       
[osx-32]   inflating: SUnit-Tests.hermes      
[osx-32]   inflating: System-SourcesCondenser.hermes  
[osx-32]   inflating: TraitsV2-Compatibility.hermes  
[osx-32]   inflating: TraitsV2.hermes         
[osx-32]   inflating: TraitsV2-Tests.hermes   
[osx-32]   inflating: Transcript-Core-Traits.hermes  
[osx-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-rpackage-32bit-*.zip'
[osx-32] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[osx-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[osx-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[osx-32]   inflating: protocolsKernel.txt     
[osx-32]   inflating: packagesKernel.txt      
[osx-32] + mv ./Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image bootstrap.image
[osx-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[osx-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[osx-32] + ./pharo bootstrap.image
[osx-32] 2019-12-03 09:18:59.227 Pharo[45693:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2019-12-03 09:18:59.408 Pharo[45693:507] 09:18:59.408 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:18:59.408 Pharo[45693:507] 09:18:59.408 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2019-12-03 09:18:59.409 Pharo[45693:507] 09:18:59.409 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:18:59.409 Pharo[45693:507] 09:18:59.409 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[osx-32] 2019-12-03 09:18:59.648 Pharo[45700:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2019-12-03 09:18:59.759 Pharo[45700:507] 09:18:59.759 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:18:59.759 Pharo[45700:507] 09:18:59.759 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2019-12-03 09:18:59.760 Pharo[45700:507] 09:18:59.760 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:18:59.760 Pharo[45700:507] 09:18:59.760 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[osx-32] 2019-12-03 09:18:59.997 Pharo[45705:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2019-12-03 09:19:00.103 Pharo[45705:507] 09:19:00.103 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:00.103 Pharo[45705:507] 09:19:00.103 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2019-12-03 09:19:00.103 Pharo[45705:507] 09:19:00.103 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:00.104 Pharo[45705:507] 09:19:00.104 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[osx-32] 2019-12-03 09:19:00.638 Pharo[45710:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2019-12-03 09:19:00.737 Pharo[45710:507] 09:19:00.737 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:00.737 Pharo[45710:507] 09:19:00.737 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2019-12-03 09:19:00.739 Pharo[45710:507] 09:19:00.739 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:00.740 Pharo[45710:507] 09:19:00.740 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[osx-32] 2019-12-03 09:19:02.210 Pharo[45717:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2019-12-03 09:19:02.313 Pharo[45717:507] 09:19:02.313 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:02.313 Pharo[45717:507] 09:19:02.313 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2019-12-03 09:19:02.314 Pharo[45717:507] 09:19:02.314 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:02.314 Pharo[45717:507] 09:19:02.314 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[osx-32] 2019-12-03 09:19:02.765 Pharo[45722:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2019-12-03 09:19:02.880 Pharo[45722:507] 09:19:02.880 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:02.881 Pharo[45722:507] 09:19:02.881 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2019-12-03 09:19:02.881 Pharo[45722:507] 09:19:02.881 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:02.882 Pharo[45722:507] 09:19:02.882 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-osx-32Kernel SUnit-Core SUnit-Tests
[osx-32] 2019-12-03 09:19:03.342 Pharo[45727:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
[osx-32] 2019-12-03 09:19:03.445 Pharo[45727:507] 09:19:03.444 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:03.445 Pharo[45727:507] 09:19:03.445 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
[osx-32] 2019-12-03 09:19:03.446 Pharo[45727:507] 09:19:03.446 ERROR:     [0xa146e1a8] AQMEIO.cpp:377: _FindIOUnit: error -66680
[osx-32] 2019-12-03 09:19:03.446 Pharo[45727:507] 09:19:03.446 ERROR:     [0xa146e1a8] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
[osx-32] Running tests in 2 Packages
[osx-32] 104 run, 104 passes, 0 failures, 0 errors.
[Pipeline] [osx-32] junit
[osx-32] Recording test results
[Pipeline] [osx-32] archiveArtifacts
[osx-32] Archiving artifacts
[osx-32] Recording fingerprints
[Pipeline] [osx-32] fileExists
[Pipeline] [osx-32] sh
[osx-32] + mv PharoDebug.log PharoDebug-Tests-osx-32Kernel.log
[Pipeline] [osx-32] archiveArtifacts
[osx-32] Archiving artifacts
[osx-32] Recording fingerprints
[Pipeline] [osx-32] fileExists
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // dir
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // timeout
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // stage
[Pipeline] [osx-32] }
[Pipeline] [osx-32] // node
[Pipeline] [osx-32] }
[windows-32] '1'
[windows-32] '1'
[windows-32] '2'
[windows-32] '2'
[windows-32] an Object21321 run, 21321 passes, 0 failures, 0 errors.
[Pipeline] [windows-32] junit
[windows-32] Recording test results
[Pipeline] [windows-32] archiveArtifacts
[windows-32] Archiving artifacts
[windows-32] Recording fingerprints
[Pipeline] [windows-32] fileExists
[Pipeline] [windows-32] bat
[windows-32] 
[windows-32] E:\Builds\workspace\est_and_branch_Pipeline_Pharo8.0\Tests-windows-32>mv PharoDebug.log PharoDebug-Tests-windows-32.log 
[Pipeline] [windows-32] archiveArtifacts
[windows-32] Archiving artifacts
[windows-32] Recording fingerprints
[Pipeline] [windows-32] fileExists
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // dir
[Pipeline] [windows-32] cleanWs
[windows-32] [WS-CLEANUP] Deleting project workspace...
[windows-32] [WS-CLEANUP] Deferred wipeout is used...
[windows-32] [WS-CLEANUP] done
[Pipeline] [windows-32] dir
[windows-32] Running in E:\Builds\workspace\est_and_branch_Pipeline_Pharo8.0\Tests-windows-32
[Pipeline] [windows-32] {
[Pipeline] [windows-32] unstash
[Pipeline] [windows-32] bat
[windows-32] 
[windows-32] E:\Builds\workspace\est_and_branch_Pipeline_Pharo8.0\Tests-windows-32>bash -c 'bootstrap/scripts/runKernelTests.sh 32 Tests-windows-32Kernel' 
[windows-32] + CACHE=bootstrap-cache
[windows-32] + find bootstrap-cache
[windows-32] bootstrap-cache
[windows-32] bootstrap-cache/Pharo8.0-32bit-a59c2aa.sources
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-compiler-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-core-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-metacello-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-monticello_bootstrap-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/Pharo8.0-SNAPSHOT-traits-32bit-a59c2aa.zip
[windows-32] bootstrap-cache/PharoV60.sources
[windows-32] ++ find bootstrap-cache -name 'Pharo*.zip'
[windows-32] ++ head -n 1
[windows-32] ++ cut -d/ -f 2
[windows-32] ++ cut -d- -f 1-2
[windows-32] + TEST_NAME_PREFIX=Pharo8.0-SNAPSHOT
[windows-32] + TEST_VM_VERSION=70
[windows-32] + ./bootstrap/scripts/getPharoVM.sh 70 vm 32
[windows-32] Downloading the latest pharoVM:
[windows-32] 	http://files.pharo.org/get-files/70/pharo-win-stable.zip
[windows-32] pharo-vm/PharoConsole.exe
[windows-32] Creating starter scripts pharo and pharo-ui
[windows-32] VM downloaded
[windows-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-bootstrap-32bit-*.zip'
[windows-32] + IMAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[windows-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[windows-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.zip
[windows-32]   inflating: Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image  
[windows-32] ++ find . -name Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image
[windows-32] + IMAGE_FILE=./Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image
[windows-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-hermesPackages-32bit-*.zip'
[windows-32] + HERMES_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[windows-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[windows-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-a59c2aa.zip
[windows-32]   inflating: AST-Core.hermes         
[windows-32]   inflating: AST-Core-Traits.hermes  
[windows-32]   inflating: CodeExport.hermes       
[windows-32]   inflating: CodeExport-Traits.hermes  
[windows-32]   inflating: CodeImportCommandLineHandlers.hermes  
[windows-32]   inflating: CodeImport.hermes       
[windows-32]   inflating: CodeImport-Traits.hermes  
[windows-32]   inflating: Collections-Abstract-Traits.hermes  
[windows-32]   inflating: Collections-Arithmetic.hermes  
[windows-32]   inflating: Collections-Atomic.hermes  
[windows-32]   inflating: Debugging-Core.hermes   
[windows-32]   inflating: DeprecatedFileStream.hermes  
[windows-32]   inflating: FileSystem-Core.hermes  
[windows-32]   inflating: FileSystem-Disk.hermes  
[windows-32]   inflating: Hermes-Extensions.hermes  
[windows-32]   inflating: InitializePackagesCommandLineHandler.hermes  
[windows-32]   inflating: JenkinsTools-Core.hermes  
[windows-32]   inflating: Jobs.hermes             
[windows-32]   inflating: Kernel-Chronology-Extras.hermes  
[windows-32]   inflating: Kernel-Tests.hermes     
[windows-32]   inflating: Kernel-Traits.hermes    
[windows-32]   inflating: Math-Operations-Extensions.hermes  
[windows-32]   inflating: Multilingual-Encodings.hermes  
[windows-32]   inflating: Multilingual-Languages.hermes  
[windows-32]   inflating: Multilingual-TextConversion.hermes  
[windows-32]   inflating: OpalCompiler-Core.hermes  
[windows-32]   inflating: ReflectionMirrors-Primitives.hermes  
[windows-32]   inflating: SUnit-Core.hermes       
[windows-32]   inflating: SUnit-Tests.hermes      
[windows-32]   inflating: System-SourcesCondenser.hermes  
[windows-32]   inflating: TraitsV2-Compatibility.hermes  
[windows-32]   inflating: TraitsV2.hermes         
[windows-32]   inflating: TraitsV2-Tests.hermes   
[windows-32]   inflating: Transcript-Core-Traits.hermes  
[windows-32] ++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-rpackage-32bit-*.zip'
[windows-32] + RPACKAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[windows-32] + unzip bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[windows-32] Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-a59c2aa.zip
[windows-32]   inflating: protocolsKernel.txt     
[windows-32]   inflating: packagesKernel.txt      
[windows-32] + mv ./Pharo8.0-SNAPSHOT-bootstrap-32bit-a59c2aa.image bootstrap.image
[windows-32] + export PHARO_CI_TESTING_ENVIRONMENT=1
[windows-32] + PHARO_CI_TESTING_ENVIRONMENT=1
[windows-32] + ./pharo bootstrap.image
[windows-32] + ./pharo bootstrap.image loadHermes Hermes-Extensions.hermes --save
[windows-32] + ./pharo bootstrap.image loadHermes Kernel-Chronology-Extras.hermes AST-Core.hermes Jobs.hermes InitializePackagesCommandLineHandler.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[windows-32] + ./pharo bootstrap.image initializePackages --packages=packagesKernel.txt --protocols=protocolsKernel.txt --save
[windows-32] + ./pharo bootstrap.image loadHermes TraitsV2.hermes --save
[windows-32] + ./pharo bootstrap.image loadHermes SUnit-Core.hermes JenkinsTools-Core.hermes JenkinsTools-Core.hermes SUnit-Tests.hermes --save --no-fail-on-undeclared --on-duplication=ignore
[windows-32] + ./pharo bootstrap.image test --junit-xml-output --stage-name=Tests-windows-32Kernel SUnit-Core SUnit-Tests
[windows-32] Running tests in 2 Packages
[windows-32] 104 run, 104 passes, 0 failures, 0 errors.
[Pipeline] [windows-32] junit
[windows-32] Recording test results
[Pipeline] [windows-32] archiveArtifacts
[windows-32] Archiving artifacts
[windows-32] Recording fingerprints
[Pipeline] [windows-32] fileExists
[Pipeline] [windows-32] bat
[windows-32] 
[windows-32] E:\Builds\workspace\est_and_branch_Pipeline_Pharo8.0\Tests-windows-32>mv PharoDebug.log PharoDebug-Tests-windows-32Kernel.log 
[Pipeline] [windows-32] archiveArtifacts
[windows-32] Archiving artifacts
[windows-32] Recording fingerprints
[Pipeline] [windows-32] fileExists
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // dir
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // timeout
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // stage
[Pipeline] [windows-32] }
[Pipeline] [windows-32] // node
[Pipeline] [windows-32] }
[Pipeline] // parallel
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix-2 in /builds/workspace/est_and_branch_Pipeline_Pharo8.0
[Pipeline] {
[Pipeline] stage
[Pipeline] { (notify)
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/est_and_branch_Pipeline_Pharo8.0 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/Pharo8.0:refs/remotes/origin/Pharo8.0
Checking out Revision a59c2aaaafc515ebbbebe8772026c91f738fb3cc (Pharo8.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a59c2aaaafc515ebbbebe8772026c91f738fb3cc
Commit message: "Merge pull request #5267 from MarcusDenker/3437-Add-test-for-Adding-an-instance-class-variable-remove-the-traits-of-a-class"
[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/5267
Sending request to url: https://api.github.com/repos/pharo-project/pharo/pulls/5267
Response Code: HTTP/1.1 200 OK
Success code from [100‥399]
[Pipeline] readJSON
[Pipeline] mail
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix-2 in /builds/workspace/est_and_branch_Pipeline_Pharo8.0
[Pipeline] {
[Pipeline] stage
[Pipeline] { (launchBenchmark)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/pharo-project/pharo.git
 > git init /builds/workspace/est_and_branch_Pipeline_Pharo8.0 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo.git # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo.git
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/pharo.git +refs/heads/Pharo8.0:refs/remotes/origin/Pharo8.0
Checking out Revision a59c2aaaafc515ebbbebe8772026c91f738fb3cc (Pharo8.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a59c2aaaafc515ebbbebe8772026c91f738fb3cc
Commit message: "Merge pull request #5267 from MarcusDenker/3437-Add-test-for-Adding-an-instance-class-variable-remove-the-traits-of-a-class"
[Pipeline] sh
+ git log -1 --format=%H
[Pipeline] build (Building pharo-benchmarks)
Scheduling project: pharo-benchmarks
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS