Skip to content

Console Output

[pharo-vm_feat_cogmt] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/pharo-vm_feat_cogmt
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - found
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
--2022-10-05 10:27:28--  http://get.pharo.org/64/70+vm
Resolving get.pharo.org (get.pharo.org)... 164.132.235.17, 2001:41d0:301::23
Connecting to get.pharo.org (get.pharo.org)|164.132.235.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3054 (3.0K)
Saving to: ‘STDOUT’

     0K ..                                                    100%  279M=0s

2022-10-05 10:27:28 (279 MB/s) - written to stdout [3054/3054]

Downloading the latest 70 Image:
    http://files.pharo.org/get-files/70/pharo64.zip
Pharo.image
Downloading the latest pharoVM:
	http://files.pharo.org/get-files/70/pharo64-linux-stable.zip
pharo-vm/pharo
Creating starter scripts pharo and pharo-ui
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

Fetched -> BaselineOfVMMaker-CompatibleUserName.1563541612 --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248] --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248]
Loaded -> BaselineOfVMMaker-CompatibleUserName.1563541612 --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248] --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248]
Loading baseline of BaselineOfVMMaker...
Fetched -> VMMakerCompatibilityForPharo6-CompatibleUserName.1563541612 --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248] --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248]
Fetched -> VMMakerTests-CompatibleUserName.1563541612 --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248] --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248]
Fetched -> Printf-eem.21 --- http://www.squeaksource.com/Printf --- http://www.squeaksource.com/Printf
Fetched -> VMMaker-CompatibleUserName.1563541612 --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248] --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248]
*** Warning: Warning: This package depends on the following classes:
  VMThreadingConstants
  VMBasicConstants
You must resolve these dependencies before you will be able to load these definitions: 
  VMMTTests
  VMMTTests>>#runCaseManaged
  VMMTTests>>#setUp
  VMMTTests>>#testAssignableThreadIsNotVMOwner
  VMMTTests>>#testAssignableThreadIsWilling
  VMMTTests>>#testDisownOnRelinquishPutsVMInRelinquishingState
  VMMTTests>>#testDisownRemembersLastDisownedThread
  VMMTTests>>#testDisownVMReleasesVM
  VMMTTests>>#testDisownVMSetsCurrentThreadToUnavailable
  VMMTTests>>#testHeartbeatReleasesVMWhenNoProcessIsWilling
  VMMTTests>>#testHeartbeatWakesUpWaitingVMThread
  VMMTTests>>#testInitialThreadIsAssignableOrInVM
  VMMTTests>>#testInitialVMHasManyThreads
  VMMTTests>>#testInitialVMHasNoDisowningVMThread
  VMMTTests>>#testInitialVMThreadsAreUinitialized
  VMMTTests>>#testOwnFreeVMOwnsSameThread
  VMMTTests>>#testPreemptedProcessIsMarkedInExternalCode
  VMMTTests>>#testPreemptedProcessSetsCurrentMethodInThread
  VMMTTests>>#testPreemptedVMThreadHasPreemptedProcessPriority
  VMMTTests>>#testPreemptedVMThreadIsListedInAWOLProcesses
  VMMTTests>>#testPreemptedVMThreadIsTemporarilyAffinedToProcess
  VMMTTests>>#testTryOwningOwnedVMLeavesThreadInWaitingState
  VMMTTests>>#testWantingThreadIsWilling
  VMMTTests>>#testWantingThreadIsWillingOverAssignableThread


RBVariableNode>>asTranslatorNodeIn: (TConstantNode is Undeclared) 

RBVariableNode>>asTranslatorNodeIn: (TConstantNode is Undeclared) 

RBVariableNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBCascadeNode>>asTranslatorNodeIn: (TStmtListNode is Undeclared) 

RBCascadeNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBCascadeNode>>asTranslatorNodeIn: (TAssignmentNode is Undeclared) 

PharoVMMaker class>>generateCoInterpreter (VMMaker is Undeclared) 

PharoVMMaker class>>generateCoInterpreter (CoInterpreter is Undeclared) 

PharoVMMaker class>>generateCoInterpreter (VMMaker is Undeclared) 

PharoVMMaker class>>generateCoInterpreter (CoInterpreter is Undeclared) 

