Console Output

+ bash -c 'bootstrap/scripts/runTests.sh 64 Tests-osx-64'
+ CACHE=bootstrap-cache
+ find bootstrap-cache
bootstrap-cache
bootstrap-cache/Pharo9.0-64bit-eab9939.sources
bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-bootstrap-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-compiler-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-core-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-hermesPackages-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-metacello-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-monticello_bootstrap-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-rpackage-64bit-eab9939.zip
bootstrap-cache/Pharo9.0-SNAPSHOT-traits-64bit-eab9939.zip
bootstrap-cache/PharoV60.sources
++ 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=70
+ ./bootstrap/scripts/getPharoVM.sh 70 vm 64
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/70/pharo64-mac-stable.zip
pharo-vm/Pharo.app/Contents/MacOS/Pharo
Creating starter scripts pharo and pharo-ui
VM downloaded
++ find bootstrap-cache -name 'Pharo9.0-SNAPSHOT-64bit-*.zip'
+ IMAGE_ARCHIVE=bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-eab9939.zip
+ unzip bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-eab9939.zip
Archive:  bootstrap-cache/Pharo9.0-SNAPSHOT-64bit-eab9939.zip
  inflating: Pharo9.0-SNAPSHOT-64bit-eab9939.changes  
  inflating: Pharo9.0-SNAPSHOT-64bit-eab9939.image  
  inflating: Pharo9.0-64bit-eab9939.sources  
 extracting: pharo.version           
++ find . -name Pharo9.0-SNAPSHOT-64bit-eab9939.image
+ IMAGE_FILE=./Pharo9.0-SNAPSHOT-64bit-eab9939.image
++ find . -name Pharo9.0-SNAPSHOT-64bit-eab9939.changes
+ CHANGES_FILE=./Pharo9.0-SNAPSHOT-64bit-eab9939.changes
+ cp bootstrap-cache/Pharo9.0-64bit-eab9939.sources bootstrap-cache/PharoV60.sources .
+ mv ./Pharo9.0-SNAPSHOT-64bit-eab9939.image Pharo.image
+ mv ./Pharo9.0-SNAPSHOT-64bit-eab9939.changes Pharo.changes
+ export PHARO_CI_TESTING_ENVIRONMENT=1
+ PHARO_CI_TESTING_ENVIRONMENT=1
+ ./pharo Pharo.image test --junit-xml-output --stage-name=Tests-osx-64 '.*'
2020-03-04 08:11:24.874 Pharo[31182:507] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/w0/nn_htp7n6ddcydvkv21hjzhc0000gn/T/org.pharo.Pharo.savedState
2020-03-04 08:11:27.463 Pharo[31182:507] 08:11:27.463 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
2020-03-04 08:11:27.464 Pharo[31182:507] 08:11:27.464 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (5512/0 frames)
2020-03-04 08:11:27.465 Pharo[31182:507] 08:11:27.465 ERROR:     [0x7fff743db310] AQMEIO.cpp:377: _FindIOUnit: error -66680
2020-03-04 08:11:27.465 Pharo[31182:507] 08:11:27.465 ERROR:     [0x7fff743db310] >aq> AudioQueueObject.cpp:1590: Prime: failed (-66680); will stop (33075/0 frames)
Running tests in 685 Packages
SystemNotification: DTPluginConfiguration>>asTestSuite(testSuite is shadowed)
SystemNotification: DrTestsTestRunnerTest>>testAllSelectedClassesAreTestCases(package is shadowed)
SystemNotification: MCFileTreeStCypressWriter class>>fileNameForSelector:(specials is shadowed)
SystemNotification: OCASTTranslatorTest>>testExamplePrimitiveErrorCode(method is shadowed)
SystemNotification: OCASTTranslatorTest>>testExamplePrimitiveErrorModule(method is shadowed)
SystemNotification: OCASTTranslatorTest>>testExamplePrimitiveErrorCodeModule(method is shadowed)
SystemNotification: OCASTTranslatorTest>>testExamplePrimitiveModuleError(method is shadowed)
SystemNotification: OCASTVariableTranslatorTest>>testPushThisContext(method is shadowed)
SystemNotification: PNGReadWriter>>writeChunk:(stream is shadowed)
SystemNotification: RBDummyRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBRefactoryTestDataApp>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: RBSmalllintTestObject>>tempVarOverridesInstVar(temporaryVariable is shadowed)
SystemNotification: OCStoreIntoReadOnlyVariableError: Cannot store into
ReAssignmentOnBlockArgumentRuleTest
sampleMethod
	"Assignment to blockArgument is bad - here x"

	| myBlock |
	myBlock := [ :x :y | 
	x := x + y.
	y := y + x ]
SystemNotification: OCStoreIntoReadOnlyVariableError: Cannot store into
ReAssignmentOnBlockArgumentRuleTest
sampleMethod
	"Assignment to blockArgument is bad - here x"

	| myBlock |
	myBlock := [ :x :y | 
	x := x + y.
	y := y + x ]
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy1 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy2 is shadowed)
SystemNotification: ReTempVarOverridesInstVarRuleTest>>sampleMethod:(dummy3 is shadowed)
SystemNotification: RubSmalltalkEditorTest>>testSettingCompletionFromEditor(currentCompletion is shadowed)
SystemNotification: RubSmalltalkEditorTest>>testSettingCompletionFromEditorToTextArea(currentCompletion is shadowed)
SystemNotification: TextTest>>example1:(text is shadowed)
SystemNotification: TextTest>>example2(text is shadowed)
SystemNotification: TextTest>>testAdjacentRunsWithIdentitcalAttributes(text is shadowed)
SystemNotification: VGTigerDemo>>convertPathData2(paths is shadowed)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
NewUndeclaredWarning: UndefinedObject>>noMethod (Foo is Undeclared)
./pharo: line 11: 31182 Trace/BPT trap: 5       "$DIR"/"pharo-vm/Pharo.app/Contents/MacOS/Pharo" --headless "$@"