Console Output

+ bash -c bootstrap/scripts/runTests.sh 32 Tests-unix-32
+ CACHE=bootstrap-cache
+ find bootstrap-cache
bootstrap-cache
bootstrap-cache/Pharo8.0-32bit-183da68.sources
bootstrap-cache/PharoV60.sources
bootstrap-cache/Pharo8.0-SNAPSHOT-metacello-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-compiler-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-hermesPackages-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-rpackage-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-core-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-traits-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-monticello-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-monticello_bootstrap-32bit-183da68.zip
bootstrap-cache/Pharo8.0-SNAPSHOT-bootstrap-32bit-183da68.zip
++ cut -d/ -f 2
++ cut -d- -f 1-2
++ head -n 1
++ find bootstrap-cache -name 'Pharo*.zip'
+ TEST_NAME_PREFIX=Pharo8.0-SNAPSHOT
+ TEST_VM_VERSION=70
+ ./bootstrap/scripts/getPharoVM.sh 70 vm 32
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/70/pharo-linux-stable.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
VM downloaded
++ find bootstrap-cache -name 'Pharo8.0-SNAPSHOT-32bit-*.zip'
+ IMAGE_ARCHIVE=bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-183da68.zip
+ unzip bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-183da68.zip
Archive:  bootstrap-cache/Pharo8.0-SNAPSHOT-32bit-183da68.zip
  inflating: Pharo8.0-SNAPSHOT-32bit-183da68.changes  
  inflating: Pharo8.0-SNAPSHOT-32bit-183da68.image  
  inflating: Pharo8.0-32bit-183da68.sources  
 extracting: pharo.version           
++ find . -name Pharo8.0-SNAPSHOT-32bit-183da68.image
+ IMAGE_FILE=./Pharo8.0-SNAPSHOT-32bit-183da68.image
++ find . -name Pharo8.0-SNAPSHOT-32bit-183da68.changes
+ CHANGES_FILE=./Pharo8.0-SNAPSHOT-32bit-183da68.changes
+ cp bootstrap-cache/Pharo8.0-32bit-183da68.sources bootstrap-cache/PharoV60.sources .
+ mv ./Pharo8.0-SNAPSHOT-32bit-183da68.image Pharo.image
+ mv ./Pharo8.0-SNAPSHOT-32bit-183da68.changes Pharo.changes
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-unix-32 '.*'
pthread_setschedparam failed: Operation not permitted
This VM uses a separate heartbeat thread to update its internal clock
and handle events.  For best operation, this thread should run at a
higher priority, however the VM was unable to change the priority.  The
effect is that heavily loaded systems may experience some latency
issues.  If this occurs, please create the appropriate configuration
file in /etc/security/limits.d/ as shown below:

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

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

You will need to log out and log back in for the limits to take effect.
For more information please see
https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/r3732#linux

ClyClassWithUndeclares>>method1WithUndeclares (undeclaredStubInstVar1 is Undeclared) 

ClyClassWithUndeclares>>method2WithUndeclares (undeclaredStubInstVar2 is Undeclared) 
The method FTTableMorph>>#basicHighlightRowIndexes: called from ClyHighlightingSelection>>#setUpSelectedRows:in:silently: has been deprecated.
Use #basicHighlightIndexes: instead
The method FTTableMorph>>#basicSelectRowIndexes: called from ClyDataSourceSelection>>#setUpSelectedRows:in:silently: has been deprecated.
Use #basicSelectIndexes: instead
The method FTTableMorph>>#basicSelectRowIndexes: called from ClyDataSourceSelection>>#setUpSelectedRows:in:silently: has been deprecated.
Use #basicSelectIndexes: instead
The method FTTableMorph>>#selectRowIndexes: called from ClyDataSourceSelection>>#setUpSelectedRows:in:silently: has been deprecated.
Use #selectIndexes: instead
The method FTTableMorph>>#selectedRowIndexes called from ClyQueryViewMorph>>#updateSelection has been deprecated.
Use #selectedIndexes instead
'Cannot read stored value of #notExistingClassStoredSettingSTONString. Exception: KeyNotFound: key #MockNotExistingClass not found in SystemDictionary'

*** Warning: PotentialOutDatedDependencyWarning: Kernel: System-Localization dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!

*** Warning: PotentialOutDatedDependencyWarning: Kernel: System-Localization dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!

*** Warning: PotentialOutDatedDependencyWarning: Kernel: System-Localization dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!

*** Warning: PotentialOutDatedDependencyWarning: Collections-Unordered: Jobs dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!

*** Warning: PotentialOutDatedDependencyWarning: Collections-Unordered: UIManager dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!
\\./pharo: line 11: 18050 Trace/breakpoint trap   "$DIR"/"pharo-vm/pharo" --nodisplay "$@"