PharoVMMaker class>>generateCoInterpreter (StackToRegisterMappingCogit is Undeclared) 

PharoVMMaker class>>generateCoInterpreterMT (VMMaker is Undeclared) 

PharoVMMaker class>>generateCoInterpreterMT (VMMaker is Undeclared) 

PharoVMMaker class>>generateCoInterpreterMT (CoInterpreterMT is Undeclared) 

PharoVMMaker class>>generateCoInterpreterMT (StackToRegisterMappingCogit is Undeclared) 

RBReturnNode>>asTranslatorNodeIn: (TReturnNode is Undeclared) 

RBReturnNode>>asTranslatorNodeIn: (TReturnNode is Undeclared) 

VMCodeGenerationTest>>testCommentsInBlocks (TMethod is Undeclared) 

VMCodeGenerationTest>>testCommentsInBlocks (CCodeGeneratorGlobalStructure is Undeclared) 

VMCodeGenerationTest>>testCommentsInInlinedBlocks (TMethod is Undeclared) 

VMCodeGenerationTest>>testCommentsInInlinedBlocks (CCodeGeneratorGlobalStructure is Undeclared) 

VMCodeGenerationTest>>testComplexIfNilAssignment (TMethod is Undeclared) 

VMCodeGenerationTest>>testComplexIfNilAssignment (CCodeGeneratorGlobalStructure is Undeclared) 

VMCodeGenerationTest>>testLoopVariableIsTemp (TMethod is Undeclared) 

VMCodeGenerationTest>>testLoopVariableIsTemp (CCodeGeneratorGlobalStructure is Undeclared) 

VMCodeGenerationTest>>testNilIfNilGeneratesOnlyFirstBranch (TMethod is Undeclared) 

VMCodeGenerationTest>>testNilIfNilGeneratesOnlyFirstBranch (CCodeGeneratorGlobalStructure is Undeclared) 

VMCodeGenerationTest>>testSimpleIfNil (TMethod is Undeclared) 

VMCodeGenerationTest>>testSimpleIfNil (CCodeGeneratorGlobalStructure is Undeclared) 

VMCodeGenerationTest>>testSimpleIfNilAssignment (TMethod is Undeclared) 

