Push event to branch feat/cogmt Connecting to https://api.github.com using pharo-ci using token as pass Obtained Jenkinsfile from b8ac2487c65f19e3ab86c4be51d672d3034b3b93 [Pipeline] Start of Pipeline [Pipeline] properties [Pipeline] parallel [Pipeline] { (Branch: unix) [Pipeline] { (Branch: osx) [Pipeline] { (Branch: windows) [Pipeline] node [Pipeline] node Running on pharo-ci-jenkins2-bootstrap-unix-2 in /builds/workspace/pharo-vm_feat_cogmt [Pipeline] node Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_feat_cogmt [Pipeline] { Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_feat_cogmt [Pipeline] { [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done[Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] stage [Pipeline] { (Checkout-unix) [Pipeline] stage [Pipeline] { (Checkout-osx) [Pipeline] stage [Pipeline] { (Checkout-windows) [Pipeline] checkout The recommended git tool is: git using credential pharo-ci-api-user-pass-token [Pipeline] checkout Cloning the remote Git repository Using shallow clone with depth 2 The recommended git tool is: git using credential pharo-ci-api-user-pass-token [Pipeline] checkout Cloning the remote Git repository Using shallow clone with depth 2 The recommended git tool is: git using credential pharo-ci-api-user-pass-token Cloning the remote Git repository Using shallow clone with depth 2 Cloning repository https://github.com/pharo-project/pharo-vm.git > git init /builds/workspace/pharo-vm_feat_cogmt # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git > git --version # timeout=10 > git --version # 'git version 2.7.4' using GIT_ASKPASS to set credentials pharo-ci using token as pass > git fetch --tags --progress --depth=2 https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Cloning repository https://github.com/pharo-project/pharo-vm.git > git init /Users/lse/Workspace/workspace/pharo-vm_feat_cogmt # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git > git --version # timeout=10 > git --version # 'git version 2.31.0' using GIT_ASKPASS to set credentials pharo-ci using token as pass > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Cloning repository https://github.com/pharo-project/pharo-vm.git > git init C:\builds\workspace\pharo-vm_feat_cogmt # timeout=10 Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git > git --version # timeout=10 > git --version # 'git version 2.29.2' using GIT_ASKPASS to set credentials pharo-ci using token as pass > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b8ac2487c65f19e3ab86c4be51d672d3034b3b93 (feat/cogmt) Commit message: "reorganizing files in cmake" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.7.4' Avoid second fetch Checking out Revision b8ac2487c65f19e3ab86c4be51d672d3034b3b93 (feat/cogmt) Commit message: "reorganizing files in cmake" > git --version # timeout=10 > git --version # 'git version 2.31.0' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-unix) [Pipeline] cmakeBuild [pharo-vm_feat_cogmt] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/pharo-vm_feat_cogmt [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-osx) [Pipeline] cmakeBuild [pharo-vm_feat_cogmt] $ /opt/homebrew/bin/cmake -G "Unix Makefiles" /Users/lse/Workspace/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* CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is AppleClang 12.0.5.12050022 -- The CXX compiler identification is AppleClang 12.0.5.12050022 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped -- 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 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8ac2487c65f19e3ab86c4be51d672d3034b3b93 # timeout=10 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8ac2487c65f19e3ab86c4be51d672d3034b3b93 # timeout=10 -- 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] -- Looking for include file dirent.h - found -- Looking for include file features.h -- Looking for include file features.h - not 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 - 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 Downloading the latest 70 Image: http://files.pharo.org/get-files/70/pharo64.zip -- Looking for uuidgen in uuid - not found -- Looking for uuid_generate in uuid -- Looking for uuid_generate in uuid - not found -- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- Resource Compiler: --2022-10-05 10:27:29-- http://get.pharo.org/64/70+vm Resolving get.pharo.org (get.pharo.org)... 164.132.235.17 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% 971M=0s 2022-10-05 10:27:29 (971 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-mac-stable.zip pharo-vm/Pharo.app/Contents/MacOS/Pharo Creating starter scripts pharo and pharo-ui 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 < 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 -> 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/PrintfAvoid second fetch Checking out Revision b8ac2487c65f19e3ab86c4be51d672d3034b3b93 (feat/cogmt) > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8ac2487c65f19e3ab86c4be51d672d3034b3b93 # timeout=10 Commit message: "reorganizing files in cmake" > git --version # timeout=10 > git --version # 'git version 2.29.2' [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-windows) [Pipeline] echo Executing: #!c:\cygwin64\bin\bash --login cd `cygpath "C:\builds\workspace\pharo-vm_feat_cogmt"` set -ex cmake . -DWIN=1 [Pipeline] sh sh: C:/builds/workspace/pharo-vm_feat_cogmt@tmp/durable-fcca31fe/script.sh: c:\cygwin64\bin\bash: bad interpreter: No such file or directory [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch windows 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) 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) 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 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 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) 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) ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared) ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec 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) 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) 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) 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) 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 baseline 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 baseFrameReturn conflicting return types sqInt, void in reverseDisplayFrom:to: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in reverseDisplayFrom:to: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in reverseDisplayFrom:to: conflicting return types sqInt, void in extendedStoreBytecodePop: conflicting return types sqInt, void in baseFrameReturn conflicting return types sqInt, void in reverseDisplayFrom:to: 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 mac: pixman-0.34.0 Adding third-party libraries for mac: cairo-1.15.4 Adding third-party libraries for mac: freetype-2.9.1 Adding third-party libraries for mac: libffi-3.3-rc0 Adding third-party libraries for mac: libgit2-0.25.1 Adding third-party libraries for mac: libpng-1.2.49 Adding third-party libraries for mac: libssh2-1.7.0 Adding third-party libraries for mac: openssl-1.0.2q Adding third-party libraries for mac: pthreadedPlugin-0.0.1 Adding third-party libraries for mac: SDL2-2.0.7 -- Configuring done CMake Warning (dev): Policy CMP0068 is not set: RPATH settings on macOS do not affect install_name. Run "cmake --help-policy CMP0068" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility with older versions of CMake, the install_name fields for the following targets are still affected by RPATH settings: B2DPlugin BitBltPlugin FileAttributesPlugin FilePlugin IA32ABI LargeIntegers LocalePlugin MD5Plugin MiscPrimitivePlugin PharoVMCore SecurityPlugin SocketPlugin SqueakFFIPrims SqueakSSL SurfacePlugin UUIDPlugin This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_feat_cogmt [Pipeline] sh + make install Scanning dependencies of target PharoVMCore [ 1%] Building C object CMakeFiles/PharoVMCore.dir/src/printing.c.o [ 2%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o /Users/lse/Workspace/workspace/pharo-vm_feat_cogmt/src/utils.c:398:30: warning: incompatible function pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-function-pointer-types] handler_action.sa_sigaction = sighandler; ^ ~~~~~~~~~~ /Users/lse/Workspace/workspace/pharo-vm_feat_cogmt/src/utils.c:405:85: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast] return (int)min((usqInt)&old,(usqInt)&handler_action) - sizeof(struct sigaction) - (int)p; ^~~~~~ 2 warnings generated. [ 3%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o [ 4%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o [ 6%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o [ 7%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o /Users/lse/Workspace/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:18:3: error: As yet no Cogit implementation appears to exist for your platform. # error As yet no Cogit implementation appears to exist for your platform. ^ /Users/lse/Workspace/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:19:3: error: Consider implementing it, starting by adding a subclass of CogAbstractInstruction. # error Consider implementing it, starting by adding a subclass of CogAbstractInstruction. ^ 2 errors generated. make[2]: *** [CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o] Error 1 make[1]: *** [CMakeFiles/PharoVMCore.dir/all] Error 2 make: *** [all] Error 2 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch osx 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 <>#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 [Pipeline] sh + make install Scanning dependencies of target PharoVMCore [ 1%] Building C object CMakeFiles/PharoVMCore.dir/src/printing.c.o [ 2%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o /builds/workspace/pharo-vm_feat_cogmt/src/utils.c: In function ‘getRedzoneSize’: /builds/workspace/pharo-vm_feat_cogmt/src/utils.c:398:30: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] handler_action.sa_sigaction = sighandler; ^ /builds/workspace/pharo-vm_feat_cogmt/src/utils.c:405:85: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)min((usqInt)&old,(usqInt)&handler_action) - sizeof(struct sigaction) - (int)p; ^ [ 3%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o [ 5%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o [ 6%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o [ 7%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/cogit.c.o In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘cogMethodDoesntLookKosher’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:4005:62: warning: passing argument 1 of ‘methodFor’ makes pointer from integer without a cast [-Wint-conversion] || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) { ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:755:20: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’ extern CogMethod * methodFor(void *address); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘collectCogConstituentForAnnotationMcpcBcpcMethod’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:4275:36: warning: passing argument 1 of ‘positive64BitIntegerFor’ makes integer from pointer without a cast [-Wint-conversion] address = positive64BitIntegerFor(mcpc); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19:0, from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/include/cointerp.h:91:14: note: expected ‘long unsigned int’ but argument is of type ‘char *’ extern sqInt positive64BitIntegerFor(usqLong integerValue); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:4317:85: warning: passing argument 2 of ‘inlineCacheTagAt’ makes integer from pointer without a cast [-Wint-conversion] (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:2385:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:6386:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion] cPICPrototype = cPIC; ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘markLiteralsAndUnlinkIfUnmarkedSendpcmethod’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:8319:129: warning: passing argument 3 of ‘indexForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:7189:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘relocateIfCallOrMethodReferencemcpcdelta’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:9176:126: warning: passing argument 3 of ‘indexForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:7189:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfFreeOrLinkedSendpcof’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:9617:129: warning: passing argument 3 of ‘indexForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:7189:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfInvalidClassSendpcignored’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:9669:141: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:7296:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendToFreepcignored’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:9719:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:7296:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcignored’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:9767:139: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:7296:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcto’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:9815:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion] rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:7296:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’ inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc) ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchReg’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15200:88: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion] return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:884:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15242:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion] finished = nonFwdJumpTargetOrZero; ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdenticalOrNotIf’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:16255:86: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:16281:86: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘dispatchConcretize’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19083:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset1 = (((int) jumpTarget)) - (((int) (((self_in_dispatchConcretize->address)) + 5))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19104:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset23 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19122:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset110 = (((int) jumpTarget2)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19145:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset24 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19163:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset111 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19183:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19192:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 5))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19212:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset25 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19230:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset112 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19251:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset26 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19269:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset113 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19290:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset27 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19308:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset114 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19329:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset28 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19347:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset115 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19370:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset29 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19388:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset116 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19411:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset30 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19429:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset117 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19450:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset31 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset118 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19489:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset32 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19507:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset119 = (((int) jumpTarget210)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19528:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset33 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19546:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset120 = (((int) jumpTarget211)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19567:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset34 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19585:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset121 = (((int) jumpTarget212)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19607:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset35 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19625:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset122 = (((int) jumpTarget213)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19647:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset36 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19665:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset123 = (((int) jumpTarget214)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19686:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset37 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19704:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset124 = (((int) jumpTarget215)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19725:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset38 = (((int) jumpTarget35)) - (((int) (((self_in_dispatchConcretize->address)) + 2))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:19743:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] offset125 = (((int) jumpTarget216)) - (((int) (((self_in_dispatchConcretize->address)) + 6))); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘stopsFromto’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:23442:9: warning: passing argument 1 of ‘memset’ makes pointer from integer without a cast [-Wint-conversion] memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/vm/include/common/sq.h:21:0, from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:12, from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11: /usr/include/string.h:62:14: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’ extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1)); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘compileOpenPICnumArgs’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:24030:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion] if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) { ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:22934:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘compilePrimitive’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:24188:49: warning: passing argument 1 of ‘compileMachineCodeInterpreterPrimitive’ makes pointer from integer without a cast [-Wint-conversion] return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex)); ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:23854:1: note: expected ‘void (*)(void)’ but argument is of type ‘sqInt {aka long int}’ compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void)) ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:24191:24: warning: comparison of distinct pointer types lacks a cast || (primitiveRoutine == primitiveFail)) { ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genLookupForPerformNumArgs’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:24825:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion] if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) { ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:22934:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress) ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genForwardersInlinedIdenticalOrNotIf’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:28610:85: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:28614:23: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion] : argReg), TempReg, label, fixup); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:28614:30: warning: passing argument 4 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion] : argReg), TempReg, label, fixup); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘BytecodeFixup * {aka struct *}’ genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:28688:85: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:28692:92: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion] genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:15210:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero) ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogit.c:11:0: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c: In function ‘reinitializeFixupsFromthrough’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/cogitX64SysV.c:30914:45: warning: assignment makes pointer from integer without a cast [-Wint-conversion] (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0); ^ [ 9%] Building C object CMakeFiles/PharoVMCore.dir/generated/vm/src/gcc3x-cointerp.c.o /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/gcc3x-cointerp.c: In function ‘mcprimFunctionForPrimitiveIndex’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/gcc3x-cointerp.c:19079:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return mcprimHashMultiply; ^ /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’: /builds/workspace/pharo-vm_feat_cogmt/generated/vm/src/gcc3x-cointerp.c:26439:11: warning: implicit declaration of function ‘ioSetCursorARGB’ [-Wimplicit-function-declaration] if (!(ioSetCursorARGB(cursorBitsIndex, extentX, extentY, offsetX, offsetY))) { ^ [ 10%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o [ 11%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o /builds/workspace/pharo-vm_feat_cogmt/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’: /builds/workspace/pharo-vm_feat_cogmt/extracted/vm/src/common/sqVirtualMachine.c:511:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] VM->utcMicroseconds = ioUTCMicroseconds; ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/vm/src/common/sqVirtualMachine.c: In function ‘popOutputFile’: /builds/workspace/pharo-vm_feat_cogmt/extracted/vm/src/common/sqVirtualMachine.c:643:3: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration] close(fileno(stdout)); ^ [ 13%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o [ 14%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o [ 15%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o [ 17%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o [ 18%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/sqUnixHeartbeat.c.o [ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o [ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/aioUnix.c.o /builds/workspace/pharo-vm_feat_cogmt/src/aioUnix.c: In function ‘ioRelinquishProcessorForMicroseconds’: /builds/workspace/pharo-vm_feat_cogmt/src/aioUnix.c:5:5: warning: implicit declaration of function ‘aioSleepForUsecs’ [-Wimplicit-function-declaration] aioSleepForUsecs(microSeconds); ^ [ 22%] Linking C shared library build/vm/libPharoVMCore.so [ 22%] Built target PharoVMCore Scanning dependencies of target pharo [ 23%] Building C object CMakeFiles/pharo.dir/src/main.c.o [ 25%] Building C object CMakeFiles/pharo.dir/src/unixOpenFileDialog.c.o /builds/workspace/pharo-vm_feat_cogmt/src/unixOpenFileDialog.c: In function ‘openFileDialog’: /builds/workspace/pharo-vm_feat_cogmt/src/unixOpenFileDialog.c:11:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] *selectedFile = defaultFile; ^ [ 26%] Linking C executable build/vm/pharo [ 26%] Built target pharo Scanning dependencies of target SDL2-2.0.7 [ 27%] Generating build/third-party/SDL2-2.0.7.zip --2022-10-05 10:29:47-- https://files.pharo.org/vm/pharo-spur64/linux/third-party/SDL2-2.0.7.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1340373 (1.3M) [application/zip] Saving to: ‘SDL2-2.0.7.zip’ 0K .......... .......... .......... .......... .......... 3% 4.04M 0s 50K .......... .......... .......... .......... .......... 7% 8.59M 0s 100K .......... .......... .......... .......... .......... 11% 23.4M 0s 150K .......... .......... .......... .......... .......... 15% 21.6M 0s 200K .......... .......... .......... .......... .......... 19% 15.4M 0s 250K .......... .......... .......... .......... .......... 22% 22.5M 0s 300K .......... .......... .......... .......... .......... 26% 23.8M 0s 350K .......... .......... .......... .......... .......... 30% 22.6M 0s 400K .......... .......... .......... .......... .......... 34% 22.9M 0s 450K .......... .......... .......... .......... .......... 38% 23.5M 0s 500K .......... .......... .......... .......... .......... 42% 22.5M 0s 550K .......... .......... .......... .......... .......... 45% 22.1M 0s 600K .......... .......... .......... .......... .......... 49% 22.4M 0s 650K .......... .......... .......... .......... .......... 53% 26.3M 0s 700K .......... .......... .......... .......... .......... 57% 22.8M 0s 750K .......... .......... .......... .......... .......... 61% 23.3M 0s 800K .......... .......... .......... .......... .......... 64% 21.4M 0s 850K .......... .......... .......... .......... .......... 68% 24.9M 0s 900K .......... .......... .......... .......... .......... 72% 22.8M 0s 950K .......... .......... .......... .......... .......... 76% 21.2M 0s 1000K .......... .......... .......... .......... .......... 80% 23.1M 0s 1050K .......... .......... .......... .......... .......... 84% 25.2M 0s 1100K .......... .......... .......... .......... .......... 87% 22.5M 0s 1150K .......... .......... .......... .......... .......... 91% 23.8M 0s 1200K .......... .......... .......... .......... .......... 95% 21.8M 0s 1250K .......... .......... .......... .......... .......... 99% 22.7M 0s 1300K ........ 100% 35.0M=0.07s 2022-10-05 10:29:47 (18.2 MB/s) - ‘SDL2-2.0.7.zip’ saved [1340373/1340373] [ 28%] Generating build/third-party/SDL2-2.0.7.done Archive: SDL2-2.0.7.zip inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libSDL2-2.0.so.0 inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libSDL2-2.0.so.0.7.0 inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libSDL2.so [ 28%] Built target SDL2-2.0.7 Scanning dependencies of target openssl-1.0.2q [ 30%] Generating build/third-party/openssl-1.0.2q.zip --2022-10-05 10:29:47-- https://files.pharo.org/vm/pharo-spur64/linux/third-party/openssl-1.0.2q.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1300161 (1.2M) [application/zip] Saving to: ‘openssl-1.0.2q.zip’ 0K .......... .......... .......... .......... .......... 3% 4.01M 0s 50K .......... .......... .......... .......... .......... 7% 8.31M 0s 100K .......... .......... .......... .......... .......... 11% 24.4M 0s 150K .......... .......... .......... .......... .......... 15% 12.5M 0s 200K .......... .......... .......... .......... .......... 19% 23.6M 0s 250K .......... .......... .......... .......... .......... 23% 25.1M 0s 300K .......... .......... .......... .......... .......... 27% 23.0M 0s 350K .......... .......... .......... .......... .......... 31% 20.4M 0s 400K .......... .......... .......... .......... .......... 35% 23.3M 0s 450K .......... .......... .......... .......... .......... 39% 24.3M 0s 500K .......... .......... .......... .......... .......... 43% 23.1M 0s 550K .......... .......... .......... .......... .......... 47% 22.7M 0s 600K .......... .......... .......... .......... .......... 51% 21.5M 0s 650K .......... .......... .......... .......... .......... 55% 23.4M 0s 700K .......... .......... .......... .......... .......... 59% 22.9M 0s 750K .......... .......... .......... .......... .......... 63% 18.8M 0s 800K .......... .......... .......... .......... .......... 66% 28.1M 0s 850K .......... .......... .......... .......... .......... 70% 22.4M 0s 900K .......... .......... .......... .......... .......... 74% 25.8M 0s 950K .......... .......... .......... .......... .......... 78% 21.5M 0s 1000K .......... .......... .......... .......... .......... 82% 24.6M 0s 1050K .......... .......... .......... .......... .......... 86% 21.6M 0s 1100K .......... .......... .......... .......... .......... 90% 22.2M 0s 1150K .......... .......... .......... .......... .......... 94% 22.2M 0s 1200K .......... .......... .......... .......... .......... 98% 22.7M 0s 1250K .......... ......... 100% 25.5M=0.07s 2022-10-05 10:29:47 (17.8 MB/s) - ‘openssl-1.0.2q.zip’ saved [1300161/1300161] [ 31%] Generating build/third-party/openssl-1.0.2q.done Archive: openssl-1.0.2q.zip inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssl.so inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssl.so.1.0.0 inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libcrypto.so.1.0.0 [ 31%] Built target openssl-1.0.2q Scanning dependencies of target libssh2-1.7.0 [ 32%] Generating build/third-party/libssh2-1.7.0.zip --2022-10-05 10:29:48-- https://files.pharo.org/vm/pharo-spur64/linux/third-party/libssh2-1.7.0.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 250736 (245K) [application/zip] Saving to: ‘libssh2-1.7.0.zip’ 0K .......... .......... .......... .......... .......... 20% 4.01M 0s 50K .......... .......... .......... .......... .......... 40% 8.30M 0s 100K .......... .......... .......... .......... .......... 61% 21.8M 0s 150K .......... .......... .......... .......... .......... 81% 12.9M 0s 200K .......... .......... .......... .......... .... 100% 24.3M=0.03s 2022-10-05 10:29:48 (9.24 MB/s) - ‘libssh2-1.7.0.zip’ saved [250736/250736] [ 34%] Generating build/third-party/libssh2-1.7.0.done Archive: libssh2-1.7.0.zip inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssh2.so inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssh2.so.1 inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libssh2.so.1.0.1 [ 34%] Built target libssh2-1.7.0 Scanning dependencies of target pthreadedPlugin-0.0.1 [ 35%] Generating build/third-party/pthreadedPlugin-0.0.1.zip --2022-10-05 10:29:48-- https://files.pharo.org/vm/pharo-spur64/linux/third-party/pthreadedPlugin-0.0.1.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 71617 (70K) [application/zip] Saving to: ‘pthreadedPlugin-0.0.1.zip’ 0K .......... .......... .......... .......... .......... 71% 4.13M 0s 50K .......... ......... 100% 23.2M=0.01s 2022-10-05 10:29:48 (5.39 MB/s) - ‘pthreadedPlugin-0.0.1.zip’ saved [71617/71617] [ 36%] Generating build/third-party/pthreadedPlugin-0.0.1.done Archive: pthreadedPlugin-0.0.1.zip inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libPThreadedPlugin.so [ 36%] Built target pthreadedPlugin-0.0.1 Scanning dependencies of target SqueakSSL [ 38%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o [ 39%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:17:0: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakSSL/include/unix/sqUnixOpenSSL.inc: In function ‘sqSetupSSL’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakSSL/include/unix/sqUnixOpenSSL.inc:240:2: warning: implicit declaration of function ‘sqo_SSL_CTX_set_options’ [-Wimplicit-function-declaration] sqo_SSL_CTX_set_options(ssl->ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); ^ [ 40%] Linking C shared library build/vm/libSqueakSSL.so [ 40%] Built target SqueakSSL Scanning dependencies of target libgit2-0.25.1 [ 42%] Generating build/third-party/libgit2-0.25.1.zip --2022-10-05 10:29:48-- https://files.pharo.org/vm/pharo-spur64/linux/third-party/libgit2-0.25.1.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3429345 (3.3M) [application/zip] Saving to: ‘libgit2-0.25.1.zip’ 0K .......... .......... .......... .......... .......... 1% 4.09M 1s 50K .......... .......... .......... .......... .......... 2% 8.29M 1s 100K .......... .......... .......... .......... .......... 4% 16.3M 0s 150K .......... .......... .......... .......... .......... 5% 13.7M 0s 200K .......... .......... .......... .......... .......... 7% 20.1M 0s 250K .......... .......... .......... .......... .......... 8% 12.8M 0s 300K .......... .......... .......... .......... .......... 10% 21.1M 0s 350K .......... .......... .......... .......... .......... 11% 17.6M 0s 400K .......... .......... .......... .......... .......... 13% 15.3M 0s 450K .......... .......... .......... .......... .......... 14% 19.1M 0s 500K .......... .......... .......... .......... .......... 16% 18.2M 0s 550K .......... .......... .......... .......... .......... 17% 19.8M 0s 600K .......... .......... .......... .......... .......... 19% 18.5M 0s 650K .......... .......... .......... .......... .......... 20% 17.7M 0s 700K .......... .......... .......... .......... .......... 22% 18.9M 0s 750K .......... .......... .......... .......... .......... 23% 15.7M 0s 800K .......... .......... .......... .......... .......... 25% 27.4M 0s 850K .......... .......... .......... .......... .......... 26% 20.3M 0s 900K .......... .......... .......... .......... .......... 28% 21.1M 0s 950K .......... .......... .......... .......... .......... 29% 18.3M 0s 1000K .......... .......... .......... .......... .......... 31% 17.9M 0s 1050K .......... .......... .......... .......... .......... 32% 24.2M 0s 1100K .......... .......... .......... .......... .......... 34% 20.7M 0s 1150K .......... .......... .......... .......... .......... 35% 18.8M 0s 1200K .......... .......... .......... .......... .......... 37% 22.8M 0s 1250K .......... .......... .......... .......... .......... 38% 24.2M 0s 1300K .......... .......... .......... .......... .......... 40% 20.9M 0s 1350K .......... .......... .......... .......... .......... 41% 24.3M 0s 1400K .......... .......... .......... .......... .......... 43% 21.2M 0s 1450K .......... .......... .......... .......... .......... 44% 23.0M 0s 1500K .......... .......... .......... .......... .......... 46% 21.8M 0s 1550K .......... .......... .......... .......... .......... 47% 30.1M 0s 1600K .......... .......... .......... .......... .......... 49% 19.9M 0s 1650K .......... .......... .......... .......... .......... 50% 22.2M 0s 1700K .......... .......... .......... .......... .......... 52% 26.0M 0s 1750K .......... .......... .......... .......... .......... 53% 19.0M 0s 1800K .......... .......... .......... .......... .......... 55% 26.1M 0s 1850K .......... .......... .......... .......... .......... 56% 22.9M 0s 1900K .......... .......... .......... .......... .......... 58% 22.7M 0s 1950K .......... .......... .......... .......... .......... 59% 22.1M 0s 2000K .......... .......... .......... .......... .......... 61% 23.5M 0s 2050K .......... .......... .......... .......... .......... 62% 22.9M 0s 2100K .......... .......... .......... .......... .......... 64% 24.0M 0s 2150K .......... .......... .......... .......... .......... 65% 22.2M 0s 2200K .......... .......... .......... .......... .......... 67% 22.7M 0s 2250K .......... .......... .......... .......... .......... 68% 22.7M 0s 2300K .......... .......... .......... .......... .......... 70% 24.9M 0s 2350K .......... .......... .......... .......... .......... 71% 21.9M 0s 2400K .......... .......... .......... .......... .......... 73% 19.1M 0s 2450K .......... .......... .......... .......... .......... 74% 27.9M 0s 2500K .......... .......... .......... .......... .......... 76% 22.2M 0s 2550K .......... .......... .......... .......... .......... 77% 23.6M 0s 2600K .......... .......... .......... .......... .......... 79% 22.6M 0s 2650K .......... .......... .......... .......... .......... 80% 24.6M 0s 2700K .......... .......... .......... .......... .......... 82% 22.2M 0s 2750K .......... .......... .......... .......... .......... 83% 22.0M 0s 2800K .......... .......... .......... .......... .......... 85% 25.0M 0s 2850K .......... .......... .......... .......... .......... 86% 22.3M 0s 2900K .......... .......... .......... .......... .......... 88% 23.0M 0s 2950K .......... .......... .......... .......... .......... 89% 23.8M 0s 3000K .......... .......... .......... .......... .......... 91% 21.4M 0s 3050K .......... .......... .......... .......... .......... 92% 25.3M 0s 3100K .......... .......... .......... .......... .......... 94% 21.9M 0s 3150K .......... .......... .......... .......... .......... 95% 22.9M 0s 3200K .......... .......... .......... .......... .......... 97% 23.1M 0s 3250K .......... .......... .......... .......... .......... 98% 23.7M 0s 3300K .......... .......... .......... .......... ........ 100% 20.4M=0.2s 2022-10-05 10:29:48 (19.4 MB/s) - ‘libgit2-0.25.1.zip’ saved [3429345/3429345] [ 43%] Generating build/third-party/libgit2-0.25.1.done Archive: libgit2-0.25.1.zip inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libgit2.so inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libgit2.so.0.25.1 inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libgit2.so.25 [ 43%] Built target libgit2-0.25.1 Scanning dependencies of target FilePlugin [ 44%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/FilePlugin.c.o /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/FilePlugin/src/common/FilePlugin.c: In function ‘pointerFrom’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/FilePlugin/src/common/FilePlugin.c:579:10: warning: return makes pointer from integer without a cast [-Wint-conversion] return primitiveFailFor(PrimErrBadArgument); ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/FilePlugin/src/common/FilePlugin.c: In function ‘setInterpreter’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/FilePlugin/src/common/FilePlugin.c:1735:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] characterObjectOf = interpreterProxy->characterObjectOf; ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/FilePlugin/src/common/FilePlugin.c:1749:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] fullGC = interpreterProxy->fullGC; ^ [ 46%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o [ 47%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o [ 48%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o [ 50%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o [ 51%] Linking C shared library build/vm/libFilePlugin.so [ 51%] Built target FilePlugin Scanning dependencies of target SecurityPlugin [ 52%] Building C object CMakeFiles/SecurityPlugin.dir/plugins/SecurityPlugin/common/DummySecurityPlugin.c.o [ 53%] Linking C shared library build/vm/libSecurityPlugin.so [ 53%] Built target SecurityPlugin Scanning dependencies of target SurfacePlugin [ 55%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/SurfacePlugin.c.o [ 56%] Linking C shared library build/vm/libSurfacePlugin.so [ 56%] Built target SurfacePlugin Scanning dependencies of target UUIDPlugin [ 57%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o [ 59%] Linking C shared library build/vm/libUUIDPlugin.so [ 59%] Built target UUIDPlugin Scanning dependencies of target libffi-3.3-rc0 [ 60%] Generating build/third-party/libffi-3.3-rc0.zip --2022-10-05 10:29:49-- https://files.pharo.org/vm/pharo-spur64/linux/third-party/libffi-3.3-rc0.zip Resolving files.pharo.org (files.pharo.org)... 164.132.235.17, 2001:41d0:301::23 Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 24087 (24K) [application/zip] Saving to: ‘libffi-3.3-rc0.zip’ 0K .......... .......... ... 100% 3.87M=0.006s 2022-10-05 10:29:49 (3.87 MB/s) - ‘libffi-3.3-rc0.zip’ saved [24087/24087] [ 61%] Generating build/third-party/libffi-3.3-rc0.done Archive: libffi-3.3-rc0.zip inflating: /builds/workspace/pharo-vm_feat_cogmt/build/vm/libffi.so.7 [ 61%] Built target libffi-3.3-rc0 Scanning dependencies of target BitBltPlugin [ 63%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o [ 64%] Linking C shared library build/vm/libBitBltPlugin.so [ 64%] Built target BitBltPlugin Scanning dependencies of target FileAttributesPlugin [ 65%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o [ 67%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o [ 68%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o [ 69%] Linking C shared library build/vm/libFileAttributesPlugin.so [ 69%] Built target FileAttributesPlugin Scanning dependencies of target SqueakFFIPrims [ 71%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c.o In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiArgumentSpecClassin’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:903:19: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion] if (isInMemory(ptrAddress)) { ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:903:19: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1156:19: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion] if (isInMemory(ptrAddress)) { ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:1156:19: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c:23:0: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushPointerContentsOfin’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2984:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion] if (isInMemory(ptrAddress)) { ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:2984:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3037:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ptrAddress = ((longAt(oop + BaseHeaderSize)) > 0 ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘ffiPushStructureContentsOfin’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3277:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion] if (isInMemory(ptrAddress)) { ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3277:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3530:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion] if (isInMemory(ptrAddress)) { ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:3530:18: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c: In function ‘setInterpreter’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c:6596:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] characterObjectOf = interpreterProxy->characterObjectOf; ^ [ 72%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c.o [ 73%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c.o [ 75%] Building C object CMakeFiles/SqueakFFIPrims.dir/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c.o [ 76%] Linking C shared library build/vm/libSqueakFFIPrims.so [ 76%] Built target SqueakFFIPrims Scanning dependencies of target IA32ABI [ 77%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/IA32ABI.c.o /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primDoubleAt’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:748:24: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion] memcpy((&floatValue), addr, sizeof(floatValue)); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:14:0: /usr/include/string.h:42:14: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’ extern void *memcpy (void *__restrict __dest, const void *__restrict __src, ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primDoubleAtPut’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:795:9: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion] memcpy(addr, (&floatValue), sizeof(floatValue)); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:14:0: /usr/include/string.h:42:14: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’ extern void *memcpy (void *__restrict __dest, const void *__restrict __src, ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primFloatAt’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:840:24: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion] memcpy((&floatValue), addr, sizeof(floatValue)); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:14:0: /usr/include/string.h:42:14: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’ extern void *memcpy (void *__restrict __dest, const void *__restrict __src, ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘primFloatAtPut’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:887:9: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion] memcpy(addr, (&floatValue), sizeof(floatValue)); ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:14:0: /usr/include/string.h:42:14: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’ extern void *memcpy (void *__restrict __dest, const void *__restrict __src, ^ /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c: In function ‘setInterpreter’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/IA32ABI.c:2253:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] returnAsThroughCallbackContext = interpreterProxy->returnAsThroughCallbackContext; ^ [ 78%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c.o [ 80%] Building C object CMakeFiles/IA32ABI.dir/extracted/plugins/IA32ABI/src/common/xabicc.c.o In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/xabicc.c:16:0: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:21:22: warning: missing terminating ' character # error Windows doesn't use the SystemV ABI ^ In file included from /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/xabicc.c:16:0: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c: In function ‘allocateExecutablePage’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c:283:18: warning: implicit declaration of function ‘getpagesize’ [-Wimplicit-function-declaration] long pagesize = getpagesize(); ^ [ 81%] Linking C shared library build/vm/libIA32ABI.so [ 81%] Built target IA32ABI Scanning dependencies of target LargeIntegers [ 82%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o [ 84%] Linking C shared library build/vm/libLargeIntegers.so [ 84%] Built target LargeIntegers Scanning dependencies of target MiscPrimitivePlugin [ 85%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o [ 86%] Linking C shared library build/vm/libMiscPrimitivePlugin.so [ 86%] Built target MiscPrimitivePlugin Scanning dependencies of target SocketPlugin [ 88%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’: /builds/workspace/pharo-vm_feat_cogmt/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2400:3: warning: pointer/integer type mismatch in conditional expression : (primitiveFailFor(PrimErrBadArgument), ^ [ 89%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/unix/sqUnixSocket.c.o [ 90%] Linking C shared library build/vm/libSocketPlugin.so [ 90%] Built target SocketPlugin Scanning dependencies of target B2DPlugin [ 92%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o [ 93%] Linking C shared library build/vm/libB2DPlugin.so [ 93%] Built target B2DPlugin Scanning dependencies of target LocalePlugin [ 94%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o [ 96%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o [ 97%] Linking C shared library build/vm/libLocalePlugin.so [ 97%] Built target LocalePlugin Scanning dependencies of target MD5Plugin [ 98%] Building C object CMakeFiles/MD5Plugin.dir/extracted/plugins/MD5Plugin/src/common/MD5Plugin.c.o [100%] Linking C shared library build/vm/libMD5Plugin.so [100%] Built target MD5Plugin Install the project... -- Install configuration: "" -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/./ -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/.//bin -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/.//bin/pharo -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/.//pharo -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libFilePlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libPThreadedPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libffi.so.7 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssl.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libMiscPrimitivePlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libB2DPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libgit2.so.0.25.1 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libgit2.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libLargeIntegers.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSqueakSSL.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSDL2-2.0.so.0 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libUUIDPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssl.so.1.0.0 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSDL2-2.0.so.0.7.0 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/pharo -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libPharoVMCore.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libMD5Plugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libBitBltPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssh2.so.1 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSqueakFFIPrims.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libgit2.so.25 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libLocalePlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssh2.so.1.0.1 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libIA32ABI.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSDL2.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libcrypto.so.1.0.0 -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libssh2.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libFileAttributesPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSocketPlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSurfacePlugin.so -- Installing: /builds/workspace/pharo-vm_feat_cogmt/build/dist/lib/libSecurityPlugin.so [Pipeline] sh + make package [ 22%] Built target PharoVMCore [ 26%] Built target pharo [ 28%] Built target SDL2-2.0.7 [ 31%] Built target openssl-1.0.2q [ 34%] Built target libssh2-1.7.0 [ 36%] Built target pthreadedPlugin-0.0.1 [ 40%] Built target SqueakSSL [ 43%] Built target libgit2-0.25.1 [ 51%] Built target FilePlugin [ 53%] Built target SecurityPlugin [ 56%] Built target SurfacePlugin [ 59%] Built target UUIDPlugin [ 61%] Built target libffi-3.3-rc0 [ 64%] Built target BitBltPlugin [ 69%] Built target FileAttributesPlugin [ 76%] Built target SqueakFFIPrims [ 81%] Built target IA32ABI [ 84%] Built target LargeIntegers [ 86%] Built target MiscPrimitivePlugin [ 90%] Built target SocketPlugin [ 93%] Built target B2DPlugin [ 97%] Built target LocalePlugin [100%] Built target MD5Plugin Run CPack packaging tool... CPack: Create package using ZIP CPack: Install projects CPack: - Run preinstall target for: PharoVM CPack: - Install project: PharoVM CPack: Create package CPack: - package: /builds/workspace/pharo-vm_feat_cogmt/build/packages/PharoVM-8.0.0-b8ac248-linux64.zip generated. CPack: - checksum file: /builds/workspace/pharo-vm_feat_cogmt/build/packages/PharoVM-8.0.0-b8ac248-linux64.zip.sha1 generated. [Pipeline] stash Stashed 2 file(s) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // parallel [Pipeline] End of Pipeline ERROR: script returned exit code 126 GitHub has been notified of this commit’s build result Finished: FAILURE