Skip to content

Console Output

+ bash -c bootstrap/scripts/runTests.sh 32 Tests-unix-32
+ CACHE=bootstrap-cache
+ find bootstrap-cache
bootstrap-cache
bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-32bit-4806c18.zip
bootstrap-cache/PharoV60.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-32bit-4806c18.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-core-32bit-4806c18.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-32bit-4806c18.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-traits-32bit-4806c18.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-32bit-4806c18.zip
bootstrap-cache/Pharo9.0-32bit-4806c18.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-4806c18.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-32bit-4806c18.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-32bit-4806c18.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-32bit-4806c18.zip
++ find bootstrap-cache -name 'Pharo*.zip'
++ cut -d/ -f 2
++ head -n 1
++ cut -d- -f 1-2
+ TEST_NAME_PREFIX=Pharo9.0-SNAPSHOT
+ TEST_VM_VERSION=90
+ ./bootstrap/scripts/getPharoVM.sh 90 vm 32
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/90/pharo-linux-stable.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
VM downloaded
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-32bit-*.zip'
+ IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-4806c18.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-4806c18.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-32bit-4806c18.zip
  inflating: Pharo9.0-SNAPSHOT-32bit-4806c18.changes  
  inflating: Pharo9.0-SNAPSHOT-32bit-4806c18.image  
  inflating: Pharo9.0-32bit-4806c18.sources  
 extracting: pharo.version           
++ find . -name Pharo9.0-SNAPSHOT-32bit-4806c18.image
+ IMAGE_FILE=./Pharo9.0-SNAPSHOT-32bit-4806c18.image
++ find . -name Pharo9.0-SNAPSHOT-32bit-4806c18.changes
+ CHANGES_FILE=./Pharo9.0-SNAPSHOT-32bit-4806c18.changes
+ cp bootstrap-cache/Pharo9.0-32bit-4806c18.sources bootstrap-cache/PharoV60.sources .
+ mv ./Pharo9.0-SNAPSHOT-32bit-4806c18.image Pharo.image
+ mv ./Pharo9.0-SNAPSHOT-32bit-4806c18.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
Running tests in 765 Packages
SystemNotification: MicToPillarBasicTest>>testCodeInText(pillarDocument is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RSCanvas>>numberOfEdges(edges is shadowed)
SystemNotification: RSComposite>>numberOfEdges(edges is shadowed)
SystemNotification: RSEdgeBuilder>>fmt:(shape is shadowed)
SystemNotification: RSLinePlot>>fmt:(shape is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)

*** Warning: PotentialOutDatedDependencyWarning: Collections-Tests: Kernel-Chronology-Extras dependency declared in the package Manifest as manuallyResolvedDependencies not detected as a dependency!
\\\NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
NewUndeclaredWarning: CompiledCodeTest>>method (test is Undeclared)
Sending interrupt signal to process
./pharo: line 11:  7211 Terminated              "$DIR"/"pharo-vm/pharo" --nodisplay "$@"
script returned exit code 143