VMCodeGenerationTest>>testSimpleIfNilAssignment (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testArgumentIsNoTemp (TMethod is Undeclared) 

VMMASTTranslationTest>>testComplexIfNilIfNotNilWithArgument (TMethod is Undeclared) 

VMMASTTranslationTest>>testComplexIfNilIfNotNilWithArgument (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testComplexIfNotNilIfNilWithArgument (TMethod is Undeclared) 

VMMASTTranslationTest>>testComplexIfNotNilIfNilWithArgument (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testComplexIfNotNilWithArgument (TMethod is Undeclared) 

VMMASTTranslationTest>>testComplexIfNotNilWithArgument (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testEmptyBlockGeneratesSingleNilStatement (TMethod is Undeclared) 

VMMASTTranslationTest>>testEmptyBlockGeneratesSingleNilStatement (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testIfNilIfNotNilBecomesIfTrueIfFalse (TMethod is Undeclared) 

VMMASTTranslationTest>>testIfNilIfNotNilDoesNotInvertBlocks (TMethod is Undeclared) 

VMMASTTranslationTest>>testIfNotNilIfNilInversesBlocks (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineMethodWithLoopDeclaresLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineMethodWithLoopDeclaresLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineMethodWithLoopDeclaresLoopIndexVariable (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testInlineSecondLevelMethodWithLoopDeclaresLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineSecondLevelMethodWithLoopDeclaresLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineSecondLevelMethodWithLoopDeclaresLoopIndexVariable (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testInlineTwiceMethodWithLoopDeclaresTwiceLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineTwiceMethodWithLoopDeclaresTwiceLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineTwiceMethodWithLoopDeclaresTwiceLoopIndexVariable (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testInlineTwiceSecondLevelMethodWithLoopDeclaresLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineTwiceSecondLevelMethodWithLoopDeclaresLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testInlineTwiceSecondLevelMethodWithLoopDeclaresLoopIndexVariable (CCodeGeneratorGlobalStructure is Undeclared) 

VMMASTTranslationTest>>testKeywordMethodHasArgument (TMethod is Undeclared) 

VMMASTTranslationTest>>testMethodWithConditionInLoopLimitHasLimitVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testMethodWithConstantConditionInLoopHasNoLimitVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testMethodWithLoopDeclaresLoopIndexVariable (TMethod is Undeclared) 

VMMASTTranslationTest>>testTranslateBinaryMethodHasSameName (TMethod is Undeclared) 

VMMASTTranslationTest>>testTranslateKeywordMethodHasSameName (TMethod is Undeclared) 

VMMASTTranslationTest>>testTranslateUnaryMethodHasSameName (TMethod is Undeclared) 

VMMTGenerationTests>>generate: (CCodeGeneratorGlobalStructure is Undeclared) 

VMMTGenerationTests>>generate: (CoInterpreter is Undeclared) 

VMMTGenerationTests>>generate: (InterpreterPrimitives is Undeclared) 

VMMTGenerationTests>>generate: (StackInterpreterPrimitives is Undeclared) 

VMMTGenerationTests>>generate: (StackInterpreter is Undeclared) 

VMMTGenerationTests>>generate: (CoInterpreter is Undeclared) 

VMMTGenerationTests>>generate: (CogStackPages is Undeclared) 

VMMTGenerationTests>>generate: (SpurMemoryManager is Undeclared) 

VMMTGenerationTests>>generate: (Spur64BitMemoryManager is Undeclared) 

VMMTGenerationTests>>generate: (SpurGenerationScavenger is Undeclared) 

RBAssignmentNode>>asTranslatorNodeIn: (TAssignmentNode is Undeclared) 

RBAssignmentNode>>asTranslatorNodeIn: (TStmtListNode is Undeclared) 

RBAssignmentNode>>asTranslatorNodeIn: (TAssignmentNode is Undeclared) 

RBBlockNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBBlockNode>>asTranslatorNodeIn: (TStmtListNode is Undeclared) 

RBLiteralNode>>asTranslatorNodeIn: (TConstantNode is Undeclared) 

RBArrayNode>>asTranslatorNodeIn: (TBraceCaseNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TConstantNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TAssignmentNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TConstantNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TSendNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TAssignmentNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TSendNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TConstantNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TConstantNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TStmtListNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TAssignmentNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TSendNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TSendNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TSendNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TStmtListNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TAssignmentNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TSendNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TSendNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TVariableNode is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (CCodeGenerator is Undeclared) 

RBMessageNode>>asTranslatorNodeIn: (TSendNode is Undeclared) 

DisplayText class>>text: (DefaultTextStyle is Undeclared) 

RBSequenceNode>>asTranslatorNodeIn: (TStmtListNode is Undeclared) 

Loaded -> VMMakerCompatibilityForPharo6-CompatibleUserName.1563541612 --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248] --- cache
*** Warning: Warning: This package depends on the following classes:
  StackMTInterpreterSimulator
  VMClass
  CogThreadManager
You must resolve these dependencies before you will be able to load these definitions: 
  SpurMockMemory
  SpurMockMemory>>#hasSpurMemoryManagerAPI
  SpurMockMemory>>#initializeWithOptions:
  SpurMockMemory>>#numSmallIntegerTagBits
  SpurMockMemory>>#simulatorClass
  SpurMockMemory>>#wordSize
  SpurMockMemory>>#addressCouldBeObj:
  SpurMockMemory>>#addressOf:
  SpurMockMemory>>#baseHeaderSize
  SpurMockMemory>>#bytesPerOop
  SpurMockMemory>>#coInterpreter:
  SpurMockMemory>>#fetchPointer:ofObject:
  SpurMockMemory>>#followField:ofObject:
  SpurMockMemory>>#followObjField:ofObject:
  SpurMockMemory>>#goodContextSize:
  SpurMockMemory>>#hasSpurMemoryManagerAPI
  SpurMockMemory>>#headerIndicatesAlternateBytecodeSet:
  SpurMockMemory>>#initialize
  SpurMockMemory>>#integerObjectOf:
  SpurMockMemory>>#integerValueOf:
  SpurMockMemory>>#isContext:
  SpurMockMemory>>#isForwarded:
  SpurMockMemory>>#isIntegerObject:
  SpurMockMemory>>#isNonImmediate:
  SpurMockMemory>>#isOopCompiledMethod:
  SpurMockMemory>>#isOopForwarded:
  SpurMockMemory>>#lastPointerOf:
  SpurMockMemory>>#lengthOf:
  SpurMockMemory>>#literalCountOf:
  SpurMockMemory>>#maxCInteger
  SpurMockMemory>>#memoryActiveProcess
  SpurMockMemory>>#methodHeaderOf:
  SpurMockMemory>>#nextAddress
  SpurMockMemory>>#nilObject
  SpurMockMemory>>#numBytesOfBytes:
  SpurMockMemory>>#numSlotsOf:
  SpurMockMemory>>#objectFor:
  SpurMockMemory>>#processorSchedulerMock
  SpurMockMemory>>#shiftForWord
  SpurMockMemory>>#smallIntegerTag
  SpurMockMemory>>#splObj:
  SpurMockMemory>>#startOfMemory
  SpurMockMemory>>#storePointer:ofObject:withValue:
  SpurMockMemory>>#storePointerUnchecked:ofObject:withValue:
  SpurMockMemory>>#wordSize
  StackMTInterpreterSimulatorForTest
  StackMTInterpreterSimulatorForTest>>#onObjectMemory:options:
  StackMTInterpreterSimulatorForTest>>#enterSmalltalkExecutiveImplementation
  StackMTInterpreterSimulatorForTest>>#ioNewOS:Thread:
  StackMTInterpreterSimulatorForTest>>#methodCallingPush
  VMMockCogThreadManager
  VMMockCogThreadManager>>#ioWaitOnOSSemaphore:


Loaded -> VMMakerTests-CompatibleUserName.1563541612 --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248] --- cache
PrintfFloatFormatDescriptor>>applyOperator: (FloatPrinter is Undeclared) 

PrintfFloatFormatDescriptor>>applyOperator: (FloatPrinter is Undeclared) 

PrintfFloatFormatDescriptor>>applyOperator: (FloatPrinter is Undeclared) 

PrintfFloatFormatDescriptor>>applyOperator: (FloatPrinter is Undeclared) 

Loaded -> Printf-eem.21 --- http://www.squeaksource.com/Printf --- http://www.squeaksource.com/Printf
SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared) 

DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared) 

Pragmatizer>>newConvertToMessageSendStamp: (Utilities is Undeclared) 

Pragmatizer>>newConvertToPragmaStamp: (Utilities is Undeclared) 

TMethod>>statementsFor:varName: (Compiler is Undeclared) 

RiscOSVMMaker>>export:forExternalPlugin: (FileStreamException is Undeclared) 

SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared) 

VMMakerTool class>>unload (TheWorldMenu is Undeclared) 

VMMakerTool>>addSecondButtonRowToWindow:startingAt: (UpdatingThreePhaseButtonMorph is Undeclared) 

VMMakerTool>>findPlatformsPath (FileList2 is Undeclared) 

VMMakerTool>>helpText (StringHolder is Undeclared) 

VMMakerTool>>loadConfig (StandardFileMenu is Undeclared) 

VMMakerTool>>platformsListMenu (PopUpMenu is Undeclared) 

VMMakerTool>>saveConfig (StandardFileMenu is Undeclared) 

CCodeGenerator class>>removeCompilerMethods (ParseNode is Undeclared) 

ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) 

ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared) 

InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared) 

JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared) 

TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared) 

SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared) 

SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared) 

VMClass class>>initialize (Utilities is Undeclared) 

VMClass class>>openCogMultiWindowBrowser (Browser is Undeclared) 

VMClass class>>openCogSpurMultiWindowBrowser (Browser is Undeclared) 

VMClass class>>openCogTestsMultiWindowBrowser (PackageInfo is Undeclared) 

VMClass class>>openCogTestsMultiWindowBrowser (Browser is Undeclared) 

VMClass class>>openCogitMultiWindowBrowser (Browser is Undeclared) 

VMClass class>>openObjectMemoriesInterpretersBrowser (Browser is Undeclared) 

VMClass class>>openSpurMultiWindowBrowser (Browser is Undeclared) 

Cogit class>>genAndDis:options: (Compiler is Undeclared) 

Cogit class>>initializeMiscConstants (BochsX64Alien is Undeclared) 

Cogit class>>initializeMiscConstants (BochsIA32Alien is Undeclared) 

Cogit class>>initializeMiscConstants (GdbARMAlien is Undeclared) 

Cogit class>>initializeMiscConstants (MIPSELSimulator is Undeclared) 

Cogit>>initializeProcessor (MultiProcessor is Undeclared) 

Cogit>>setClickStepBreakBlock (Debugger is Undeclared) 

Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared) 

Cogit>>simulateLeafCallOf: (ProcessorSimulationTrap is Undeclared) 

StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared) 

StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) 

CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared) 

CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared) 

StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared) 

CogARMCompilerTests>>processor (GdbARMAlien is Undeclared) 

CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared) 

CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared) 

CogX64CompilerTests>>processor (BochsX64Alien is Undeclared) 

IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) 

IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) 

JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) 

JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared) 

MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) 

MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared) 

SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared) 

SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) 

SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) 

SimulatorMorphicModel class>>registerInOpenMenu (TheWorldMenu is Undeclared) 

SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) 

SimulatorMorphicModel class>>unregisterFromOpenMenu (TheWorldMenu is Undeclared) 

SimulatorMorphicModel>>hack (UserDialogBoxMorph is Undeclared) 

SimulatorMorphicModel>>loadImage (UserDialogBoxMorph is Undeclared) 

SimulatorMorphicModel>>options (UserDialogBoxMorph is Undeclared) 

SimulatorMorphicModel>>over (UserDialogBoxMorph is Undeclared) 

SimulatorMorphicModel>>reset (UserDialogBoxMorph is Undeclared) 

SimulatorMorphicModel>>return (UserDialogBoxMorph is Undeclared) 

SimulatorMorphicModel>>send (UserDialogBoxMorph is Undeclared) 

SimulatorMorphicModel>>step (UserDialogBoxMorph is Undeclared) 

BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared) 

BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared) 

BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared) 

BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared) 

BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared) 

BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared) 

BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared) 

BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared) 

BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared) 

BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared) 

BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared) 

BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared) 

BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared) 

BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) 

BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared) 

BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared) 

BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared) 

BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared) 

BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared) 

BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared) 

BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared) 

BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared) 

BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared) 

BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared) 

BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared) 

BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) 

BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) 

BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared) 

BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared) 

BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared) 

BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared) 

BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared) 

BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared) 

BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared) 

BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared) 

BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared) 

BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared) 

BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared) 

BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared) 

BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared) 

BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared) 

BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared) 

BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared) 

BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared) 

BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared) 

BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared) 

BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared) 

BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared) 

BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared) 

BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared) 

BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared) 

BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared) 

BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared) 

BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared) 

BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared) 

BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared) 

BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared) 

BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared) 

BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared) 

BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared) 

BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared) 

Loaded -> VMMaker-CompatibleUserName.1563541612 --- https://github.com/pharo-project/pharo-vm.git[Detached at b8ac248] --- cache
...finished baselinepthread_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

conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in reverseDisplayFrom:to:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:
The method ClassDescription>>#theNonMetaClass called from VMStructType class>>#printTypedefOn: has been deprecated.
Please use #instanceSide instead

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveGeneratorOrNil

numPushNilsFunction localised to scanBlock:
PharoVMMaker
-- Adding plugin: SecurityPlugin
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: MD5Plugin
-- Adding plugin: SqueakSSL
Adding third-party libraries for linux: pthreadedPlugin-0.0.1
Adding third-party libraries for linux: libffi-3.3-rc0
Adding third-party libraries for linux: libgit2-0.25.1
Adding third-party libraries for linux: libssh2-1.7.0
Adding third-party libraries for linux: openssl-1.0.2q
Adding third-party libraries for linux: SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_feat_cogmt